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
1 answer

Fatal error when running a JavaFX GUI app inside Eclipse in a Docker container

Eclipse is working fine inside the container and its window is visible on the host (with the X11 being shared through socket). The app is an Eclipse RCP project using JavaFX (Efxclipse and M2Eclipse). I removed all the references for the RCP below…
wcomnisky
  • 406
  • 2
  • 6
  • 17
1
vote
0 answers

JavaFX: Include common FXML file from common lib in current FXML

We have multiple GUI project based on JavaFX. Our goal now is to refactor a lot of these GUI's and to extract common views and source code and make this common code available through libs (bundle jar's). I currently have the problem that I have a…
Westranger
  • 1,308
  • 19
  • 29
1
vote
3 answers

How to run Scene Builder in eclipse mars 2?

I want to work with javafx and Scene Builder in eclipse mars 2. But there is no javafx item in eclipse menu. In file - new - others there is no javafx item to create javafx program. Then I try to install e(fx)clipse on eclipse and its done…
Alien_x
  • 27
  • 4
1
vote
0 answers

Ubuntu won't run executable Jar files made with e(fx)clipse

I made a simple "Hello World" program in e(fx)clipse, and created an executable Jar file. When I run it on Windows, it works fine, but when I try to do the same in Ubuntu - nothing happens. I have OpenJDK-8 installed. Also, when I type java -jar…
OmriSoudry
  • 361
  • 3
  • 13
1
vote
1 answer

Java e(fx)clipse build.fxbuild - Get Version Number Programatically

I followed the (excellent) tutorial on deploying a Java FX app at: http://code.makery.ch/library/javafx-8-tutorial/part7/ The tutorial creates a build.fxbuild file, where I populate an application version number field. As far as I understand this…
mils
  • 1,878
  • 2
  • 21
  • 42
1
vote
1 answer

JavaFX Spinner : "Spinner cannot be resolved to a type"

All other classes from JavaFX work fine but Spinner gives me "Spinner cannot be resolved to a type". I also tried to import import javafx.scene.control.Spinner; but this gaves me The import javafx.scene.control.Spinner cannot be resolvedback. My…
Ahmet K
  • 713
  • 18
  • 42
1
vote
1 answer

Buckminster can't resolve org.eclipse.fx.javafx

I was about to switch our build process from efxclipse 1.2.0 and eclipse juno to efxclipse 2.2.0 and mars. Before i switsched everyhting worked fine. Now after switching, buckminster complains that is can't resolve org.eclipse.fx.javafx. The error…
Westranger
  • 1,308
  • 19
  • 29
1
vote
0 answers

JavaFX WebEngine indefinite loop after window resize

We have an application which uses an WebView to displays a map with OpenLayers. The data comes from an GeoServer in the Background. So far our application was run by our customers in FullHD (1920x1080) which did not cause any problems so far. Now…
Westranger
  • 1,308
  • 19
  • 29
1
vote
0 answers

Eclipse and JDK 1.8

I'm quite new to Java, I have installed Eclipse mars and I'm using JDK 1.8.0_65, and also I have installed e(fx)clipse after that I got an error: "You are not running your eclipse instance with Java8. The JavaFX tooling is disabled because of…
Lucky_girl
  • 4,543
  • 6
  • 42
  • 82
1
vote
1 answer

JavaFX show stage

I imported a JavaFX project from NetBeans to Eclipse. Strangely I am unable to execute the code that worked just fine in NetBeans. I have a little gui set up with SceneBuilder. A little .fxml I just want to show up - there's no functional code at…
farosch
  • 210
  • 4
  • 16
1
vote
2 answers

Eclipse Won't Load e(fx)clipse Plugin After Successful Installation

I just installed e(fx)clipse (an JavaFX plugin for Eclipse) for Eclipse Mars, and even though I followed the install instructions to a T, there are no signs that it was ever installed; save for it being listed in Eclipse's installed plugins. I…
Carcigenicate
  • 43,494
  • 9
  • 68
  • 117
1
vote
0 answers

ImageView not loading image from resources folder when deployed as DMG

Im having some trouble, Im using e(fx)clipse and scene builder with java as my language and have developed a desktop app (mysql). I have built the file with fxbuild (ant) and exported as a dmg, however whenever i have run the programme on a…
1
vote
0 answers

I can't see JavaFX options nor create new JavaFX project

I installed e(fx)clipse by adding it as a software site. My eclipse is 4.4, my Java is 8.0. When I create a new project, there is no JavaFX>JavaFX Application option. There's also no JavaFX in the popup menu. However, in preferences, i can see a…
1
vote
2 answers

JavaFx Button adds ellipsis when rendered on a E4 ToolControl

I've an E4 application which has a ToolControl, the class that handles the tool control creates a JavaFX button, for some reason the button adds ellipsis and I've no clue why. Here is the link to the sample…
SDS
  • 828
  • 3
  • 17
  • 35
1
vote
2 answers

e4-Javafx: How to apply current theme to login dialog

My e4 javafx application displays login dialog before diplaying main window. LifeCycleManager class @PostContextCreate void postContextCreate(Application app, IEclipseContext econtext){ //display login dialog extends…
Y Borys
  • 543
  • 1
  • 5
  • 21