Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 14:59 Go to next message
Hassan Syed is currently offline Hassan SyedFriend
Messages: 8
Registered: July 2009
Junior Member
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 07:20 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
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: Thu Jan 23 01:01:15 GMT 2025

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

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

Back to the top