Lerisson Florencio de Freitas
Lerisson Florencio de Freitas
Thanks for answering.  I followed the documentation. Even then the above example is not working on the command line. presented the above error when I ran this example: ```...
when I used example 1 it worked quietly. example 1: ``` ./java/bin/java -cp .:cp:cp/javax.json-1.0.jar:java/lib/tools.jar traceprinter.InMemory < cp/traceprinter/test-input.txt ``` Output: ``` {"code":"public class Test { public static void main(String[] args) {...
No, I just want to run offline.  When running this command without chroot that you suggested in issue # 6, it worked. ``` /var/www/html/safeexec/safeexec --share_newnet --nproc 50 --mem 30000000...
I run this command: ``` sudo strace -f /var/www/html/safeexec/safeexec --chroot_dir /var/www/html/java_jail --exec_dir / --share_newnet --nproc 50 --mem 30000000 --nfile 30 --env_vars CLASSPATH=./cp/:./cp/javax.json-1.0.jar:./java/lib/tools.jar --exec ./java/bin/java traceprinter.InMemory < /var/www/html/java_jail/cp/traceprinter/test-input.txt ``` Output: ```...