Top "Applet" questions

Applet means 'small application'. This has become commonly used to describe Java applets embedded in web pages.

Looking for a "Universal" Document viewer component/library

I am looking for an Applet with similar functionality to the Oracle/Stellent OutsideIn ActiveX control or the Autonomy KeyView …

java applet viewer plugins
Why does Java tell me my applet contains both signed and unsigned code?

My signed Java applet has been running fine until Java update 19. Now some but not all of our users on …

java security applet mixed-code
Embedding Java applet in html5

I'm trying to embed a Java applet that I just made into an HTML 5 compliant page. I'm using the following …

java html swing applet invocationtargetexception
IcedTea - how to show the applet console..?

since recently I think we are forced to use IcedTea to run applets in Ubuntu 11.10. At least I don't see …

java console applet icedtea
Java VNC Applet

Does any one know of an opensource Java VNC server, that can be run from a web page, so requiring …

java applet vnc
Where to get Java.media package?

I am making a java applet player. It includes Java.Media package, and I am not getting it. Searched on …

java netbeans applet jcreator
Java applet stopped working after update to JRE 7u21

My java applet stopped working once JRE was updated to 7u21. Short summary: The Exceptions I get are: netscape.javascript.…

java security applet mixed-code
Are Java Applets unable to communicate with javascript within Firefox on Mac OS?

I have a java applet running in a browser that is calling some javascript functions and expecting a result from …

java javascript macos firefox applet
Access Control Exception: access denied( "java.io.FilePermission" "[image]" "read")

I'm on my first week using Java. I don't know very much about applets, and I'm trying to learn more …

java applet awt accesscontrolexception
Signed Java Applet writing to a text file

I want to make an Applet write to a text file. I think have overcome the security problem with my …

java file text applet signed-applet