Questions tagged [efxclipse]

e(fx)clipse is a project hosted by the eclipse foundation to provide JavaFX tooling for the Eclipse IDE and a runtime platform and libraries that can be used in a JavaFX 8 application.

e(fx)clipse is a project hosted by the eclipse foundation to provide:

  • JavaFX tooling for the Eclipse IDE
  • runtime platform and libraries that can be used in a JavaFX 8 application.
109 questions
1
vote
2 answers

deploy bundle with e(fx)clipse - problems with Macos icons

I worked through the fabulous tutorial here: http://code.makery.ch/java/javafx-8-tutorial-part7/ I had some success in that the main application icon displays when installing, and is used for the installed application, however I have two images…
MissGeek
  • 664
  • 7
  • 10
1
vote
2 answers

Where is the update site for `org.eclipse.fx.javafx` (Unable to locate installable unit)?

I have a plugin based product file using: org.eclipse.fx.javafx org.eclipse.fx.osgi I think these plugins come from the e(fx)clipse project. I am trying to build a target file providing those plugins (a maven+tycho build will be my next step). I…
Jmini
  • 9,189
  • 2
  • 55
  • 77
1
vote
1 answer

Problems in Installing e(fx)clipse In Eclipse Kepler

I'm using Ubuntu 13.10. Im using Eclipse Kepler Enterprise Edition( Version: Kepler Service Release 2 Build id: 20140224-0627). I want to install JavaFx ( e(fx)clipse ) in my kepler version. 1. I've tried to install it from Eclipse Market place it…
Manoj Kumar
  • 745
  • 2
  • 8
  • 29
0
votes
0 answers

Error while installing e(fx)clipse plugin

Calculating requirements and dependencies takes very long time and got this strange request to login And during installing time this comes Install error Full text: An error occurred while collecting items to be installed session context…
0
votes
0 answers

e(fx)clipse failing to install

I tried installing e(fx)clipse but get the following error: An error occurred while collecting items to be installed session context was:(profile=_Users_jael64_eclipse_java-2021-06_Eclipse.app_Contents_Eclipse,…
Jael
  • 1
  • 2
0
votes
0 answers

Eclipse jee 2022-12 and e(fx)clipse 3.8.0

I installed Eclipse jee 2022-12 and then installed from the Marketplace e(fx)clipse 3.8.0. I am unable to create a JavaFX Main class. I use the package explorer and then New -> Other -> JavaFX -> Classes -> JavaFX Main class. When I press the Next…
Walter Taus
  • 33
  • 1
  • 7
0
votes
1 answer

Eclipse JavaFX can't find out how to set different links to the same button

I've been trying to set different Data for each of my entries to one of my fxml's in scenebuilder that I made to look like a "tile/widget" that goes into the main menu through FXMLLoader and i have made that happen with any media I needed except…
0
votes
1 answer

JavaFX Eclipse suggestion to import not present

I am just starting with JavaFX and for some reason, Eclipse does not suggest to import JavaFX stuff so I have to type it in manually. Example: javafx.scene.Group I typed in Group as a type and it suggested other things such as…
ReBuff
  • 37
  • 6
0
votes
1 answer

Why Eclipse does not recognize JavaFX, Even after adding JavaFx user libararies?

All Added Libraries in Eclipse I am using everything with latest version. Still all those red warnings dont go away. You should check image up. Thanks.
Yogiraj
  • 41
  • 6
0
votes
1 answer

My eclipse wont start after installing e(fx)clipse

I installed e(fx)clipse clicked restarted eclipse for apply changing and now my eclipse wont start, it's stuck on launch with no error though in the metadata folder there is a log that contains this !ENTRY org.eclipse.equinox.p2.transport.ecf 2 0…
0
votes
1 answer

Launch error while running javafx program

I am running a simple javafx program on eclipse IDE. However, whenever I run my code, a launch error is displayed. There is no description of the error by the IDE and I am not sure what is causing that. Also, I have e(fx)clipse and Gluon plugin…
git
  • 1
0
votes
1 answer

OpenJFX software site has no categorized items

I would like to add JavaFX to my e4 application. I've been following this tutorial to get it working with Java 11. The tutorial says to add this software site: http://downloads.efxclipse.bestsolution.at/p2-repos/openjfx-11/repository/ When I add…
Michael
  • 3,411
  • 4
  • 25
  • 56
0
votes
1 answer

JavaFX RCP detach Part

I'm studying javaFX and I want to create a plug-in project (RCP) based on java FX. Then, I created an fxml of test and linked to the Application.e4xmi, which structure is shown in the following figure. Therefore, I tested that it cannot be possible…
0
votes
1 answer

How to get working the code recommenders for javaFX type in the FXML with java11?

Since I work with java11 i can't get the code recommenders for javaFX type in my FXML. It's very annoying because I have to write my imports manually. I've installed e(fx)clipse and jdk11. I've also set in preference JavaFX the javaFX 11 + SDK…
Baarda
  • 1
  • 1
0
votes
0 answers

Is it possible to make menu contributions in javafx based Eclipse RCP applications?

On SWT based eclipse rcp application I can build a Plugin B that contributing UI elements to plugin A, in most cases this is a main rcp application plugin. For example I can contribute with a plugin a new Menu to my main menu. This works awesome.…
Tristate
  • 1,498
  • 2
  • 18
  • 38