Skip to content

Commit

Permalink
update for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
poidasmith committed Apr 14, 2013
1 parent 5761a51 commit 6b82961
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions WinRun4J/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,21 @@
<div class="section-title">Change History</div>
<div class="section-content">

0.4.5
<ul>
<li>Allow vmargs and INI overrides on the commandline (-D, -X, -W)</li>
<li>Fixes for DDE class loading</li>
<li>Added INI key 'service.mode' to allow specifying both service and main classes and switching modes via command line</li>
<li>Improve logging of startup errors</li>
<li>vm.location can accept multiple locations separated by |. This first found is used.</li>
<li>Added java.library.path.N INI keys</li>
<li>Fix for issue with service with embedded jars</li>
<li>Set context class loader in service thread - fixes some class loading issue with services</li>
<li>Add option to disable native method integration - for launchers that do not use WinRun4J.jar</li>
<li>Allow registry values to be expanded in INI files - eg test=$REG{HKLM\something}</li>
<li>If INI key vm.sysfirst=true is set then the launcher will attempt to search for a local VM first, then use vm.location</li>
</ul>

0.4.4
<ul>
<li>Improved command line argument parsing</li>
Expand Down

0 comments on commit 6b82961

Please sign in to comment.