I am Trying to read and write Extensible Linking Format (ELF) Below is the Line that I am getting Error.
p = r.exec("./optimizer " + sourceFile + " " + sourceFile + "a" + " " + "--all -i");
After Running this line I am Getting Error Like :
java.io.IOException: Cannot run program "./optimizer": CreateProcess
error=193, %1 is not a valid Win32 application
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:450)
at java.lang.Runtime.exec(Runtime.java:347)
at GUIMode.GUIMode.actionPerformed(GUIMode.java:213)