Skip to main content



      Home
Home » Eclipse Projects » e(fx)clipse » Eclipse 3.* plugin issues when trying to create a stage.
Eclipse 3.* plugin issues when trying to create a stage. [message #1698894] Thu, 18 June 2015 10:59 Go to next message
Eclipse UserFriend
Hello Tom,

I am trying to create a Stage (to make a dialog) within an almost fresh eclipse 3.x plugin project. With the nightly platform with every component ticked. I also have the latest FXEclipse IDE and am using Mars.

I get the following and I can't figure out how to trace it down. Garr I don't know why it's so hard to decipher eclipse / equinox errors. I worked with the PDE with Luna (with Felix as the runtime) in my previous role and the errors generally were debuggable. This is like black magic.

Cheers

Hassan
Re: Eclipse 3.* plugin issues when trying to create a stage. [message #1698954 is a reply to message #1698894] Fri, 19 June 2015 03:20 Go to previous message
Eclipse UserFriend
It looks like your target contains the e4+JavaFX platform! This is wrong
because it might interfere with other parts from Eclipse3.

All you need in your target (or even installed into your host IDE) is
org.eclipse.fx.runtime.min.feature who provides the adapter hooks needed
to access JavaFX.

You also need to do package imports in your MANIFEST.MF for all
javafx-packages you are using.

Tom

On 18.06.15 16:59, Hassan Syed wrote:
> Hello Tom,
>
> I am trying to create a Stage (to make a dialog) within an almost fresh eclipse 3.x plugin project. With the nightly platform with every component ticked. I also have the latest FXEclipse IDE and am using Mars.
>
> I get the following and I can't figure out how to trace it down. Garr I don't know why it's so hard to decipher eclipse / equinox errors. I worked with the PDE with Luna (with Felix as the runtime) in my previous role and the errors generally were debuggable. This is like black magic.
>
> Cheers
>
> Hassan
>
Previous Topic:New window on different screen
Next Topic:Help setting target platform for e4 + fx + emf forms
Goto Forum:
  


Current Time: Sat Jul 19 19:15:39 EDT 2025

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

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

Back to the top