webcam applet
in
Integration and Hardware
•
2 years ago
Hi there
I'm trying to run a webcam applet in a browser, i've tried to sign all the .jar files in the applet folder by fowling this tutorial:
http://wiki.processing.org/w/Sign_an_Applet , but with no success running the applet!!!!
this is what a i get in the java console:
JNLPAppletLauncher: static initializer
os.name = mac os x
nativePrefix = lib nativeSuffix = .jnilib
tmpRootDir = /var/folders/2c/2cVEafk5HLGH72xLou18Mk+++TI/-Tmp-/jnlp-applet/jln2964729597657997808
Applet.init
subapplet.classname = PAR3ds24forweb
subapplet.displayname = PAR3ds24forweb
Applet.start
os.name = mac os x
os.arch = x86_64
processNativeJar: using previously cached: /Users/qwerty/.jnlp-applet/cache/www_iqwerty/b697ed1853591245a13026901f1b3c81be68395d/gluegen-rt-natives-macosx-universal.jar
validateCertificates:
VALIDATE: libgluegen-rt.jnilib
extractNativeLibs:
EXTRACT: libgluegen-rt.jnilib(gluegen-rt)
processNativeJar: using previously cached: /Users/qwerty/.jnlp-applet/cache/www_iqwerty_com/b697ed1853591245a13026901f1b3c81be68395d/jogl-natives-macosx-universal.jar
validateCertificates:
VALIDATE: libjogl.jnilib
VALIDATE: libjogl_awt.jnilib
VALIDATE: libjogl_cg.jnilib
extractNativeLibs:
EXTRACT: libjogl.jnilib(jogl)
EXTRACT: libjogl_awt.jnilib(jogl_awt)
EXTRACT: libjogl_cg.jnilib(jogl_cg)
JNLPAppletLauncher.loadLibrary("jogl")
loading: /var/folders/2c/2cVEafk5HLGH72xLou18Mk+++TI/-Tmp-/jnlp-applet/jln2964729597657997808/jln1405943895804720777/libjogl.jnilib
JNLPAppletLauncher.loadLibrary("jogl_awt")
loading: /var/folders/2c/2cVEafk5HLGH72xLou18Mk+++TI/-Tmp-/jnlp-applet/jln2964729597657997808/jln1405943895804720777/libjogl_awt.jnilib
Exception in thread "Animation Thread" java.lang.NoClassDefFoundError: Could not initialize class quicktime.QTSession
at processing.video.Capture.init(Capture.java:167)
at processing.video.Capture.<init>(Capture.java:154)
at processing.video.Capture.<init>(Capture.java:111)
at PAR3ds24forweb.setup(PAR3ds24forweb.java:84)
at processing.core.PApplet.handleDraw(PApplet.java:1583)
at processing.core.PApplet.run(PApplet.java:1503)
at java.lang.Thread.run(Thread.java:680)
Can someone help me with this? it's really important...
cheers
Distorção
1