¡@

Home 

java Programming Glossary: excelsior

running a java program as an exe in windows without JRE installed

http://stackoverflow.com/questions/1332548/running-a-java-program-as-an-exe-in-windows-without-jre-installed

Shiv java share improve this question You can use Excelsior JET compiler for that purpose. See http www.excelsior usa.com..

How to protect compiled Java classes?

http://stackoverflow.com/questions/2443542/how-to-protect-compiled-java-classes

prevent the .class to .java decompilation use a tool like Excelsior Jet that will transform the .jar in an .exe . This is foolproof.. it is impossible to get the .java file back if you use Excelsior Jet so long for all the people saying it's impossible to prevent.. OS X and Linux too or you don't have to shell off for Excelsior Jet. I'm writing a commercial software written in Java. That..

How can I convert a .jar to an .exe?

http://stackoverflow.com/questions/4330936/how-can-i-convert-a-jar-to-an-exe

standards then you can try and get a free license of Excelsior. If its not then it's expensive but still a viable option. Program..

How to lock compiled Java classes to prevent decompilation?

http://stackoverflow.com/questions/49379/how-to-lock-compiled-java-classes-to-prevent-decompilation

is to use native ahead of time compilers like GCC or Excelsior JET for example that compile your Java code directly to a platform..

What's the best way to distribute Java applications?

http://stackoverflow.com/questions/80105/whats-the-best-way-to-distribute-java-applications

in technology in Java 1.7. Use a native code compiler like Excelsior JET and distribute as a executable or wrap it up in an installer...