openjfx Questions
5
Solved
Trying to update an application to Java 11 and after sorting through hell with modules I thought I had got rid of all the red errors and now I'm getting this one I've never seen before:
Looking ...
Tifanytiff asked 23/9, 2018 at 20:3
2
Solved
I'm creating a small personal project using Java 20, JavaFX 20 and Maven. I'm having trouble creating reusable components and manipulating them through the main scene's controller.
First, I followe...
Cavefish asked 23/5, 2023 at 5:34
5
Using Apple M1 13.4.1 I do got since today multiple warning that
"libprism_es2.dylib" will damage your computer. You should move it to the Trash.
whenever I run the SoapUI-5.7.0.app.
6
Solved
I have just installed SDK 11 and using Javafx from maven. My pom is as follows.
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http:...
3
I have a JavaFX (JDK 8) desktop business application, which uses Java Web Start for deployment. Users have Java 8 installed, and they simply go to the URL (a public URL on my AWS Linux server) and ...
1
Solved
I'm following the tutorial here and using openjdk 11.0.2 and javafx-sdk-11.0.2.
I've imported the maven project in Eclipse. The project actually compiles and packages just fine. It also creat...
Demars asked 16/3, 2019 at 11:55
2
We are moving from Oracle jdk8 to OpenJDK 8. But our system has JavaFX code, which needs to migrate from JavaFX to OpenJFX.
I wonder what is the relationship between JavaFX in Oracle jdk8 and openj...
3
Solved
If I understand Oracle's announcments JavaFX won't be included to the JDK beginning with JDK 11 and will be only available as OpenJFX.
What steps do I have to make as an software developer to allo...
2
I am using InteliJ, I've gone through all other solutions that seem to work for everybody else. I was getting an error:
Caused by: java.lang.IllegalAccessError: class com.sun.javafx.fxml.FXM...
2
I'm working on a JavaFX project and would like to switch from Oracle JDK 1.8 to OpenJDK 11. So far the transition has been pretty seamless, but there is still one main problem related to touch/mous...
4
Solved
I created a JavaFX project in IntelliJ.
I can run project in IntelliJ. I added below code in Configurations):
--module-path ${PATH_TO_FX} --add-modules=javafx.controls,javafx.fxml
But the output...
3
Solved
I used the org.openjfx:javafx-archetype-simple Maven archetype to start my first JavaFX project.
The resulting POM:
<project xmlns = "http://maven.apache.org/POM/4.0.0"
xmlns:xsi = "http://w...
Taveda asked 28/3, 2020 at 5:9
4
Solved
I'm trying to install OpenJDK 8 and OpenJFX 8 on Ubuntu 20.10.
Installing openJFX 8 has always been a little tricky on Ubuntu, but I used to be able to do it using the tip from this SO answer: htt...
3
Solved
When trying to compile an JavaFX application in the environment:
java -version
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-0ubuntu1.18.04.1-b03)
OpenJDK 64-B...
2
Solved
I've downloaded netbeans 11 with support for java 12
So I followed up the steps from the Gluon webpage running JavaFX and Netbeans Non modular with maven > https://openjfx.io/openjfx-docs/#next-ste...
5
Solved
Mouse events and scroll events behave in different ways
Mouse Events:
The event is captured by mainStage
The event is captured by mainStage
The event is not captured
Scroll Events:
The eve...
1
Solved
I am trying to get an application that works perfectly on my machine to run on docker, here is my docker file :
FROM openjdk:11-jre-slim
VOLUME /tmp
ADD someJar.jar someJar.jar
ADD lib lib
ADD con...
1
Solved
Environment:
OS: For developing and running the application, both Windows 10 Pro (1809) and Linux (something like Ubuntu or Debian) with OpenJDK 1.8 and Maven installed will be used.
JDK: OpenJDK...
1
Is there a way to configure OpenJFX 11 to extract their DLLs into a different user-specified directory?
While trying to migrate an existing Java 10/Maven project to Java 11, I tried using OpenJDK ...
2
Solved
I would like to build my JavaFX app for Windows x86 arch. So I've downloaded Adopt OpenJdk 32-bit build and used it to create Java Runtime Image. When I'm trying to run application I get the follow...
1
Solved
I have a JavaFX 8 project which I develop on Windows 10 with NetBeans 8.2. The JAR I build from this I have running on an Asus Tinker Board.
With JDK 11 and JavaFX 11 I want to take advantage of a...
2
Solved
I have downloaded the JavaFX Jmod files from OpenJFX project and placed them in the directory G:\openjfx\javafx-jmods-11. I am using OpenJDK 11 which has no JavaFX jmod in JAVA_HOME/jmods i.e it do...
1
Solved
I have a Java 8 application, that uses JavaFX and where the main class extends
javafx.application.Application . Currently, I deliver it as a fat jar and it runs fine on Oracle Java 8.
Now I want ...
2
I just created a new JavaFX project in intelliJ with an openjdk 11 and I've downloaded the last openjfx library on their website.
Here is what I did :
I've added to Run/Debug VM options :...
Kotick asked 19/10, 2018 at 9:26
1
Solved
Context: Trying to create a simple JavaFx application using OpenJdK11 & OpenJFx11
Issue: I get an error as below when I try to execute
Error: JavaFX runtime components are missing, and are re...
Fischer asked 30/9, 2018 at 12:56
1 Next >
© 2022 - 2025 — McMap. All rights reserved.