Short description of JNC - JavaNativeCompiler 1.1: 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.