JSmooth Changelog

What's new in JSmooth 0.9.9-7 Build 20070520-256

Apr 28, 2014
  • Changed network code so that download now uses the IE proxy configuration.
  • Download of files by custom-download wrapper can now be done in http, https, and ftp.
  • Added a single instance option for the auto-download, custom-download and windowed wrappers. When this option is enabled, launching another instance of the application results in bringing the window of the first one to front.
  • Added JNI functions available to the java application when launched using the JVM DLL
  • Fixes bug #1720562: winservice-wrapper ignores "currentDirectory" param

New in JSmooth 0.9.9-6 (Apr 20, 2010)

  • Fixed a DOS console appearing for a fraction of second when running a CreateProcess to guess the version of the JVM.
  • Exit code now correctly returned for the console wrapper.
  • The jsmooth wrappers configured to work with a bundled VM now accept the SingleProcess argument correctly.
  • Removed the doctype in the docbook doc file, so that it can compile without an internet connection

New in JSmooth 0.9.9-5 (Apr 20, 2010)

  • Adds new wrapper for windows services
  • Refactored the Sun JVM launcher, now 3 specialized class are available: JVMBase, SunJVMExe, SunJVMDLL
  • Added latest 1.5.xx and 1.6.0 releases of the JRE autodownload, now defaulting to JRE 1.6.0 (Vista end-users).
  • Improved some inline help texts (english and french)

New in JSmooth 0.9.9-4 (Apr 20, 2010)

  • Fixed bug #1694330: Working directory handled incorrectly.
  • Fixed bug #1694128: launch in exe proc: '\' in command line not passed correctly
  • Fixed bug #1694136: Typos in strings
  • Added welcome panel
  • Fixed bug relative to the jvm bundle selection when enabled but no directory was defined
  • Added destination directory parameter in ant task
  • Fixed initial jsmooth window size issue

New in JSmooth 0.9.9-2 (Mar 19, 2007)

  • Added a new skeleton called autodownload, that is able to
  • download and install a JRE (or whatever) when no VM is available.
  • Moved the simplewrap jar to the root of the c library, so that
  • it can be shared between simplewrap and autodownload
  • Changed the licencing of the skeleton so that it comes under the
  • same terms than the LGPL
  • Improved arguments management so that jsmooth parameters can ben
  • overridden by users parameters
  • Refactored the c code so that commonjava is now split in two
  • modules, commonjava and util-core
  • Added a new c module called util-net. It contains mainly an
  • http client
  • Updated the documentation w/ arguments mngmt