Top "Applet" questions

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

Avoid security level blocking without adding url in exception site list

I have created Java signed applet, it runs perfectly if I set my Java(JRE 8) security level high and add …

java security applet signed-applet
Record voice with Java

I want to record voice using a Java application; I guess this will be basically an applet that will run …

java audio audio-recording applet
-tsa or -tsacert timestamp for applet jar self-signed

When I was trying to self-sign in the jar like below. jarsigner -keystore my keystore myjar.jar myalias It gives …

java jar applet signed-applet
Run applet in Android tablet

I have already some applets ready. I tried to run it on android tablet. Will it not work at all? …

java android applet tablet
getClassLoader().getResource() returns null

I have this test app: import java.applet.*; import java.awt.*; import java.net.URL; public class Test extends Applet { …

java applet
When do we get java.lang.NoSuchMethodError even when the jar/class has the particualar method

I am using IText library to facilitate pdf export in an applet. During the export call it fails with following …

java applet nosuchmethoderror
Running a java applet from netbeans?

I am trying to run a Java applet from NetBeans, and in trying to run it, I get a 'main …

java netbeans applet configure
method init()v not found

I'm rewriting an applet I have, but when it loads it's giving me a runtime exception. The exception is Exception …

java parameters applet
How to solve java.security.AccessControlException?

I am trying to access client's temp directory through my applet on my web project. When I run the applet …

java security applet accesscontrolexception tempdir
Can't read AppletViewer properties file - Applet

I created a Java applet program and compiled it. As a result of the compilation, it generated a class file. …

java applet appletviewer