I have a c++ source code which I dont want to modify......I want to run it using java ....at the same time the C++ source code should not be able to modify any of the files already on my computer...Does java provide some security or permission control over file writing by a process?????
Please can anyone help????