Top "Applet" questions

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

How to Combine Multiple Jars into One?

I've read so many articles/explanations on this and spent too many hours, but everything is either too broad or …

java eclipse netbeans jar applet
How to fix/workaround java.lang.reflect.InvocationTargetException

I've got a question about a particularly annoying error that I haven't been able to figure out, much less overcome. …

java web applet invocationtargetexception
When viewing an Applet, why does Safari for Windows display "Java is Unavailable or Not Installed" when Java is installed and available?

When using Safari on Windows 7 to load any page containing any Java applet, the following alert appears: "Java is Unavailable …

windows safari applet java
java.util.PropertyPermission user.home read (Access Denied)

I have a signed applet in which i have used JFilechooser to browse file from local file system for uploading. …

java io applet signed-applet
Copy/Paste not working in a signed Applet

I've a signed applet (which verifies correctly with jarsigner) that for some reason will not allow copy and paste from …

java applet clipboard next-generation-plugin signed-applet
Applet v/s Servlet

Whats the difference between Applet and Servlet in JAVA

java servlets applet
Java applet with self-signed certificate on OS X Mountain Lion

We have a Java applet that needs to run with full trust. While developing and during pre-release tests we sign …

java macos applet code-signing osx-mountain-lion
How to deploy a java applet for today's browsers (applet, embed, object)?

How do i deploy a java applet for modern browsers? I know there are somehow 3 possibilities but nobody tells me …

java deployment applet
How can I start an Java applet with more memory?

The default 64 MB max heap memory can be small for a large Java application. Are there any applet parameter to …

java memory applet next-generation-plugin
Why were applets deprecated in JDK 9?

I have recently read in an article posted by Oracle that they are going to mark the Applet class as …

java applet deprecated