This tutorial is still about creating environment variables, just like my last tutorial. But now I create environment variable in Linux, not Windows.
To create or edit environment variable in linux is very easy. You may create or edit environment variable from terminal.
The syntax is: export VAR_NAME=var_content
For example:
export JAVA_HOME=/usr/lib/jvm/sun-java6
Yes, very easy right? If you want to [...]
Continue reading about How to Create Environment Variables in Linux
If you are Windows user and need to create environment variables (some programming language need to set environment variables to run well), here is the step by step. Note that this tutorial is based on Windows XP.
1) Right click icon My Computer and choose Properties. You can find My Computer in Windows Explorer, or in [...]
Continue reading about How to Create Environment Variables in Windows


