Okay, I have posted twice about my app that I'm writing in jdk 1.1.8. I took Sedj's advice and converted my entire app from Swing to AWT. I am able to compile it, and run it using java.exe. However, my client only has the 1.1.8 JRE on their machines. So I must use jre.exe in order to execute the jar file. I have a bat file made up that changes the JAVA_HOME directory, the PATH directory, and CLASSPATH directory. I also specify an environment variable, %JARS% to hold my needed classes. It then calls java.exe with -classpath "%JARS%" and it runs fine. However, when I changed this bat file to look at the JRE directory, and use JRE.exe, I get the good ole Class Not Found: error... I haven't changed any of my class information from when I was using java.exe. Someone please help, as this is really starting to frustrate me!!!
P.S. I also tried with -cp, but to no avail!
Doug
P.S. I also tried with -cp, but to no avail!
Doug