Im just trying to test running a shell script thats in my project directory in Eclipse.
new ProcessBuilder("scripts/test.sh").start();

Getting this error:
java.io.IOException: Cannot run program "scripts/test.sh": CreateProcess error=2, The system cannot find the file specified
