mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 16:54:09 +03:00
4 lines
200 B
Batchfile
4 lines
200 B
Batchfile
@set comp-dir=%~dp0\..\component
|
|
@java -jar -Dtruffle.class.path.append=%comp-dir%\runtime.jar -Dpolyglot.engine.IterativePartialEscape=true %JAVA_OPTS% %comp-dir%\runner.jar %*
|
|
@exit /B %errorlevel%
|