Bikash Paul <[EMAIL PROTECTED]> writes: > Hi all friends, > > Is there any way for decompling .class to .java > file.plz help me it is very urgent.Any help will be > highly appreciated.
Thre are many tools that you let you decompile a .class file into byte codes: javap comes with the JDK and the GNU project offers several tools as part of the Classpath, GCJ and Kawa projects. Learning how to understand byte codes is fun and *very* usefull. Nic Ferrier ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
