Hi
There are a couple of small errors in the windows start script in SmartClient_SNAPSHOT_v83d_2012-03-26_Pro.
Line 73 of smartclientSDK/WEB-INF/bin/embeddedTomcat.bat is missing the first character, i:
Line 99 does not put the %JAVA_HOME% in quotes which leads to this message when I run it:
There are a couple of small errors in the windows start script in SmartClient_SNAPSHOT_v83d_2012-03-26_Pro.
Line 73 of smartclientSDK/WEB-INF/bin/embeddedTomcat.bat is missing the first character, i:
Code:
f %JAVA_IN_PATH% == 1 (
Code:
D:\SmartClient_SNAPSHOT_v83d_2012-03-26\smartclientSDK>start_embedded_server.bat Using user-defined JAVA_HOME: "C:\Program Files (x86)\Java\jdk1.6.0_26" \Java\jdk1.6.0_26\bin\java was unexpected at this time.
Comment