aspose file tools
The moose likes Java in General and the fly likes Applying reflection on jar files Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply locked New topic
Author

Applying reflection on jar files

Umair Nasir
Greenhorn

Joined: Jan 14, 2005
Posts: 3
Hi,
My question is quit simple, I want to use reflection on jar files without extracting them. Actually i am developing a kind of Class browser.
I want to get complete info about classes packaged in jar file without extracting them and with maximum performance.
Any oe with really nice ideas???
Jeroen Wenting
Ranch Hand

Joined: Oct 12, 2000
Posts: 5093
yes: don't crosspost and double post.


42
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

I think what he meant to say is that you asked the same question here and he answered it.

Asking the same question in multiple forums can create duplicate conversations and waste the time of the people trying to help you. I'm going to ask for this copy to be closed.

Jeroen, we try to be nice to all our visitors, particularly those that are still greenhorns since they may not have picked up all the local customs yet.

Dave
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Applying reflection on jar files
 
Similar Threads
including jar files in jar files
Applying reflection on jar files
view content of file in a jar file
Reading rar file without extracting it
Running a .exe from java program