I got that error too when I re-installed a newer SDK version. I
believe that you should check your system's environment variables. On
Windows XP, go to My Computer, View System Information. Then go to the
advanced tab and click on Environment Variables. Under System
Variables, make sure that C:\Program Files\Java\bin (or wherever your
bin folder is) is in that variable's value. I'm pretty sure the error
is because your new SDK is in a different directory from your old one.
Thank you to both who replied. I checked out the environment variables.
I'm not sure what I'm looking at. There is a variable called CLASSPATH
: C:\Program Files\Java\j2re1.4.2_03\lib\ext\QTJava.zip. It's pointing
to the old java runtime environment. I'm wondering what I should change
that to, because it's pointing to QTJava.zip.
In addition, another variable called QTJava : C:\Program
Files\Java\j2re1.4.2_03\lib\ext\QTJava.zip is displayed, and I'm not
sure what to do with that.
What I did was just install the SDK (the compiler and the private JRE)
and not the public JRE, so that means I"m using the old JRE. Should I
install the new JRE and uninstall the old JRE?
Thank you,
- Eli
Knute Johnson - 30 Apr 2006 16:43 GMT
> Thank you to both who replied. I checked out the environment variables.
> I'm not sure what I'm looking at. There is a variable called CLASSPATH
[quoted text clipped - 12 lines]
> Thank you,
> - Eli
Eli:
Probably the simplest thing to do now would be to unistall both the JDK
and JRE, delete the old folders and reinstall the JDK.

Signature
Knute Johnson
email s/nospam/knute/
Eli Luong - 01 May 2006 01:16 GMT
Thanks. I had to do that and then set CLASSPATH to a "." and that
finally made it work. Whew.
Oliver Wong - 01 May 2006 20:47 GMT
>> Thank you to both who replied. I checked out the environment variables.
>> I'm not sure what I'm looking at. There is a variable called CLASSPATH
[quoted text clipped - 17 lines]
> Probably the simplest thing to do now would be to unistall both the JDK
> and JRE, delete the old folders and reinstall the JDK.
Sounds like Eli has some extensions related to QuickTime installed in
his/her JRE's extension folder. Perhaps it was bundled in with another Java
app (s)he had downloaded and installed earlier? If the applications suddenly
stop working, you might want to redownload the QTJava.zip, put it in your
new JRE's extension folder, and reconfigure your classpath and QTJava
environment variable to point to the new location:
http://developer.apple.com/quicktime/qtjava/
- Oliver
Eli Luong - 05 May 2006 04:28 GMT
Thanks, I'll keep that in mind if something strange happens. So far
nothing seems to be broken, so that's a good sign.