Lerisson Florencio de Freitas

Results 4 comments of Lerisson Florencio de Freitas

Thanks for answering. ![image](https://user-images.githubusercontent.com/20325833/33813526-1f329d50-de03-11e7-95d9-bf2c8f4153cc.png) 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. ![saida](https://user-images.githubusercontent.com/20325833/33816278-9212f64a-de16-11e7-9d18-bdfad5438c32.jpg) 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: ```...