Home > Development > Compilers & Interpreters > JNC - JavaNativeCompiler

JNC - JavaNativeCompiler

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.

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.

JNC - JavaNativeCompiler Description

Author:
Version: 1.1
Release: 2007-02-26
Platform: Win95,Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003,Windows Vista Starter,Windows Vista Home Basic,Windows Vista Home Premium,Windows
File size: 21.03 MB
Price: $39.9
Install: No Install Support
Rating: Not rated
Click here to free download JNC - JavaNativeCompiler

Other software from same author

See related software

Janino
Janino is a compiler that reads a Java expression, block, or source file, and generates Java bytecode that is loaded and executed directly. It is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, such as expression evaluators or "server pages" engines like JSP.