[RFC] netx: search for main method in superclasses of the main class
Omair Majid
omajid at redhat.com
Wed Aug 4 14:46:47 PDT 2010
Hi,
The attached patch makes netx search for the main method in the
superclasses of the main class. This patch allows JOSM [1] to work with
Netx.
Some applications like JOSM declare a main class which does not contain
a main method - the main method is declared in a superclass instead. The
tar file attached contains a simple example of such an application. With
the current version of netx, it throws an exception, saying that the
main method can not be found. The attached patch moves some the method
lookup code into a findMainMethod() which also loops through the
superclasses looking for the main method if it is not found in the
declared main class.
Any comments or concerns?
Cheers,
Omair
[1] http://josm.openstreetmap.de/download/josm.jnlp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea6-jnlp-main-class-search-parents.patch
Type: text/x-patch
Size: 4150 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20100804/53aaf4fb/icedtea6-jnlp-main-class-search-parents.patch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main-inheritance-test.tar.gz
Type: application/x-gzip
Size: 2492 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20100804/53aaf4fb/main-inheritance-test.tar.gz
More information about the distro-pkg-dev
mailing list