Top "Applet" questions

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

signed applet gives AccessControlException: access denied, when calling from javascript

I have an easy self-signed an applet (done with keytool and the jarsigner): public class NetAppletLauncher extends JApplet { private static …

java javascript applet signed accesscontrolexception
Creating a Java Timer and a TimerTask?

I'm new to Java and I'm trying to set a simple timer, I'm familiar with set_interval, because of experience …

java swing applet paint timertask
.java.policy file and local applet

I am working on an HTML page that is using Javascript to interact with a Java applet. The HTML page, …

java applet policyfiles
How to convert a Swing Application to an Applet?

I created a desktop application with Swing Application Framework, now how can I convert it to an applet? The main …

java swing applet appframework saf
Debugging java applet in browser - works in Eclipse but not browser

I have created an applet that opens a JFileChooser to select a file on the click of a JButton. It …

java debugging browser applet accesscontrolexception
How to grant all permissions to java applet through JNLP without popups

We are launching an applet using jnlp The applet needs to load a native library The jar and the jnlp …

java security applet jnlp next-generation-plugin
How do you specify a particular JRE for a Browser applet?

I have an third-party applet that requires JRE v1.5_12 to work correctly. THe user is installing JRE v1.6.07 or better. …

applet java
java.security.AccessControlException: access denied ("java.net.SocketPermission" "smtp.gmail.com" "resolve")

I am using GlassFish Server 3.1 and the Java mail Api 1.4.5. Scenario: I have an applet, that when clicked it sends …

java security applet japplet accesscontrolexception
Accessing scanner at client side from a web page without applet

I want to acces a scanner at client side, before I was using java applet without problem but after chrome …

javascript java applet npapi twain
Jarsigner: "This jar contains entries whose certificate chain is not validated."

I get the following error on a self-signed jar: jar verified. Warning: This jar contains entries whose certificate chain is …

java applet jarsigner