Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » JVM.DLL is not found in bundled runtime !
icon9.gif  JVM.DLL is not found in bundled runtime ! [message #1397169] Wed, 09 July 2014 09:59 Go to next message
Fabrice MAUPIN is currently offline Fabrice MAUPINFriend
Messages: 14
Registered: December 2013
Junior Member
Hello everybody,

When i launch my application, i've this message which appears on the screen :

"JVM.DLL is not found in Bundled runtime" ! Sad

** 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. Smile

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
Re: JVM.DLL is not found in bundled runtime ! [message #1397791 is a reply to message #1397169] Thu, 10 July 2014 07:01 Go to previous messageGo to next message
Sarika Sinha is currently offline Sarika SinhaFriend
Messages: 131
Registered: February 2010
Location: Bangalore, India
Senior Member
Hi,
Can you try with a different JRE ?


Sarika Sinha
JDT Programmer
Re: JVM.DLL is not found in bundled runtime ! [message #1397849 is a reply to message #1397791] Thu, 10 July 2014 08:36 Go to previous message
Fabrice MAUPIN is currently offline Fabrice MAUPINFriend
Messages: 14
Registered: December 2013
Junior Member
The problem came because my project pointed at the JRE and not at the JDK ! Very Happy
Previous Topic:Getting eclipse to stop opening everything with libreoffice
Next Topic:Full Java 8 code completion support?
Goto Forum:
  


Current Time: Tue Apr 16 18:25:08 GMT 2024

Powered by FUDForum. Page generated in 1.20423 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top