Changes between Version 3 and Version 4 of JavaApps
- Timestamp:
- Aug 12, 2007, 10:58:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JavaApps
v3 v4 8 8 9 9 JSmooth is a Java Executable Wrapper. It creates native Windows launchers (standard .exe) for your Java applications. It makes Java deployment much smoother and user-friendly, as it is able to find any installed Java VM by itself. When no VM is available, the wrapper can automatically download and install a suitable JVM, or simply display a message or redirect the user to a web site. 10 10 {{{ 11 #!comment 11 12 == Use a C++ wrapper program == 13 }}}