I am trying to run XDC tools per lesson 0 in the RTSC Tutorial but cannot get it to work. I have downloaded the tools and set environment variables, but when I run the first example command: xs xdc.tools.path -p it gives me this error
c:\>xs xdc.tools.path -p
C:\ti\xdctools\xs: error: can't create session manager: can't find a JVM; the environment variable '
XDCTOOLS_JAVA_HOME' is set, but does not appear to be a directory containing a 32-bit Java Runtime Environment (1.7 or greater); e.g., 'C:\Program Files (x86)\Java\jre7'.
I have set
XDCPATH=C:\ti\Tutorial\examples
XDCROOT=C:\ti\xdctools
XDCTOOLS_JAVA_HOME=C:\Progra~1\Java\jre7
and added C:\ti\xdctools;c:\Progra~1\Java\jre7 to my path variable
Simplified, I can do list directory and see the files, so don't understand why it doesn't work
c:\>dir %xdctools_java_home%
Directory of C:\Progra~1\Java\jre7
06/29/2015 01:17 PM <DIR> bin
06/29/2015 01:17 PM <DIR> lib
c:\>dir %xdctools_java_home%\bin
Directory of C:\Progra~1\Java\jre7\bin
06/29/2015 01:17 PM 151,976 java.dll
06/29/2015 01:17 PM 189,864 java.exe