summaryrefslogtreecommitdiffstats
path: root/api/logic/java/launch/CheckJava.cpp
Commit message (Collapse)AuthorAgeLines
* NOISSUE update copyright datesPetr Mrázek2018-02-11-1/+1
|
* NOISSUE update all the Copyright comments and texts to include 2017Petr Mrázek2017-01-08-1/+1
|
* NOISSUE polish the java setup wizard pagePetr Mrázek2017-01-07-16/+30
| | | | | | | | | * 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 fix up translation selection in settings and add OS/sys arch reportingPetr Mrázek2017-01-01-0/+20
|
* NOISSUE implement direct java launchPetr Mrázek2016-08-01-8/+18
| | | | Just running the Java process and giving it params on the command line
* NOISSUE move Java and Minecraft launch tasks to the proper placesPetr Mrázek2016-05-01-0/+92
Minecraft and Java are not generic.