diff options
author | Denis Lila <[email protected]> | 2011-04-05 12:07:10 -0400 |
---|---|---|
committer | Denis Lila <[email protected]> | 2011-04-05 12:07:10 -0400 |
commit | 8c55999a5dd8968ba23a783b3bcdd904ab6a6460 (patch) | |
tree | a47f480261bf92d8d187c144408b071a6d0f5c5d /ChangeLog | |
parent | 94f4e45da222d0fe4b322464c2f8ba89ad409c6f (diff) |
Set class path to JRE/lib/rt.jar for both plugin and javaws.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2011-04-05 Denis Lila <[email protected]> + + * plugin/icedteanp/IcedTeaNPPlugin.cc + (plugin_start_appletviewer): Replace hardcoded indices + with a variable; roll up free calls in a loop; fix whitespace; + set classpath to ICEDTEA_WEB_JRE/lib/rt.jar. + * launcher/javaws.in: + Set class path to JRE/lib/rt.jar. + * Makefile.am: + Replace @JRE@ with $(JRE) in edit_launcher_script. + 2011-04-01 Denis Lila <[email protected]> * plugin/icedteanp/java/sun/applet/PluginDebug.java: |