As you may know, I've been struggling with rolling out a simple web site
that uses an applet that plays videos using quicktime for java.
The first problem was that all applets must now be signed if they use
qtjava. Easy enough once you know about that.
Second problem was FireFox on the Mac displays the video offset down
equal to the amount of decorations above the page canvas (tabs, url etc)
No solution yet, but I can live with it.
What could be the final problem (I hope!) is that some Windows
installations fail to run the applet at all. Even though Java is running
fine, and QuickTime has been installed and qtj is properly listed in the
systems classpath.
So 1) does anyone have their own QTJ applet accessible on the web so I
can see if this is a problem with my applet or with the Windows
environment in question?
2) does anyone know how I might resolve this error: I'm guessing that
some how the JRE is not finding the qtjava.zip file? (even though it
should) Do I need some kind of special classloader, or something in the
manifest, or??
Thanks again!!
For anyone who cares, the current test app is up at
http://www.equushd.com. Click on a horse (not all have a video yet) to
play the video.
Deron
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
basic: completed perf rollup
java.lang.NoClassDefFoundError: quicktime/QTException
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: quicktime.QTException
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 10 more
basic: Exception: java.lang.NoClassDefFoundError: quicktime/QTException
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-java mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden