调试报告期间出现jadclipse错误

Rev*_*thi 5 eclipse eclipse-plugin jad

我正在使用Eclipse Helios版本,并将现有项目导入到IDE中。

该项目由Jar文件形式的一些代码组成

所以我已经安装了Jad Eclipse插件。

现在我的问题是来自IDE的。每当我单击jar文件(而不是java文件)中的类(Ctrl +鼠标)时,我都会得到这个

/*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 
Run Code Online (Sandbox Code Playgroud)

小智 0

您可以创建“C:\Documents and Settings\Sai.net.sf.jadclipse\1321168101468”目录来解决此问题。