aboutsummaryrefslogtreecommitdiff
path: root/api/logic/java/JavaChecker.h
AgeCommit message (Collapse)Author
2020-09-07NOISSUE add 'java.vendor' to the checker and display/log the valuePetr Mrázek
2019-04-07GH-2591 less std::shared_ptr and more shared_qobject_ptrPetr Mrázek
This eliminates some weird crashes.
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
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-05-01NOISSUE reorganize and document librariesPetr Mrázek