-2

Is there any software to convert a java class into a java file? I know decomplier is there but I was looking for software to convert a java class into a java file.

Erick Robertson
  • 32,125
  • 13
  • 69
  • 98
user1633823
  • 347
  • 2
  • 5
  • 14

2 Answers2

1

A decompiler is a software that converts class files into java files :) See the following questions:

How do I "decompile" Java class files?

Where can I find a Java decompiler?

Community
  • 1
  • 1
lbalazscs
  • 17,474
  • 7
  • 42
  • 50
0

Probably you can use - http://www.showmycode.com/ It is a free online decoder / decompiler.

Mohsin
  • 852
  • 8
  • 28