Hey all,
I've just seen this problem on Windows with Quicktime 7 starting yesterday,
but when I try QTSession.open(), I get an error "QTJava has expired...".
This seems to happen on all the Windows XP machines I've tested that have
Quicktime 7 installed. Interestingly, if I set the date on the computer back
to October 15, 2005, everything is fine. Yeah, rolling back to the 15th
makes everything happy.
The exception is:
This version of QTJava has expired
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.t4l.test.QTJavaTest.main(QTJavaTest.java:13)
Caused by: java.lang.SecurityException: QTJava has expired.
at quicktime.util.QTBuild.isValid(QTBuild.java:72)
at quicktime.QTSession.<clinit>(QTSession.java:73)
... 1 more
The code I am using is really as simple as I could get it to replicate the
issue:
try {
QTSession.open();
} catch (QTException e) {
e.printStackTrace();
}
So, did something happen in the last two days that I should know about?
Thanks,
-rodger
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-java mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-java/email@hidden
This email sent to email@hidden