Hello everybody,
When i launch my application, i've this message which appears on the screen :
"JVM.DLL is not found in Bundled runtime" !
** My configuration (full x64) :
JDK 1.80_20 x64
Windows 7 PRO 64 bits
Eclipse LUNA x64
WIX 3.8 (to generate .msi)
** My eclipse.ini :
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140603-1326
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:\Program Files\Java\jdk1.8.0_20\bin\javaw.exe
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.7
-Xms40m
-Xmx512m
I've no problem with the build of my application (by ANT - build.xml)-> the .msi file is correctly generated (by WIX)
No problem when i launch the MSI installer.
for information, in the "runtime/jre/bin" folder of my application, there is not a "client" folder : there is only a "server" folder with "JVM.DLL" file.
If you have a idea...
Thanks you in advance
Fabrice