Link to home
Start Free TrialLog in
Avatar of e-genpartners
e-genpartners

asked on

executable java program and installation package

I want to make an executable program with jar and a setup program with it.
I used to use Jsmooth and NSIS. I have seen Launch4J and other tools.
Which is the best one?

I want to make a Window executable program which cannot be decompiled with reverse engineering tools.
Avatar of krakatoa
krakatoa
Flag of United Kingdom of Great Britain and Northern Ireland image

I want to make a Window executable program which cannot be decompiled with reverse engineering tools.

You will never find this. Even if the code is protected, the runtime code cannot be, and can be reverse-engineered.
As long as the class files(jar) are stored somewhere on the machine , ppl can always use a decompiler and try to reengineer.
ASKER CERTIFIED SOLUTION
Avatar of krakatoa
krakatoa
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
A Java obfuscator is your closest bet now , but it has its own headaches.