cannot execute java.exe

I'm really having a hard time here. I have installed, uninstalled and installed again SDK1.3.1. I've updated my autoexec.bat to look as follows and I still get cannot execute c:\jdk13\bin\java.exe when trying to do the -version command. I'm running Windows ME. Any suggestions?

SET PROMPT=$p$g

SET TEMP=C:\WINDOWS\TEMP

SET TMP=C:\WINDOWS\TEMP

SET COMSPEC=C:\WINDOWS\COMMAND.COM

SET windir=C:\WINDOWS

SET winbootdir=C:\WINDOWS

SET PATH=C:\jdk13;C:\jdk13\bin;C:\jdk13\jre;C:\jdk13\lib;C:\jdk13\include;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\PROGRA~1\DELL\RESOLU~1\COMMON\BIN

SET CLASSPATH=.;c:\jdk13\lib\tools.jar

Thanks,

Leeanne

[713 byte] By [lrm77] at [2007-9-26 3:03:57]
# 1
Try this: SET PATH=c:\jdk1.3;SET CLASSPATH=c:\jdk1.3\bin;.
rww96 at 2007-6-29 11:04:22 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...
# 2
sorry in your case this would bec:\jdk1.3.1 in place of c:\jdk1.3
rww96 at 2007-6-29 11:04:22 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...
# 3

Didn't work :(:(:(:( I've even went to the bin directory and try to execute java -version from the directory and still get an error cannot execute c:\jdk13\bin\java.exe. I get the same error trying javac too. I really want to learn java, but not having much luck. Is there a problem with Windows ME and Java?

Thanks!

lrm77 at 2007-6-29 11:04:22 > top of Java-index,Archived Forums,Java 2 Software Development Kit (J2SE SDK)...