DumboOctopus / Antistipulator

To test karel programs in one app
0 stars 0 forks source link

Is dependent on other software's compilers #3

Open DumboOctopus opened 8 years ago

DumboOctopus commented 8 years ago

A compile button is necessary so that the application could be useful on its own. #improvement

DumboOctopus commented 8 years ago

Notes: C:/Program\ Files/Java/jdk_VERSION/javac [files] should work. If its mac, just javac

DumboOctopus commented 8 years ago

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.

DumboOctopus commented 7 years ago

JavaCompiler no work because $JAVA_HOME is not set up. Use


"C:\Program Files (x86)\Java\jdk1.7.0_03\bin\javac.exe"