[9] RfR: 8169289: JavaFX application in named module fails to launch if no main method (original) (raw)
David DeHaven david.dehaven at oracle.com
Wed Nov 16 00:04:05 UTC 2016
- Previous message: [9] RfR: 8169289: JavaFX application in named module fails to launch if no main method
- Next message: [9] RfR: 8169289: JavaFX application in named module fails to launch if no main method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Please review the (fairly straightforward) JDK changes needed to support launching JavaFX applications in a named module.
JBS: https://bugs.openjdk.java.net/browse/JDK-8169289 Webrev: http://cr.openjdk.java.net/~ddehaven/8169289/jdk.0/
Would it be better to refactor line 557-563 and 612-624 and be called in the checkAndLoadMain method after the main class is loaded? Yeah, we probably could do that. I'll look into it.
Updated with your suggested change: http://cr.openjdk.java.net/~ddehaven/8169289/jdk.1
-DrD-
- Previous message: [9] RfR: 8169289: JavaFX application in named module fails to launch if no main method
- Next message: [9] RfR: 8169289: JavaFX application in named module fails to launch if no main method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]