mirror of
https://github.com/enso-org/enso.git
synced 2024-11-28 08:54:06 +03:00
4 lines
195 B
Batchfile
4 lines
195 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%\enso.jar %*
|
|
exit /B %errorlevel%
|