I am using the Eclipse Helios Version and have imported an existing project into the IDE.
This project consists of some code in the form of Jar files
So, I installed the Jad Eclipse plugin.
Now my question is from the IDE. When I click on the class (Ctrl + Mouse) that is in the jar files, instead of the java file, I get this
/*jadclipse*/ /* DECOMPILATION REPORT Decompiled from: C:\Documents and Settings\Sai\Desktop\work\kiuybon-1.1.jar Total time: 0 ms Jad reported messages/errors: Exit status: 0 Caught exceptions: java.io.IOException: Cannot run program "jad" (in directory "C:\Documents and Settings\Sai\.net.sf.jadclipse\1321168101468"): CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessBuilder.start(Unknown Source) at java.lang.Runtime.exec(Unknown Source) at net.sf.jadclipse.JadDecompiler.decompile(JadDecompiler.java:160) at net.sf.jadclipse.JadDecompiler.decompileFromArchive(JadDecompiler.java:217) at
source share