How to get java exe code?

Possible duplicate:
Where can I find the Java decompiler?

Hi,

how to get the source code of java exe file (simple application)?

(I know they didn't confuse him)

EDIT: Its Exe file, no more, no less than * .jar

+3
source share
2 answers

Well, the first step would be to try to find a program that turned .jar into exe. After that, you will need to study how this program does its job and find a way to cancel it. After that, if you can get the raw data, you should use java decompilers.

You can take a look at this question and start with it: How can I extract java exe in jar

: http://www.physicsforums.com/showthread.php?t=243295 , .

+2

, java exe . JAR ? , "java decompiler" google. - java-, , .

+1

Source: https://habr.com/ru/post/1754660/


All Articles