Starbase fails to Run Windows 7 64bit
Last Updated on Tuesday, 02 August 2011 14:00 Written by Mark Tuesday, 02 August 2011 13:48
Starbase is complied as a 32bit application. When installing on Windows 7 in 64bit mode you will need to make a couple of minor alteration your installation.
1.) You need to install 32bit Java available from Oracle.
2.) Change the following line in starbase.bat which is located in the root of the installation folder.
set JAVA_HOME="C:\Program Files\Java\jre6"
to
set JAVA_HOME="C:\Program Files (x86)\Java\jre6"
Starbase should now load.



