I have created a JAR file and I want run it on a client. I have a couple of questions:
- How can I convert the JAR file to an EXE file?
- How can I encrypt the JAR file's contents? The jar file could be extracted with WinRAR and the classes could be decompiled with any Java decompiler.
- How can I create a installer? My clients doesn't have any JVM and I don't want to ship JDK or JRE along, because they have big size.