summaryrefslogtreecommitdiffstats
path: root/application/JavaCommon.cpp
Commit message (Collapse)AuthorAgeLines
* merged from 0.6.7 codebaseThomas Groman2019-09-19-71/+71
|
* NOISSUE block use of "-XX-MaxHeapSize" and "-XX:InitialHeapSize" java args.Petr Mrázek2017-04-30-9/+8
| | | | | Synonyms for "-Xms" and "-Xmx" that I missed originally. These are ALWAYS managed by MultiMC. Do not touch them.
* NOISSUE polish the java setup wizard pagePetr Mrázek2017-01-07-19/+16
| | | | | | | | | * 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
* NOISSUE Remove tr(...) where unnecessary.Loetkolben2016-03-23-1/+1
|
* GH-1365 rework java version parsing and sortingPetr Mrázek2016-01-02-2/+2
|
* NOISSUE windows hates mePetr Mrázek2015-05-04-3/+3
|
* GH-907 improve Java testing and PermGen deprecation handlingPetr Mrázek2015-05-04-0/+107