Hi All,
I am developing video-editing software. I have also used preloader which shows simple Image file with product version and java version. Things were working fine in Java7(build 51). Recently I have migrated the application to Java 8( build 5).
After the migration, when I install the application, the preloader does not show up. The application gets launched directly. However, if I run the jar file using java –jar directly from the "app" folder of installed location, the preloader shows up.
Please suggest what I have missed out for java 8.
I find a link on stackoverflow as well, some more persons are also facing same problem.
Here is the link
http://stackoverflow.com/questions/23284254/is-javafx-having-some-issues-with-java-8
Please suggest
Thanks & Regards,
Rahul K Sharma
I am developing video-editing software. I have also used preloader which shows simple Image file with product version and java version. Things were working fine in Java7(build 51). Recently I have migrated the application to Java 8( build 5).
After the migration, when I install the application, the preloader does not show up. The application gets launched directly. However, if I run the jar file using java –jar directly from the "app" folder of installed location, the preloader shows up.
Please suggest what I have missed out for java 8.
I find a link on stackoverflow as well, some more persons are also facing same problem.
Here is the link
http://stackoverflow.com/questions/23284254/is-javafx-having-some-issues-with-java-8
Please suggest
Thanks & Regards,
Rahul K Sharma
- duplicates
-
JDK-8092699 Preloader does not show when packaged as .exe. However when the Application Jar is run with java -jar it shows up.
- Resolved