Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » e(fx)clipse not found in Mars Update Site
e(fx)clipse not found in Mars Update Site [message #1700098] Tue, 30 June 2015 06:57 Go to next message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
I tried to install e(fx)clipse to my newly downloaded Mars Committer installation, but I can't find it in the Mars Update Site.

I thought it is now part of the SimRel and should be located there. Where can I find the update site for e(fx)clipse with Mars?
Re: e(fx)clipse not found in Mars Update Site [message #1700114 is a reply to message #1700098] Tue, 30 June 2015 08:43 Go to previous messageGo to next message
Sebastian Lehmann is currently offline Sebastian LehmannFriend
Messages: 8
Registered: January 2014
Junior Member
I used the links from the project site:
https://projects.eclipse.org/projects/technology.efxclipse/downloads
Re: e(fx)clipse not found in Mars Update Site [message #1700117 is a reply to message #1700114] Tue, 30 June 2015 08:59 Go to previous messageGo to next message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
The links from the project site refer to the nightly build 2.1.0, not the 2.0.0 version released with Mars.

For the IDE tooling this is the correct update site for 2.0.0

http://download.eclipse.org/efxclipse/updates-released/2.0.0/site

But IMHO it was planned that it is included in the Mars Update Site.
Re: e(fx)clipse not found in Mars Update Site [message #1700127 is a reply to message #1700117] Tue, 30 June 2015 10:15 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Unfortunately we missed to set a category in the sim-rel contribution
:-( so you need to *uncheck* category grouping!

Tom

On 30.06.15 10:59, Dirk Fauth wrote:
> The links from the project site refer to the nightly build 2.1.0, not
> the 2.0.0 version released with Mars.
>
> For the IDE tooling this is the correct update site for 2.0.0
>
> http://download.eclipse.org/efxclipse/updates-released/2.0.0/site
>
> But IMHO it was planned that it is included in the Mars Update Site.
Re: e(fx)clipse not found in Mars Update Site [message #1703734 is a reply to message #1700127] Tue, 04 August 2015 13:30 Go to previous messageGo to next message
Daniel Zimmermann is currently offline Daniel ZimmermannFriend
Messages: 81
Registered: July 2009
Member
Hi,

I recently have downloaded and installed Mars. I followed your advice about the grouping and installed 2.0.0.

Unfortunatly I now cannot open the Preview-View anymore. When I do either Eclipse freezes and crashes subsequently or it crashes right away.

I re-used an older test-workspace but except for a JavaFX-Test-Project(which is closed) there is nothing in it.

To be precise: the former efxclipse still works fine in Eclipse Luna (in a more populated worskapace).

I use Ubuntu-Linux (15.04) and Oracle Java (still 8u45, since the PPA maintainer is oddly silent latly).

This is the second try where I installed efxclipse in a newly set up eclipse. And I ran out of ideas...

Does anyone have any ideas?

Cheers,
Daniel
Re: e(fx)clipse not found in Mars Update Site [message #1703765 is a reply to message #1703734] Tue, 04 August 2015 18:24 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Well Mars final does launch with gtk3 by default! So to get the preview working you need to force eclipse to gtk2
Re: e(fx)clipse not found in Mars Update Site [message #1703850 is a reply to message #1703765] Wed, 05 August 2015 11:54 Go to previous messageGo to next message
Daniel Zimmermann is currently offline Daniel ZimmermannFriend
Messages: 81
Registered: July 2009
Member
Oh. I knew, that Mars now uses GTK3, but why is this an issue? Is JavaFX build ontop of GTK2?
Re: e(fx)clipse not found in Mars Update Site [message #1703859 is a reply to message #1703850] Wed, 05 August 2015 13:01 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Yes javafx Glass is gtk2
Re: e(fx)clipse not found in Mars Update Site [message #1703925 is a reply to message #1703859] Wed, 05 August 2015 21:29 Go to previous messageGo to next message
Daniel Zimmermann is currently offline Daniel ZimmermannFriend
Messages: 81
Registered: July 2009
Member
Imagine a sad face... That's a shame. But of course not your fault. But I would not have thought, that this'd be an issue. Nevertheless: will try it tomorrow.

Thank you, as usual, for your quick reply!

Cheers,
Daniel
Re: e(fx)clipse not found in Mars Update Site [message #1703926 is a reply to message #1703925] Wed, 05 August 2015 21:37 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
I once looked at the relevant sources and it's not more than 5-10 C++/C
code and one who is familiar with Gtk2 and 3 shouldn't have any problem
reimplementing the stuff in Gtk3.

Tom

On 05.08.15 23:29, Daniel Zimmermann wrote:
> Imagine a sad face... That's a shame. But of course not your fault. But
> I would not have thought, that this'd be an issue. Nevertheless: will
> try it tomorrow.
>
> Thank you, as usual, for your quick reply!
>
> Cheers,
> Daniel
Re: e(fx)clipse not found in Mars Update Site [message #1703960 is a reply to message #1703926] Thu, 06 August 2015 07:56 Go to previous messageGo to next message
Daniel Zimmermann is currently offline Daniel ZimmermannFriend
Messages: 81
Registered: July 2009
Member
Can you link the mentioned source? I have never done something with GTK (only played around with Python & Glade some time ago), but there might be a collueage who does... I could at least ask him.
Re: e(fx)clipse not found in Mars Update Site [message #1703977 is a reply to message #1703960] Thu, 06 August 2015 10:11 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Just clone the hg repo of JavaFX - The code I'm talking about is at
http://hg.openjdk.java.net/openjfx/8/master/rt/file/f89b7dc932af/modules/graphics/src/main/native-glass/gtk

Tom

On 06.08.15 09:56, Daniel Zimmermann wrote:
> Can you link the mentioned source? I have never done something with GTK
> (only played around with Python & Glade some time ago), but there might
> be a collueage who does... I could at least ask him.
Previous Topic:Using FXMLLoaderFactory load FXML
Next Topic:Eclipse RCP E4 project FXML open with scenebuilder
Goto Forum:
  


Current Time: Fri Apr 26 13:29:53 GMT 2024

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

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

Back to the top