guy wrote
i downloaded the zip,extracted it ,have the java.when i click on the hardwaresimulator.bat it opens a gui and shuts it down immidiatly??
Some things to check:
Make sure that there are no spaces in any of the directories along the path to your TECS tools directory.
Make sure you downloaded the Java RUNTIME, not the Java JDK.
Start cmd.exe and make sure that Java can be found on the path. Type "java -version" at the command prompt and it should say something like
C:\>java -version
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b05)
Java HotSpot(TM) Client VM (build 20.6-b01, mixed mode, sharing)
--Mark