|
Description
NativeJ generates Win32 native launchers for your Java applications. No more ugly batch files! The launchers generated by NativeJ look and behave exactly like native Win32 programs. Automatically generates Win32 native EXE for your Java applications. No more ugly batch files! They possess their own custom icons when viewed in Explorer, and they do not appear as another java.exe or javaw.exe in the process list. You can generate launchers that behave like console programs, or graphical programs, or even Win32 services. Besides looking and feeling like native apps, these launchers also have another advantage: speed. Executing a batch file requires first loading up the command processor, which steps through each line of the batch file before it encounters the line which calls the Java frontend java.exe or javaw.exe. This frontend imposes further overhead as it parses the command-line arguments before loading the JVM with the proper parameters. The native launchers generated by NativeJ eliminates all these overhead and load the JVM directly, resulting in snappier program loading. NativeJ is available in two versions: Standard Edition. The following capabilities are not available in the standard edition: Win32 service creation, JAR files embedding, version information, customization of strings and messages. Professional Edition. All capabilities are available in the skilled edition, including: Win32 service creation, JAR files embedding, version information, customization of strings and messages. Here are some key capabilities of NativeJ : - Custom icon. Each executable is represented by a unique icon, just like native apps.
|