sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

JFXPasswordField and JFXTextField issue #1145

Open bekiryavuz opened 3 years ago

bekiryavuz commented 3 years ago

I'am using intellij idea and windows 10 18363 Scenebuilder 8.5, Jfoenix 8 and Java version 1.8 When after build my project and used JFXPasswordField and JFXTextField im getting this error "Error invoking method, failed to launch jvm" from exe file. But if i dont use JFXPasswordField and JFXTextField, i can open .jar after build artifacts.

tried java -jar myapp.jar

jfoenixadmin commented 3 years ago

Not sure, but I don't think this issue is related to JFoenix. I think it's related to how you are building the application / java version.