[Jadclipse-develop] [jadclipse - Help] RE: JadClispe -> Decompile does nothing (3.2)
Status: Beta
Brought to you by:
vovikg
|
From: SourceForge.net <no...@so...> - 2007-05-21 11:33:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4322210 By: witchi74 I had the same problems, but you could solve these with a little trick: Use the External Tools to execute jad! *Main* Location: jad Working Dir: ${workspace_loc:}/${container_path} Arguments: -v -o -s ".java" "${resource_loc} *Refresh* The folder containing the selected resource Recursively *Common* Display in favorites menu "External Tools" With this configuration I can decompile all class files within the source path (includes *.class on build path). Mark a .class file and execute the JAD-External-Tool. The .java file will be visible in the dedicated package. Andre ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=124755 |