Changes between Initial Version and Version 1 of JavaApps


Ignore:
Timestamp:
May 11, 2007, 8:54:53 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaApps

    v1 v1  
     1= Using BOINC with Java applications =
     2
     3== Use JSmooth ==
     4
     5[http://jsmooth.sourceforge.net/ JSmooth] is an open-source tool for converting Java applications
     6to Windows .exe files.  To quote from their web site:
     7
     8
     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.
     10When 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.
     11
     12== Use a C++ wrapper program ==