The "advanced" tab has been removed from My Computer -> Properties in Windows ME. What a great idea.
So, to set environment variables, you need to:
- Go to Start -> Run
- Enter "msconfig" (starts "System Configuration Utility")
- Click "environment" tab
- Click "new"
- Enter your JAVA_HOME, CATALINA_HOME or whatever variable names/values
- select the new variable's checkbox, apply, and restart computer.
- Hoorah! It works.
(I've just done the above, and got
java and
tomcat working fine.)
Good luck!