Decompiling

I have an .exe file that has compiled but i want to uncompile it so i can view the code usedwhat software is good to usecheers
[147 byte] By [AFFa] at [2007-10-1 10:46:11]
# 1
You need to get access to the underlying java classes e.g. as a jar file.These can be decompiled. If all you have is the .exe then this cannot be decompiled. This is one of the reason people create .exe, so the program cannot be decompiled.
Peter-Lawreya at 2007-7-10 3:14:06 > top of Java-index,Developer Tools,Java Compiler...
# 2

> You need to get access to the underlying java classes

> e.g. as a jar file.

> These can be decompiled. If all you have is the .exe

> then this cannot be decompiled. This is one of the

> reason people create .exe, so the program cannot be

> decompiled.

wrong. ANYTHING can be decompiled given the right tools and knowledge.

jwentinga at 2007-7-10 3:14:06 > top of Java-index,Developer Tools,Java Compiler...