File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Java
»
Beginning Java
Author
converting JAR to .java file
sanju gajera
Greenhorn
Joined: Sep 24, 2006
Posts: 17
posted
Jan 06, 2008 07:17:00
0
hi!!!
i want to know how i can converting the JA executable file formate to the .java file formate.............?
please give me the solution.........
as soon as possible.......
gajera sanjay
David O'Meara
Rancher
Joined: Mar 06, 2001
Posts: 13459
I like...
posted
Jan 06, 2008 07:33:00
0
A JAR file is a collection of resources, typically multiple Class files but could also be other file types too.
The format for JAR files can be read by (typically) any archive managing tool like Winzip, WinRar etc, or it can be 'unjarred' using the command line.
There are decompilers available to convert the .class files into .java files, such as JAD
Kaydell Leavitt
Ranch Hand
Joined: Nov 18, 2006
Posts: 682
I like...
posted
Jan 07, 2008 00:20:00
0
Hi sanju,
I think that the easiest way to see what is in a .jar file is to first make a copy of it (so you don't mess anything up) and then change the ".jar" extension to be ".zip" and then open it.
This works for both Mac OS X and for Microsoft XP and up.
I agree. Here's the link:
http://aspose.com/file-tools
subject: converting JAR to .java file
Similar Threads
Class - Static variables Questions?
javasource code for read webpage in XML formate
Help Regarding .bat files
Java API converting PDF to word
creating .exe file for java application
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter