How can i generate .java file from .class file

Hi to all , Am new to java...Any can help me ?How to generate .java file from .class file......?
[118 byte] By [friendlybalu007a] at [2007-10-3 11:32:24]
# 1
Depending on where you live, this operation may be illegal.
sabre150a at 2007-7-15 13:59:15 > top of Java-index,Java Essentials,New To Java...
# 2
> Hi to all , > Am new to java...Any can help me ?> o generate .java file from .class file......?By using decompiler ?
ggopia at 2007-7-15 13:59:15 > top of Java-index,Java Essentials,New To Java...
# 3
You can use Java Decompiler for the same. JavaDeCompiler is doing same jame. U can download and use trial version.
cool_sloppya at 2007-7-15 13:59:15 > top of Java-index,Java Essentials,New To Java...
# 4
wats ur requirement.u want to generate a cllass file of a java file or u wanna make a program to generate java file of any class file ?
daveknirava at 2007-7-15 13:59:15 > top of Java-index,Java Essentials,New To Java...
# 5
> You can use Java Decompiler for the same.> JavaDeCompiler is doing same jame. U can download and> use trial version.or JAD, which is free. or JadClipse, which is free, uses JAD, and sits inside Eclipse making things much much easier
georgemca at 2007-7-15 13:59:15 > top of Java-index,Java Essentials,New To Java...