decompile java class

2006-08-07 Thread Tomcat
Hello would you pleas help me with this , when I am trying to decompile a class file with javap -c myclass.class I am receiving following error : Error: Binary file myclass contains com.cnsw.reveiw.conf how can I decompile the class file that contain another class , also I want to use it

decompile java class

2006-07-26 Thread Tomcat
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 any one has experience with javap command ? how can I decompile a class that cotains other package or classes. I am aware

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

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

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 use

Re: [OT] decompile java class

2006-07-26 Thread Bob Hall
Tomcat wrote: --- Tomcat [EMAIL PROTECTED] wrote: 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 $ javap -help $ javap -classpath And a proper name