a portable and fast pairing-based cryptography library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mcl/java/run-mcl.bat

8 lines
179 B

@echo off
echo [[compile MclTest.java]]
%JAVA_DIR%\bin\javac MclTest.java
echo [[run MclTest]]
pushd ..\bin
%JAVA_DIR%\bin\java -classpath ..\java MclTest %1 %2 %3 %4 %5 %6
popd