summaryrefslogtreecommitdiffstats
path: root/test/Java/java_version_image/src2/Test.java
Commit message (Collapse)AuthorAgeFilesLines
* change method of finding javac from using full path (which fails when it has ↵William Deegan2018-09-301-0/+55
a space in it), to appending the path to javac to env['ENV']['PATH']. (Which is basically what msvc/msvs do)