diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2012-02-28 Deepak Bhole <[email protected]> + * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java + (checkForMain): Also check manifest file of main jar. + (getMainClassName): New method. Looks in a jar manifest to see if there is + a Main-Class specified. + +2012-02-28 Deepak Bhole <[email protected]> + * plugin/icedteanp/IcedTeaPluginRequestProcessor.cc (_eval): Return 0 id to Java side if eval fails. (_call): Return 0 id to Java side if call fails. |