>> Hello,
>> I am installing Java in Windows XP. I added to my autoexec.bat:
[quoted text clipped - 8 lines]
>> Is it OK?
>> /RAM/
> Should be OK. Not too familiar with what XP does with autoexec. The best
> place to set them is System > Advanced > System Variables. The names might
> not be exact, I don't have Windows running right now.
Yeah, autoexec.bat is an anachronism. Stick with Control Panel/ System /
Advanced tab / Environment Variables to set your envars.
You do not need CLASSPATH, really. Do you have class files (Java(tm) bytecode
in files with a '.class' extension) in subdirectories of your directory
'F:\Programy\Java'? If not, then why have it in the classpath?
It is almost unheard-of for 'C:\Program Files' to be in a Windows PATH, but,
hey, it's your machine.
You very likely do not need both the JRE_HOME and JAVA_HOME bin directories in
the PATH.
What is in the PATH prior to running your script?
I like to use forward slashes instead of backslashes for paths. Backslash will
always be an escape for me.
- Lew