e(fx)clipse is a set of plugins who make developing JavaFX 2 application with your favorite IDE an excellent experience. It provides wizards, specialized CSS and XML editors needed for JavaFX usage of CSS and XML. To get immediate feedback it integrates a live preview of your UI while editing. If you are not happy with using XML for your UI design a small JSON-Like DSL is shipped allowing you define UIs without the XML noise.
Categories: Build and Deploy, Editor, IDE, Programming Languages, Rich Client Applications
Tags: javafx
Additional Details
Eclipse Versions: 2022-06 (4.24), 2022-03 (4.23), 2022-09 (4.25), 2022-12 (4.26), 2023-03 (4.27), 2023-06 (4.28), 2023-09 (4.29), 2023-12 (4.30), 2024-03 (4.31), 2024-06 (4.32), 2024-09 (4.33)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: BestSolution.at
Development Status: Production/Stable
Date Created: Saturday, July 14, 2012 - 04:40
License: EPL
Date Updated: Friday, October 6, 2023 - 10:49
Submitted by: Thomas Schindl
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 9/587 | 2646 | 4 |
September 2024 | 8/642 | 6905 | 16 |
August 2024 | 9/641 | 5449 | 13 |
July 2024 | 9/663 | 4958 | 25 |
June 2024 | 9/681 | 6793 | 26 |
May 2024 | 7/682 | 10794 | 166 |
April 2024 | 7/687 | 11121 | 16 |
March 2024 | 8/694 | 9906 | 28 |
February 2024 | 9/687 | 7523 | 293 |
January 2024 | 9/691 | 8229 | 44 |
December 2023 | 7/671 | 9365 | 15 |
November 2023 | 7/686 | 10594 | 19 |
Unsuccessful Installs
Unsuccessful Installs in the last 7 Days: 366
Reviews Add new review
e(fx)clipse 3.8.0 does not work with eclipse jee 2022-12
Submitted by Walter Taus on Tue, 02/14/2023 - 04:20
As detailed in stackoverflow it produces an Unhandled event loop exception (org.eclipse.ui) when trying to create a JavaFX main class.
Reason is Unhandled event loop exception java.lang.NoClassDefFoundError: org/eclipse/jface/databinding/swt/WidgetProperties
Eclipse jee 2023-03 M2 has the same problem.
With Eclipse jee 2022-09 all works fine
Re: e(fx)clipse 3.8.0 does not work with eclipse jee 2022-12
Submitted by Rubens Filho on Sat, 03/04/2023 - 12:35
In reply to e(fx)clipse 3.8.0 does not work with eclipse jee 2022-12 by Walter Taus
I had the same issue. I am using the release eclipse 2022-12 and I can't create a project using the option "New FXML Document". The message bellow appears:
"An error has occurred. See error log for more details.
org/eclipse/jface/databinding/swt/WidgetProperties"
I'll try your suggestion about installing a eclipse 2022-09 release. Thanks Eclipse team and Walter Taus!
Can't install
Submitted by Eric Haas on Tue, 04/09/2019 - 16:05
It says "drag and drop", well I do that but nothing happens!!
Support for Eclipse 4.10
Submitted by Alex K on Mon, 12/31/2018 - 09:27
When support for Eclipse 4.10 will be added ???
Re: Support for Eclipse 4.10
Submitted by Thomas Schindl on Mon, 01/07/2019 - 05:14
In reply to Support for Eclipse 4.10 by Alex K
what makes you believe 4.10 (aka 2018-12) is not supported?
Runtime error (OSGI)
Submitted by Ahmed Gharssellaoui on Tue, 04/10/2018 - 05:42
I tryed to run the package with an OSGI project (Eclipse Kura), there was no build errors but when I run it I got the : java.lang.NoClassDefFoundError: javafx/collections/MapChangeListener
Anyone can help me how to solve this ?
.equinox.internal.p2.engine.phases.CheckTrust phase.
Submitted by ken campbell on Sun, 09/04/2016 - 19:18
An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase.
session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=).
Error reading signed content.
/home/user/.eclipse/org.eclipse.platform_793567567_linux_gtk_x86_64/plugins/org.apache.xerces_2.9.0.v201101211617.jar (No such file or directory)
Unable to read repository at http://www.eclipse.org/downloads/pa
Submitted by ken campbell on Sun, 09/04/2016 - 18:51
Unable to read repository at http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developer….
Unable to read repository at http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developer….
Connection reset
an excellent experience NOT
Submitted by ken campbell on Sun, 09/04/2016 - 17:12
hours later still having problems with install using no CPU and NO Network but making zero progress for hours, FRUSTRATING Why my Customers want this EXPERIENCE ?
Fedora 23
Eclipse 4.5 from Fedora repo's
Working Fine on 4.6 Neon
Submitted by Lou H. on Wed, 07/13/2016 - 20:26
Thanks for this! I hope we can get some upgraded refactoring, supporting fx:id name changes and fxml handler function renaming support some time.
e(fx)clipse Marketplace Install into Mars R1 does not work
Submitted by DaveLaw Mising name on Wed, 11/18/2015 - 03:03
I used the above "Install" button to install e(fx)clipse.
Afterwards, tried the Sample e4 Media Application.
It does not build. The following Bundles are missing:
Bundle 'org.eclipse.fx.core.databinding' cannot be resolved
Bundle 'org.eclipse.fx.ui.databinding' cannot be resolved
Bundle 'org.eclipse.fx.ui.di' cannot be resolved
Bundle 'org.eclipse.fx.ui.services' cannot be resolved
Bundle 'org.eclipse.fx.ui.theme' cannot be resolved
Bundle 'org.eclipse.fx.ui.workbench.fx' cannot be resolved
The reason is that you
Submitted by Thomas Schindl on Wed, 11/18/2015 - 10:37
In reply to e(fx)clipse Marketplace Install into Mars R1 does not work by DaveLaw Mising name
The reason is that you installed the tooling Eclipse 4 applications require a target platform to be set. We can not simply install our runtime platform into your IDE because it would be broken miserably. So please setup a target platform as outlined in all tutorials