answersLogoWhite

0

You need a decompiler to convert class files to java source files.

JAD is a Java Decompiler that can do it for you.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Extension file for Java?

Java source files have the .java extension, compiled Java class files have the .class extension.


Why is Total Video Converter not converting the file to mpg 4?

You need to make sure that .mp4 is the selected 'Output Source Format'. If it is not converting it, there is a possibility it already is an .mp4.


How do you make a java class?

You write the source code, in a text editor, or better in a special IDE. The source code should have the extension ".java". You can have several classes in the same file. Then you compile the class to bytecode; this creates a file with extension ".class".


What do you call the process of converting the object to a text file?

converting


What is java file in java?

A java file contains the code you write. One java file contains one class so for example when I want to make a class called Person, the source code is saved in Person.java


What is the difference between exe and class files?

in .exe file it contains machine understandable code. but in .class file it contain only byte code which is not understadable by the microprocessor it will understud by the jvm only . we con't execute .class file without jvm . but we can execute .exe file without c-compiler .


Which is the first non-comment statement in ajava program file?

It is most likely an "import Java. ...." statement. Which imports packages to be used in the source file. Or a class declaration "public class myClass { ".


What are the Disadvantages in converting class files to java files?

The only reason to convert a .class file to a .java file would be to attempt to reverse engineer a piece of Java code. Disadvantages of this would include near-incomprehensible code being produced by the reverse engineering program.


How do you convert an Mp3 file to a Wma file?

You can do that with an audio converter.Go online and Google: free audio converters. Select one and download/install it. Follow the conversion instructions making sure the Output Source format for the file you're converting is .wma.


how can i convert my wma to mp3?

It seems that your best bet for converting a wma file into an mp3 file is to buy or download the available software from an internet source. This software will provide step by step instructions for completing the task.


Converting without shortening lenghth of movie?

Converting a video does not shorten the length. It simply converts the file to a different format (file name extension).


What is the concept of class file?

That means: the file where a class is stored.