aspose file tools
The moose likes Beginning Java and the fly likes In which Jar? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "In which Jar?" Watch "In which Jar?" New topic
Author

In which Jar?

Minn Myat Soe
Greenhorn

Joined: Dec 03, 2004
Posts: 3
Is there a way to find which jar a particular belongs to? I'm having difficulities choosing which jar to add to compensate certain ClassNotFound errors.

Thanks...


./Minn
Peter Chase
Ranch Hand

Joined: Oct 30, 2001
Posts: 1970
You can list the contents of a jar with the "jar -t" command.


Betty Rubble? Well, I would go with Betty... but I'd be thinking of Wilma.<br /> <br />#:^P
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

You might also find Jarhoo useful.
[ December 17, 2004: Message edited by: Paul Sturrock ]

JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: In which Jar?
 
Similar Threads
where is the error
searching of jar files
Which jar contains RepositoryMBean?
example of struts + hibernate : jdbc example
javax.jms.* and javax.naming.* ?