RFR 8004547: Extend JavaFX launcher support... (original) (raw)
David DeHaven david.dehaven at oracle.com
Fri Jan 4 20:27:00 UTC 2013
- Previous message: RFR 8004547: Extend JavaFX launcher support...
- Next message: RFR 8004547: Extend JavaFX launcher support...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Cmd line FAC LAUNCHMODE JAVAFXLAUNCHMODE java -jar fxapp.jar Present LMJAR LMJAR java -jar fxapp.jar Not present LMJAR [LMJAR] java -cp fxapp.jar ... Not present LMCLASS LMCLASS java -cp somedir ... Not present LMCLASS LMCLASS
I didn't see any reliable means of testing the last case without further changes to TestHelper.java, is it that important? The code path through LauncherHelper.java should be the same for either -cp case. I can add the test case if it's important, but that will require changes to TestHelper.java to allow compiling to a directory without creating a jar file.
-DrD-
- Previous message: RFR 8004547: Extend JavaFX launcher support...
- Next message: RFR 8004547: Extend JavaFX launcher support...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]