mirror of
https://github.com/enso-org/enso.git
synced 2024-12-02 02:14:12 +03:00
4 lines
246 B
Batchfile
4 lines
246 B
Batchfile
set comp-dir=%~dp0\..\component
|
|
java -jar -Dpolyglot.engine.IterativePartialEscape=true -XX:-UseJVMCIClassLoader -Dpolyglot.engine.BackgroundCompilation=false -Dgraalvm.locatorDisabled=true %JAVA_OPTS% %comp-dir%\enso.jar %*
|
|
exit /B %errorlevel%
|