-
Enhancement
-
Resolution: Duplicate
-
P2
-
7u15
For 64bit JDK you only have server vm and not client vm
When you use such JDK and build a native binary using packager using fx:deploy with binaryBundles=all or using command line tool packager builds them successfully but the application can't be run.
You can see in the output:
jvm.dll is not found [/home/mikhail/Work/Oracle/JavaOrg/JDK/7u15/packager/packagerTestsSuite/apps/HelloWorld/dist/bundles/HelloWorld/runtime/jre/lib/amd64/client/libjvm.so]
Failed to launch JVM
the key thing here is that it looks for .../client/libjvm.so while my java installation only has server vm
When you use such JDK and build a native binary using packager using fx:deploy with binaryBundles=all or using command line tool packager builds them successfully but the application can't be run.
You can see in the output:
jvm.dll is not found [/home/mikhail/Work/Oracle/JavaOrg/JDK/7u15/packager/packagerTestsSuite/apps/HelloWorld/dist/bundles/HelloWorld/runtime/jre/lib/amd64/client/libjvm.so]
Failed to launch JVM
the key thing here is that it looks for .../client/libjvm.so while my java installation only has server vm