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 wit
"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 p
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
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
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
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