| Article: |
QTJ Audio | |
| Subject: | Installing QuickTime for Java | |
| Date: | 2004-01-05 07:10:12 | |
| From: | invalidname | |
|
Response to: Installing QuickTime for Java
|
||
|
Mac OS X already has QuickTime Java. Take a look at /System/Library/Java/Extensions and you should see QTJSupport.jar and QTJava.zip.
|
||
Showing messages 1 through 1 of 1.
-
Installing QuickTime for Java
2004-01-05 15:34:05 anonymous2 [View]



Thanks, but that also appears to be QTJ 6.1 and not the 6.5 I was expecting (see the error message below). I've followed the instructions from the ADC and downloaded the QuickTime 6.5 dmg, but the installer only lets me 'Upgrade' and not perform a custom install to add the QuickTime for Java extensions. I've done some Googling and it appears that QuickTime is practically integrated into the OS, so I cannot simply remove it and do a fresh install. Do you know of another way to get just the QuickTime for Java content?
Thanks,
Sean
ava -classpath /System/Library/Java/Extensions/QTJava.zip:. QTButtonDemo
Exception in thread "main" java.lang.ExceptionInInitializerError
at QTButtonDemo.<init>(QTButtonDemo.java:68)
at QTButtonDemo.main(QTButtonDemo.java:37)
Caused by: quicktime.QTRuntimeException[QTJava:6.1.0g1]Unsupported on Mac OS X and Java 1.4 and higher.,QT.vers:6508000
at quicktime.app.image.ImagePresenter.<clinit>(ImagePresenter.java:42)
... 2 more