Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Native Launcher
-
Labels:None
-
Environment:win7/64-bit with 64-bit Java 1.6.0_14
-
Number of attachments :
Description
For example:
C:\Users\Bob\Desktop\Groovy Native Launcher>groovy test.groovy error: dynamic library C:\PROGRA~1\Java\jdk1.6.0_14\jre\bin\server\jvm.dll exists but could not be loaded! error (win code 193): (null) error: could not find client or server jvm under C:\PROGRA~1\Java\jdk1.6.0_14 please check that it is a valid jdk / jre containing the desired type of jvm C:\Users\Bob\Desktop\Groovy Native Launcher>groovy -h error: dynamic library C:\PROGRA~1\Java\jdk1.6.0_14\jre\bin\server\jvm.dll exists but could not be loaded! error (win code 193): (null) error: could not find client or server jvm under C:\PROGRA~1\Java\jdk1.6.0_14 please check that it is a valid jdk / jre containing the desired type of jvm -jh,--javahome <path to jdk/jre> makes groovy use the given jdk/jre instead of the one pointed to by JAVA_HOME --conf <conf file> use the given groovy conf file -cp,-classpath,--classpath <user classpath> the classpath to use -client/-server to use a client/server VM In addition, you can give any parameters accepted by the jvm you are using, e.g. -Xmx<size> (see java -help and java -X for details) C:\Users\Bob\Desktop\Groovy Native Launcher>
Basically the dlopen call (jvmstarter.c:438) is failing for whatever reason.