mirror of
https://github.com/enso-org/enso.git
synced 2024-12-01 04:44:15 +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%
|