Re: decompile java class

2006-07-26 Thread Christopher Schultz
Umm... Tomcat, > I am trying to decompile the java class file with javap command but > it returns my-class-name.class contains some-other-package > > so I am unable to decompile it . Why are you unable to decompile it? Please post the command you used and the resulting output. Don't forget to u

Re: decompile java class

2006-07-26 Thread Tomcat
Thanks Mohsen for your reply, but I can not download and use jad or other decompilers, please let me know if you know how to decompile the java class that contains another class. Thanks Mohsen Saboorian wrote: Use JAD instead. It is quite simple and fast. http://www.kpdus.com/jad.html On 7/26

Re: decompile java class

2006-07-26 Thread Mohsen Saboorian
Use JAD instead. It is quite simple and fast. http://www.kpdus.com/jad.html On 7/26/06, Tomcat <[EMAIL PROTECTED]> wrote: Hello I am trying to decompile the java class file with javap command but it returns my-class-name.class contains some-other-package so I am unable to decompile it . is