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
17
votes
3 answers

The import javafx.scene.control.Alert cannot be resolved

I am getting the error with following two imports in Eclipse: import javafx.scene.control.Alert; import javafx.scene.control.Alert.AlertType; The errors are: "The import javafx.scene.control.Alert cannot be resolved" and same is true for the 2nd…
Nadeem
  • 556
  • 1
  • 4
  • 13
9
votes
3 answers

How to disable css warning "Unknown property" in Eclipse Mars?

I get many "Unknown property" warnings in my css files. This might be due to the fact that I have e(fx)clipse 2.0 and the Eclipse Web Developer Tools installed. If I open the css files with the e(fx)clipse css editor and add /SuppressWarnings/ the…
Stefan
  • 10,010
  • 7
  • 61
  • 117
7
votes
1 answer

No e(fx)clipse - IDE option for install

I am trying to get JavaFX in eclipse (e(fx)clipse), and I tried to follow these steps here: https://www.eclipse.org/efxclipse/install.html. In step 4, however, there is no option for e(fx)clipse - IDE, only e(fx)clipse - Minimal JavaFX OSGi…
Makazau
  • 615
  • 7
  • 17
6
votes
0 answers

JavaFX-11 error while deploying: module not found

I'm trying to deploy a very basic JavaFX application. I'm just creating a new JavaFX project and trying to deploy it to .exe but it gives me a module not found error. This is the console log: Buildfile:…
Hamlet
  • 307
  • 1
  • 8
3
votes
2 answers

Can't get JavaFX to run in Eclipse

I have a Problem with JavaFX that I can't resolve after more than a day of researching on Google and different forums. I am currently learning Java with a tutorial and a few books, which has been going very nicely up until now. My problem is that I…
Henrik
  • 31
  • 1
  • 3
3
votes
1 answer

e(fx)clipse generated exe for javaFX project treated as virus by system antivirus

I'm in process to create/bundle native wrapper for my javaFX project. The project is running in the IDE e(fx)lipse. Using the IDE's build script generate feature I have generated the Ant build which I'm then using to build the app from IDE/command…
dripto
  • 570
  • 1
  • 7
  • 17
2
votes
1 answer

Running e(fx)clipse on OpenJDK 11. WAS: Running Eclipse on OpenJDK 11

I had Eclipse Oxygen running on Oracle's JDK 8 and that worked fine. Today I've updated my Eclipse install to the latest version, and it still worked fine. Then I installed OpenJDK 11 and JavaFX 11, and uninstalled Oracle's JDK I previously had. Now…
user118967
  • 4,895
  • 5
  • 33
  • 54
2
votes
1 answer

CSS styled background for textarea disappears when scrolling

I'm using javafx to build a sort of todo list program and using CSS to style it. I have an issue that I'm trying to resolve where when I reach the end of my textarea to the point where it starts to scroll and the scrollbar appears, the background…
Crossouts
  • 21
  • 2
2
votes
0 answers

Warning: Unknown property: "my-property"

I have a Node subclass where I have defined my own CssMetaData. Let's say with this metadata my node has a my-property property. So naturally, I would use it like this in my stylesheet: .myNode { my-property: 100; } It is definitely working.…
Jai
  • 8,165
  • 2
  • 21
  • 52
2
votes
1 answer

Installing plugins for Eclipse offline

I want to install e(fx)clipse for Eclipse Neon, however eclipse is running on a machine that does not have internet access. Is there a way I can manually download a plugin and install it to eclipse? To clarify: I have access to the internet on…
Chris
  • 2,435
  • 6
  • 26
  • 49
2
votes
1 answer

How to create a css file in eclipse with e(fx)clipse plug in

I have been developing a JavaFX application and when going to skin and style my application I can find how to create a css file. I have e(fx)clipse downloaded and eclipse and e(fx)clipse are both the newest versions. I have searched google and cant…
Jeremy
  • 33
  • 1
  • 1
  • 6
2
votes
1 answer

Cannot install e(fx)clipse to Eclipse Mars

I have a problem with e(fx)clipse. I cannot install it into Eclipse Mars. I followed a tutorial from here: https://www.eclipse.org/efxclipse/install.html#for-the-ambitious As you can see in the second image, an IDE Mars doesn't appear and if I…
LauraW
  • 193
  • 1
  • 1
  • 9
2
votes
1 answer

Can't install e(fx)clipse

I'm trying to install e(fx)clipse on eclipse 4.4 (luna), and I keep getting an error saying I'm missing a bundle (org.eclipse.equinox.common). I've tried installing various pieces of software from the Help>install new software menu using the…
Nathan E
  • 23
  • 1
  • 4
2
votes
1 answer

Error while installing e(fx)clipse plugin on Eclipe

I am trying to install e(fx) plugin on Eclipse Luna 4.4.1 (Mac OS Yosemite). I am following this steps: -> Help -> Install New Software... -> Click "Add.." button. -> As "name" type: e(fx)clipse and as "location" type:…
WeezHard
  • 1,982
  • 1
  • 16
  • 37
2
votes
1 answer

e(fx)clipse 0.9.0 on Kepler with Java 7

is it possible to run the e(fx)clipse sample application on Kepler & Java7 at all ? I took the steps, descripted in tutorial 4 to integrate the target definition(s) https://wiki.eclipse.org/Efxclipse/Tutorials/Tutorial4 I tried the…
Danny
  • 166
  • 1
  • 9
1
2 3 4 5 6 7 8