I'm starting with Ejs, and I made a simple simulation (resistive divider wiht AC sourse). When I try run the simulation it's not work and ejs console show follow error:
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: javafx/embed/swing/JFXPanel
I have read documentation of ejs and java, only find that javaFX has been moved outside the JDK. I understand I need to add or install javafx in my laptop but I donĀ“t know how to do that.
I'm using jdk-16.0.2 jre1.8.0_301 EjsS 6.01 Windows 10 home single language
I hope you can help me, any advice I will apreciate a lot.