gwinstanley commented on issue #5167:
URL: https://github.com/apache/netbeans/issues/5167#issuecomment-1586929207

   I've just encountered something very similar while building a Gradle 
project. My guess is the dependency classifier for the JavaFX resources is 
still set to be **mac**, when on Apple Silicon it should be **mac-aarch64**. 
While I don't use the JavaFX Gradle plugin, its source for 
[JavaFXPlatform.java](https://github.com/openjfx/javafx-gradle-plugin/blob/master/src/main/java/org/openjfx/gradle/JavaFXPlatform.java)
 shows this clearly.
   
   I'm fairly certain resolving these JavaFX dependencies in the new project 
module would resolve this.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to