Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JVM.DLL is not found in Bundled runtime : why ?

965853Jul 9 2014 — edited Jul 10 2014

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

This post has been answered by 965853 on Jul 10 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2014
Added on Jul 9 2014
2 comments
1,341 views