stefanofornari commented on issue #9453:
URL: https://github.com/apache/netbeans/issues/9453#issuecomment-4796286502

   Hello All,
   thanks for reporting this and letting me know of the issue, which I'd really 
like to address and fix. JavaFX in NB is kind of difficult, which is one of the 
main reason for this plugin: make it easier to embed FX applications in 
NetBeans. I could not reproduce the issue on Linux, MacOS or Windows, any help 
would be really appreciated. 
   
   The log indicates the plugin does not initialize correctly, most likely due 
to JavaFX failing to start the Toolkit (or at least the toolkit was not ready 
at the time the module started).
   > INFO [ste.netbeans.javafx.Install]: Starting NetBeans JavaFX Toolkit
   INFO [ste.netbeans.javafx.Install]: setting up toolkit host services
   WARNING [javafx]: Unsupported JavaFX configuration: classes were loaded from 
'unnamed module @56167210'
   INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
   
   
   I have a few questions:
   
   1. > EDIT : actually I see a module 
com.github.stefanofornari.nb.javafx.toolkit. I assume you installed 
https://plugins.netbeans.apache.org/catalogue/?id=131 ? It seems to bundle 
another version of JavaFX. It might be conflicting with the version downloaded 
by the IDE.
   
       The plug-in is not supposed to "bundle" a javafx, but it declares it as 
a dependency (see attached pom). There is no JavaFX in the nbm itself, I am 
trusting NB dependency module. Should I do something different then?
    
   2. > of JavaFX in extras, or whether it's because the nbm only seems to 
include Linux natives??
   
       Does NB provides any version of JavaFX out of the box? what do you mean 
with the version in extra? Moreover, are you on Linux of anotehr system? the 
plugin does not provide system specif versions, the module system should 
download the native modules needed by the underlying system.
    
   3. Has anyone other than the original reported reproduced the same issue? or 
is it one for a user only?
   
   I am looking into it on my side too, many thanks in advance for your help.
   


-- 
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