Java Applet Error When Trying to Run in Browser

Asked By 50 points N/A Posted on -
qa-featured

Hi,

I am trying to make a photo booth app but I can't seem to figure it out. I am trying to allow the app to have access to webcams in the local vicinity, gain the frame and then show it to the user after a special effect has been added to it.

I used Jpanel & swing components to make the app; however, my client is asking the app to be run in the browser.  There is an access error when I use the applet to access the webcam. I am aware I need to sign the applet, even after doing this it won't work.

 

Thanks.

SHARE
Answered By 0 points N/A #146839

Java Applet Error When Trying to Run in Browser

qa-featured

I think you must install the Java 1.6.0_10 plug-in,

If not the applets simply will not work! And you might

need to clear out the Java cache ("Temporary Internet Files")

using the Java Console. You can upgrade Java 1.5 or 1.6.0 But,

Beware the cache size. In upgrading to Java 1.6, it is very important to go to

Java control Panel and set the cache size. Furthermore, In Java 1.6 the size is a GB

unlike in Java 1.5 that the default is Unlimited. However, There are issues coming regarding the amount of memory available for the java Plug-in to use. It can even cause the plug-in not to start.

 

 

I hope this will help you.

Good Day!

Related Questions