aspose file tools
The moose likes Java in General and the fly likes JAR and Class file reader Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "JAR and Class file reader" Watch "JAR and Class file reader" New topic
Author

JAR and Class file reader

Zaafir Barahim
Ranch Hand

Joined: Dec 12, 2006
Posts: 36
How do i read the content and modify the content of a Jar file and how can i read and modify the code in a Class file
Nikhilesh
Greenhorn

Joined: Dec 16, 2006
Posts: 2
I never tried to edit a class file. But used to view the contents usings
jclasslib viewer.

http://www.ej-technologies.com/products/jclasslib/overview.html

Jar file is just like a zipped file. You can open it using programs like
winRar
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35250
    
    7
For both working with class files and working with jar files there are multiple tools you could use. Which one is appropriate depends on what you're trying to do - care to tell us about that?


Nikhilesh,

on your way in you may have missed that we have a policy on screen names here at JavaRanch. Basically, it must consist of a first name, a space, and a last name, and not be obviously fictitious. Since yours does not conform with it, please take a moment to change it, which you can do right here.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JAR and Class file reader
 
Similar Threads
How to Find path of a file inside a jar file????
Using DOS commands in Java
Writing to a file inside a jar file
Updating a xml file inside a jar file
Help me!!!