The Artima Developer Community
Sponsored Link

Java Answers Forum
converting .class to .java

2 replies on 1 page. Most recent reply: Mar 5, 2002 2:01 PM by Alain Ravet

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
vijay

Posts: 1
Nickname: vj0554
Registered: Mar, 2002

converting .class to .java Posted: Mar 3, 2002 10:53 PM
Reply to this message Reply
Advertisement
Can I convert .class files to .java files?
If so how?
Is it reliable?

Please answer immediately with steps
regards
vijayanand


jerome

Posts: 5
Nickname: romje
Registered: Feb, 2002

Re: converting .class to .java Posted: Mar 4, 2002 12:26 AM
Reply to this message Reply
> Can I convert .class files to .java files?
yes decompiler tools can majke such job...
> If so how?
use them ....
> Is it reliable?
>
yes, it works fine, because the specs of the bytecode
are well documented (they belong to the VM specifications)

One of the best tool is JAD
> Please answer immediately with steps
?????

Alain Ravet

Posts: 19
Nickname: aravet
Registered: Feb, 2002

Re: converting .class to .java Posted: Mar 5, 2002 2:01 PM
Reply to this message Reply
http://www.saffeine.com/links.jsp

Flat View: This topic has 2 replies on 1 page
Topic: Computer Name using Java Previous Topic   Next Topic Topic: How to save properly ?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use