Open DumboOctopus opened 8 years ago
Notes: C:/Program\ Files/Java/jdk_VERSION/javac [files]
should work. If its mac, just javac
Other option: execute an external script which uses javax.tools.JavaCompiler
. Not sure if that'll work if the path variable is not set in windows though.
JavaCompiler no work because $JAVA_HOME is not set up. Use
"C:\Program Files (x86)\Java\jdk1.7.0_03\bin\javac.exe"
A compile button is necessary so that the application could be useful on its own. #improvement