Relative Content

Tag Archive for javaeclipsejavafxcompiler-errorscontrolsfx

TextField crash when use ‘TextFields.bindAutoCompletion()’

–module-path /media/alumne/ssd_clase/PRO/JavaJDK/javafx-sdk-21.0.2/lib –add-modules=javafx.controls,javafx.fxml –add-exports javafx.base/com.sun.javafx.event=ALL-UNNAMED I have this path in the vm arguments when i try to execute the program usuing controlsFX i get this error: Exception in Application start method java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at [email protected]/com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:464) at [email protected]/com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:364) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at […]