Page 1 of 1

Problems running vmla

Posted: 18 Jun 2009 21:06
by riksworld
hi all,

ive been playing around with the vmla, but after a few hours, cant get it to work

ive download the jdk 5.0 from h**p://java.sun.com/javase/downloads/index_jdk5.jsp and installed it

then procdeed to install tomcat, without any promlems

everytime i try and run the command "vmlaw start" i get an error, ERROR can not find java exe, varify that java-home is set correctly

ive gone into my system variables and set the JAVA_HOME to C:\sun\sdk\jdk\bin, this has changed to different paths, but keep getting the same error

the default install folder of the jdk5 is:

c:\Sun\Sdk with the following folders

addons
bin
blueprints
config
docs
domains
icons
imq
javadb
jdk
lib
samples

can any one shed any light on what im possibly doing wrong, any replys would be thanked

Re: Problems running vmla

Posted: 11 Jul 2009 23:28
by jpountz
Hello,

This script tries to find %JAVA_HOME%\bin\java. Can you try to type

Code: Select all

echo %JAVA_HOME%\bin\java
in a command prompt and check whether it points to the right exe?