Archive

Author Archive

SimpleScript – Installation UPDATE!!!

September 22nd, 2010 nawaman No comments

Hi all,

I have not used Windows for so long and I don’t have any Windows machine at home. So I’ve never know that my program does not run on Windows (if you installed as instructed) that is because some environmental variables defaulted on Linux are not defaulted on Windows. :-p

So, if you are on Windows and want to use SimpleScript, you need to set the following environmental variable:

1. JAVA_HOME to your java home, for example:

set JAVA_HOME="C:\Program Files\Java\jdk1.6.0_21"

2. PATH to include your java bin folder, for example:

set PATH=%JAVA_HOME%\bin;%PATH%

If you are on non-Ubuntu Linux and my instruction does not work, try to set these environmental variables too and let see if it works.

Enjoy.

Categories: SimpleScript Tags: