java_jail
java_jail copied to clipboard
chroot java jail, and JSON java trace printer
(1) Run this command (from java_jail): ./java/bin/java -cp .:cp:cp/javax.json-1.0.jar:java/lib/tools.jar traceprinter.InMemory < cp/traceprinter/test-input.txt (2) Try with safeexec (from java_jail): /path/to/safeexec --chroot_dir . --exec_dir / --share_newnet --nproc 50 --mem 3000000 --nfile 30...
when i test java_jail and safeexec separately,they both work well,but when i test java_jail with safeexec, exception happens:  I search online and it said that maybe the memory issue,...
While debugging the java program , VMDisconnectedException happening frequently Even before the program getting started to debugged.
I am getting the following error when running the main method from InMemory and inputting the text from test-input.txt.  I notice if I remove the highlighted line, I get...
Hello, at first I have the same issue # 6 issue, I tried to solve with the tips you gave it. However I come across this error. ![captura de tela...
Hi, I am using java_jail to install on my linux 64bit machine having cent OS 5.0 version I used the same procedure which is given in readme file. just not...