Viewing/browsing JAR files in the project view (not in library)

Answered

With 4.0, is there a way I can expand JAR file to view/browse the content if the jar file is in the project source tree? The jar file is generated by an Ant task, and it'd be nice to be able to browse/view the content.

I noticed that this works if the jar files are under the "Libraries" node in the project pane.

4
3 comments

u could do it like this:
use the jar file as dependent lib, then show the project pane, goto package tab, select "show libraries content", then u can browse through all lib contents.

0

There is now a plugin for that: Archive Browser.

6

Please sign in to leave a comment.