{{{ JavaInsight 1.1
Source: Source code is in SVN with the tag javainsight-1_1 (no SVN release numbers, please)
Announcement: We are pleased to announce the release of a new version of the JavaInsight Plugin.
The main feature is the integration of the Procyon Decompiler, which will decompile Java classes from version 6 onwards.
Requires Java 1.7
Requires jEdit 04.03.09.00
Optional plugins:
ArchivePlugin 0.2 (archive.ArchivePlugin)
Short Description: Adds an action to the file system browser that lets you decompile selected Java classes using the Jode decompiler
Long Description: <html>
The JavaInsight plugin adds an action to the file system browser that lets
you decompile selected Java classes this can be done either using the Jode or the Procyon decompiler.
Of the 2 decompilers Procyon is the more up to date, with a better handling of features introduced from Java 5 onwards.
Furthermore it adds some actions to view selected classes in disassembled
form, either BCEL or Jasmin output.
}}}
Hi Tim, I can't build this plugin. It looks like it requires the BCEL jars, but they are not included in the lib directory or the Archive plugin which this plugin depends on. Is there another plugin that's required by this plugin? If not, please include the required dependencies in the lib directory.
Fixed the problem an re-tagged, there was a typo on the props file that meant a plugin dependency was ignored by the announcement macro.
{{{ JavaInsight 1.1
Source: Source code is in SVN with the tag javainsight-1_1
Announcement: We are pleased to announce the release of a new version of the JavaInsight Plugin. The main feature is the integration of the Procyon Decompiler, which will decompile Java classes from version 6 onwards.
Requires Java 1.7
Requires jEdit 04.03.09.00
Required plugins:
Jakarta Commons 0.2 (jakartacommons.JakartaCommonsPlugin)
Optional plugins:
ArchivePlugin 0.2 (archive.ArchivePlugin)
The JavaInsight plugin adds an action to the file system browser that lets
you decompile selected Java classes this can be done either using the Jode or the Procyon decompiler.
Of the 2 decompilers Procyon is the more up to date, with a better handling of features introduced from Java 5 onwards.
Furthermore it adds some actions to view selected classes in disassembled
form, either BCEL or Jasmin output.
}}}
Hi, I think this is fixed now, can you give the release another go please
Sorry, the last time I tried SF was down, then partially down. I plan on getting back to these in a few days - should be before the weekend.
I'm still getting compilation errors. For some reason I can't get it to pick up the bcel jar installed by jakarta-commons plugin (bcel-5.2). I don't have time to look at it right now, but I will try to get to it asap.
Sure np, let me know if you need anything from me
On 10/08/15 05:48, Townsfolk wrote:
Related
Plugin Central Submission:
#973Hi, has there been any progress with this ?
Sorry, totally missed the obvious, your build.properties file was committed to SVN and was overriding all the settings my scripts set up.
Been fixed, and released to PC