Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Hayfa Khan   on Jun 04 In Java Category.

  
Question Answered By: Damian Jones   on Jun 04

I already sent the the tool with my last mail. I am sending it back again.

1) Extract the jad.exe and place it in any directory.
Add that directory name to your classpath.
2) If you have a .class file  and want to get the .java file of that, say u have
myFirst.class file then either add the directory which contains
myFirst.class
to your classpath or go to that directory and issue the following command
jad myFirst.class
You will find myFirst.jad file created in the same directory. This is
nothing
but your .java file

I hope that was what you were asking for

Share: 

 

This Question has 3 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on class files to source code Or get search suggestion and latest updates.


Tagged: