aboutsummaryrefslogtreecommitdiff
path: root/application/JavaCommon.cpp
AgeCommit message (Collapse)Author
2017-04-30NOISSUE block use of "-XX-MaxHeapSize" and "-XX:InitialHeapSize" java args.Petr Mrázek
Synonyms for "-Xms" and "-Xmx" that I missed originally. These are ALWAYS managed by MultiMC. Do not touch them.
2017-01-07NOISSUE polish the java setup wizard pagePetr Mrázek
* Added a button to check why Java failed * It will now avoid automatically scanning binaries that do not have 'java' in their filename * Fixed some crashes related to running too many Java checks (it only does one at a time now) * It can now distinguish between more Java failure states (not there at all, crashing, returning nonsense) * Changed '...' button to Browse button to match the wizard page subtitle * Changing minimum and maximum memory will no longer trigger a java check twice
2016-03-23NOISSUE Remove tr(...) where unnecessary.Loetkolben
2016-01-02GH-1365 rework java version parsing and sortingPetr Mrázek
2015-05-04NOISSUE windows hates mePetr Mrázek
2015-05-04GH-907 improve Java testing and PermGen deprecation handlingPetr Mrázek