You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your answer! But, Marco I need my project with JavaFX and
javafx-dialogs-0.0.4.jar
https://github.com/marcojakob/javafx-ui-sandbox/blob/master/javafx-dialogs/dist/javafx-dialogs-0.0.4.jar
to
be compiled with JDK 7 because I use JDBC and JDBC does not supported by
JVM 8 and I have no time to rewrite all project and I have no drivers for
used database. So I can't use official Alerts. Also I need to run my
projecy with JVM 8 but when I run it in JVM 7: java -cp lib*
com.example.yurosoby.Main it works fine but in JVM 8 there are a lot of
exceptions connected with DIalogs.FX..... and others. I put different
jrfx.jar in lib folder from jdk 7 and jdk 8 but it does not help. I am sure
you know how to run this project in JVM 8, please, help me, I am a begginer
in java I can't find solution fo a few days.
Thanks!
Best wishes,
Roman
2016-05-17 18:35 GMT+03:00 Marco Jakob [email protected]:
8a99a00
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dear Marco,
how to run javafx-dialogs-0.0.4.jar on jvm 1.8.0u45? I have a lot of exceptions on jvm 8 but it works good on jvm 7.
8a99a00
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi. This project is not actively developed any more as there are official JavaFX 8 Dialogs: http://code.makery.ch/blog/javafx-dialogs-official/
8a99a00
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.