-
Bug
-
Resolution: Not an Issue
-
P3
-
fx2.0
-
Visage (rev ccc830cced59), Windows XP, JDK 6u24, JavaFX 2 beta build 36
When running an JavaFX 2 application developed using Visage the Application class fails to start it using the launch function. No Stage appears even though its visibility property is set to true in the overridden start function for the class that extends Application. Once the JavaFX 2 runtime is installed through javafx-2_0-beta-windows-i586.exe file the overriden start function is no longer called by the Application class.
No exceptions or any other errors appear when running the JavaFX 2 application via the console. The following link is to a comment made in another issue which shows how to set up Visage:
http://javafx-jira.kenai.com/browse/RT-11608?focusedCommentId=79033&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-79033
This link contains the source for a simple JavaFX 2 application which reproduces the problem:
http://javafx-jira.kenai.com/browse/RT-11608?focusedCommentId=78937&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-78937
No exceptions or any other errors appear when running the JavaFX 2 application via the console. The following link is to a comment made in another issue which shows how to set up Visage:
http://javafx-jira.kenai.com/browse/RT-11608?focusedCommentId=79033&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-79033
This link contains the source for a simple JavaFX 2 application which reproduces the problem:
http://javafx-jira.kenai.com/browse/RT-11608?focusedCommentId=78937&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-78937
- relates to
-
JDK-8112660 No Class File Found For Application Even Though It Exists
- Closed