|
| Title and Version |
|
JNC - JavaNativeCompiler v1.1
|
| Author |
|
mtSystems
|
| Release Date |
|
26 February 2007
|
| Operating Systems |
|
Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003,Windows Vist
|
| Short Description |
|
jnc is a java to native compiler. it allows aot (ahead of time) compilation of your java applications. with jnc, you can create real standalone native binaries (.exe on windows) which will no longer depend on a jre. this allows easy deployment of java applications. also they will be hard to decompile and run fast from the start.
|
| PAD File URL |
|
http://jnc.mtsystems.ch/misc/jnc.xml |
|
| Application Web Page |
|
http://jnc.mtsystems.ch
|
| Author Web Page |
|
http://jnc.mtsystems.ch
|
| Keywords |
|
java compiler, java native compiler, java aot compiler, java ahead of time compiler, java to exe, java to executable, java to na
|
| Full Description |
|
JNC is a Java to native compiler. It allows AOT (ahead of time) compilation of your Java applications. With JNC, you can create real standalone native binaries (.exe on Windows) which will no longer depend on a JRE.
This is especially useful when applications have to be deployed to end-users. All vexatious problems of deploying Java applications can be solved by compiling them to native. They will be:
- Easy to deploy:
No JRE dependency. Most end-users don't know what they have installed.
No more problems on how to create an executable file out of a JAR or class file.
- Hard to decompile:
Java can easily be decompiled. Native compilation will protect your source code.
- Run fast from the start:
No more overhead for loading a JRE. |
|
|
|