java_jail icon indicating copy to clipboard operation
java_jail copied to clipboard

chroot java jail, and JSON java trace printer

Results 6 java_jail issues
Sort by recently updated
recently updated
newest added

(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: ![图片](https://user-images.githubusercontent.com/43081567/176802721-13d6b611-c89b-4de8-8dc8-08d28fa0afb2.png) 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. ![image](https://user-images.githubusercontent.com/38596326/41503506-31623ece-718b-11e8-9ff1-6d8409b9d082.png) 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...