Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Adding JavaFX to eclipse runtime environment(My plugin requires access to FX classes but I have a noClassDefFoundError)
Adding JavaFX to eclipse runtime environment [message #1763546] Wed, 17 May 2017 10:00
Olivier Alves is currently offline Olivier AlvesFriend
Messages: 4
Registered: May 2017
Junior Member
Hi everyone,

I'm looking for help, I have been developing a plugin and at some point of its execution I require access to javafx/event/ActionEvent (and other jfx classes) however I am unable to do so, eclipse complains: java.lang.NoClassDefFoundError: javafx/event/ActionEvent
and I don't understand why...

I have seen that if I launch my plugin with e(fx)clipse installed, my plugin works perfectly... But I can't guarantee that my users will have it installed and it therefore needs to run without it.

I have tried playing with the manifest but nothing worked so far, can someone point to me what I am missing ?

Thank you,
Olivier
Previous Topic:Create main toolbar item dynamically
Next Topic:how to add user login function into eclipse by plug-in development
Goto Forum:
  


Current Time: Sat Apr 20 04:31:43 GMT 2024

Powered by FUDForum. Page generated in 0.03403 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top