Top "Applet" questions

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

Unsupported major.minor version 52.0

Pictures: Command Prompt showing versions Picture of error Hello.java import java.applet.Applet; import java.awt.*; public class Hello …

java applet version unsupported-class-version
How can I open Java .class files in a human-readable way?

I'm trying to figure out what a Java applet's class file is doing under the hood. Opening it up with …

java windows class applet
Java Error: "Your security settings have blocked a local application from running"

I'm trying to run this simple HelloWorld code written in Java from my browser (Chrome): public class HelloWorld extends JApplet { …

java security applet
Java unsupported major minor version 52.0

I can not launch my java application as a web applet in HTML (I am using HTML 4.01, I know it …

java html applet
Can not run Java Applets in Internet Explorer 11 using JRE 7u51

Today I updated my Java version to 7u51. After the installation, I cleared Java Cache, browser's Cache, and logged into …

c# java internet-explorer applet jnlp
socket programming multiple client to one server

How do you handle multiple client to connect to one server? I have this LogServer.java import javax.net.ssl.*; …

java sockets applet logging port
java.io.IOException: Invalid Keystore format

Does anyone know how to solve this? I tried many things, but none of them worked. And when I click …

java encryption applet keystore
Run local java applet in browser (chrome/firefox) "Your security settings have blocked a local application from running"

I'm trying to run a Java Applet (html file), but the browser keeps saying: "Your security settings have blocked a …

java security ubuntu applet updates
How to create a Rectangle object in Java using g.fillRect method

I need to create a rectangle object and then paint it to the applet using paint(). I tried Rectangle r = …

java graphics applet drawing drawrectangle
"application blocked by security settings" prevent applets running using oracle SE 7 update 51 on firefox on Linux mint

Background Complete fresh installation of Oracle Java SDK (32-bit) on Linux. The installation is correct, the plugin is correctly installed. …

java firefox plugins applet