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

add p2 update to e(fx)clipse application

I am trying to add p2 functionnality to my e(fx)clipse RCP application following this tutorial : https://blog.codecentric.de/en/2015/04/add-p2-update-functionality-to-an-efxclipse-application-eclipse-rcp-cookbook/ Instead of using the e(fx)clipse…
Paul Mira
  • 71
  • 1
  • 3
0
votes
1 answer

Not able to inject CommandService to execute the command manually

I have handler (to create new parts) assigned to particular command, which is defined as below and working fine, Handler class : .. @Execute public void execute(EPartService partService,MApplication application,EModelService modelService) { …
Ardeshana Milan
  • 373
  • 5
  • 23
0
votes
1 answer

How to load splash for e(fx)clipse?

I am moving my e4 rcp application( SWT + jface) to pure e(fx)clipse (JavaFX) and I want a splash screen in application with progress bar like eclipse do have. Can anyone suggest what should i do? I Checked this answer from tom but I didn't…
Ardeshana Milan
  • 373
  • 5
  • 23
0
votes
0 answers

Deployment in JavaFX 8

I am new in the JavaFx world and have written my first program. Now I want to deploy it. I am using Eclipse (version Mars 4.5.0) and the "e(fx)clipse - IDE" plugin (version 2.1.0.201508240705). In the project there is a build.fxbuild file: I've…
mrbela
  • 4,477
  • 9
  • 44
  • 79
0
votes
0 answers

Eclipse RCP Java FX Migration Exception in Application start method

I would like to migrate an Eclipse RCP 4 Application with SWT to an Eclipse RCP 4 Application with JavaFX. I have follow this tutorial. After I upated all the dependencies, the following error was thrown at startup. Exception in Application start…
root404
  • 65
  • 1
  • 1
  • 6
0
votes
1 answer

Need help on my javafx-css

I have this problem in my Java Eclipse this happens when i add my CSS File to the Scene. And i really don't know what to do here I have tried adding a Source Folder and inside the source folder is the Css file then adding it to like this…
Ivan Lorenzo
  • 51
  • 1
  • 5
0
votes
0 answers

e(fx)clipse CSS error: Interface expected

I have a following problem with e(fx)clipse: Whenever I try to write some CSS code using e(fx)clipse CSS Editor I keep getting a syntax error: Syntax error on token ".", interface expected when using dot with class selectors like in this…
MW600
  • 43
  • 7
0
votes
1 answer

How to add double window trim (toolbar) in efxclipse e4?

Is it possible to set a double toolbar in efxclipse e4 (both with side: top; one below second)?
Cichy
  • 21
  • 4
0
votes
0 answers

JavaFX deployment: Unable to find javac compiler

I'm trying to deploy my javafx project as .exe in e(fx)clipse with the build.fxbuild. After creating all the folders, the consoles tells me the following: BUILD FAILED C:\Users\XXX\Build\build.xml:53: Unable to find a javac…
Philip Feldmann
  • 7,887
  • 6
  • 41
  • 65
0
votes
1 answer

e(fx)clipse: preference page with javafx

Is it possible to create and use preference page abilities in e4 javafx application with e(fx)clipse? I saw some examples how to do this with JFace using extension point org.eclipse.ui.preferencePages but there no similar extension point in…
Y Borys
  • 543
  • 1
  • 5
  • 21
0
votes
1 answer

Eclipse e4 with JavaFX - How to get instances of Application and Stage (javafx)?

I am trying to add GraniteDS Framework to Javafx E4 application. I already osgify GraniteDS Javafx libraries to bundles, which i was able to initialize in JavaFX OSGi application (osgi app has jfxStart method with parameters i need). But in Javafx…
Y Borys
  • 543
  • 1
  • 5
  • 21
0
votes
2 answers

e(fx)clipse plugin doesn't work on Mac

You are not running your eclipse instance with Java8. The JavaFX tooling is disabled because of this.Make Java8 the default system java or adjust your eclipse.ini to pass -vm pointing to your Java8 install. I have the latest JDK with Java 8…
Ethan
  • 146
  • 2
  • 14
0
votes
1 answer

Error when trying to move FXML files in e(fx)clipse

I have this code and this file hierarchy: Everything seems to be fine, hovewer I get this error log: java.lang.NullPointerException: Location is required. at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:3201) at…
Tomasz Mularczyk
  • 34,501
  • 19
  • 112
  • 166
0
votes
1 answer

I need help getting JavaFX to work in Eclipse

I downloaded the java sdk again (like it says here: http://www.oracle.com/technetwork/java/javafx/downloads/index.html ) but JavaFX isn't showing up when I right click on a project. (if it matters i am using the scala plugin on eclipse) I went here:…
user2723261
  • 541
  • 2
  • 7
  • 12
0
votes
2 answers

How to add the javafx plugin in eclipse kepler

I have added javafx plugin to eclipse, three months back but now i cant add the plugin in eclipse. I have used the below link: e(fx)clipse = http://download.eclipse.org/efxclipse/updates-released/0.9.0/site Xtext =…
Praveen Dhasarathan
  • 648
  • 2
  • 11
  • 24