first commit
This commit is contained in:
13
javascript/RunJS.cmd
Normal file
13
javascript/RunJS.cmd
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
pushd "%~dp0"
|
||||
javac ^
|
||||
-encoding utf-8 ^
|
||||
-d __out ^
|
||||
RunJS.java ^
|
||||
&& java -ea ^
|
||||
--enable-native-access=org.graalvm.truffle ^
|
||||
-Dsun.misc.unsafe.memory.access=allow ^
|
||||
--module-path=graal ^
|
||||
--class-path __out ^
|
||||
RunJS %*
|
||||
popd "%~dp0"
|
||||
Reference in New Issue
Block a user