私はEclipse Heliosバージョンを使用しており、既存のプロジェクトをIDEにインポートしました。
このプロジェクトはJarファイル形式のコードで構成されています
そこで私はJad Eclipseプラグインをインストールしました。
私の質問は、IDEからです。私はクラスファイル(java +ファイル)の代わりにjarファイルにあるクラス(Ctrl
+マウス)をクリックするたびに、
/*jadclipse*/
/*
DECOMPILATION REPORT
Decompiled from: C:Documents and SettingsSaiDesktopworkkiuybon-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 SettingsSai.net.sf.jadclipse1321168101468"): 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
ベストアンサー
Go to Preference --> Java --> Jadclipse
decompilerのパスをjad.exeの場所に設定し、一時ファイルのディレクトリを c:
のように指定します(このディレクトリを作成してください)
temp