You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/09/20 15:32:57 UTC

[GitHub] [netbeans] GoombaGoom opened a new issue, #4663: JavaFX project stuck on running..

GoombaGoom opened a new issue, #4663:
URL: https://github.com/apache/netbeans/issues/4663

   ### Apache NetBeans version
   
   Apache NetBeans 15
   
   ### What happened
   
   I am using NetBeans 15 and JDK 17. I followed the instructions on https://openjfx.io/openjfx-docs/ for running a JavaFX project on NetBeans, and it compiles fine, but when the status gets to running, it just gets stuck at running.
   Here is my code:
   
       package javagame;
       import javafx.application.Application;
       import javafx.stage.Stage;
       public class JavaGame extends Application{
           @Override
           public void start(Stage stage){
           
           }
           /**
            * @param args the command line arguments
            */
           public static void main(String[] args) {
               // TODO code application logic here
           }
       }
   
   ### How to reproduce
   
   I followed the instructions here: https://openjfx.io/openjfx-docs/, but with JavaFX 17.
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Linux Debian, Aarch64.
   
   ### JDK
   
   jdk 17.
   
   ### Apache NetBeans packaging
   
   Other
   
   ### Anything else
   
   I first tried to use JavaFX 19 with JDK 17(same results), and I thought that may be the problem, so I used JavaFX 17 instead, but the same thing happened.
   
   ### Are you willing to submit a pull request?
   
   No
   
   ### Code of Conduct
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists