diff --git a/build/shared/lib/export/application.exe b/build/shared/lib/export/application.exe index 779a54672..8c4541e57 100755 Binary files a/build/shared/lib/export/application.exe and b/build/shared/lib/export/application.exe differ diff --git a/build/windows/launcher/application.exe b/build/windows/launcher/application.exe index 779a54672..8c4541e57 100755 Binary files a/build/windows/launcher/application.exe and b/build/windows/launcher/application.exe differ diff --git a/build/windows/launcher/launcher.cpp b/build/windows/launcher/launcher.cpp index a82f47f87..d92eb84ba 100644 --- a/build/windows/launcher/launcher.cpp +++ b/build/windows/launcher/launcher.cpp @@ -78,7 +78,7 @@ WinMain (HINSTANCE hInst, HINSTANCE hPrev, LPSTR lpCmd, int nShow) "%s\\lib\\antlr.jar;", exe_directory, exe_directory, exe_directory, - exe_directory, exe_directory. exe_directory); + exe_directory, exe_directory, exe_directory); } else { fgets(java_args, 511, argsfile); removeLineEndings(java_args); diff --git a/build/windows/launcher/processing.exe b/build/windows/launcher/processing.exe index 14e41ad51..f915f0e94 100755 Binary files a/build/windows/launcher/processing.exe and b/build/windows/launcher/processing.exe differ diff --git a/build/windows/run.sh b/build/windows/run.sh index 3130a47f3..2b95666f6 100644 --- a/build/windows/run.sh +++ b/build/windows/run.sh @@ -15,7 +15,7 @@ else fi fi -CLASSPATH=lib\\pde.jar\;lib\\core.jar\;lib\\jna.jar\;lib\\antlr.jar\;java\\lib\\tools.jar\;${QTJAVA} +CLASSPATH=lib\\pde.jar\;lib\\core.jar\;lib\\jna.jar\;lib\\ecj.jar\;lib\\antlr.jar\;java\\lib\\tools.jar\;${QTJAVA} export CLASSPATH cd work && ./java/bin/java processing.app.Base