Hello,
My question is that how to run a .class java file in a directory using exec() or ProcessBuilder class. This only works if the .class file is in the same directory (as the java program).
Please help me run a .class file in another directory.
Thanks.