hi,
newbius here. i'm excited about mango. new to scada/hmi.
it seems like something i can to learn to make a computer interface
to control my kiln. i'm a home hobbyist with some computer knowledge.
i installed java sdk 7 to c:\program files\java\jdk and c:\program files\java\jre
as the installer had two parts. it came from oracle at
http://download.oracle.com/otn-pub/java/jdk/7u75-b13/jdk-7u75-windows-i586.exe?AuthParam=1424645324_69c58c0729181b3065b797c95fe61365
when i start ma-start.bat the error is the location of the missing server file jvm.dll.
mango is looking for it at c:\program files\java\jre\bin\server
the install of java places it at c:\program files\java\jdk\jre\bin\server
where within mango do i change this configuration?
i checked ma-start.bat but found nothing definitive.
is this involved?
set EXECJAVA=java
if "%JAVA_HOME%" == "" goto gotJava
set EXECJAVA=%JAVA_HOME%\bin\java
if i reinstall java entirely to c:\program files\java
and restart i get this error
Using Java at java
Error: missing server' JVM at
C:\Program Files\Java\bin\server\jvm.dll'.
Please install or use the JRE or JDK that contains these missing
now it's looking in a different location.
i'm confused.
adding an environment variable for java_home within windows 7 does not help.
thank you,
urg