Java Applet work only on my computer?
问题 I'm developing a Java applet that show a message box when you visit the site. This is my Java code: import java.applet.Applet; import javax.swing.JOptionPane; public class JavaRun extends Applet { private static final long serialVersionUID = 1L; public void init() { JOptionPane.showMessageDialog(null, "hello world!"); } } This is the html: <applet width='100' height='100' code='JavaRun' archive='data.jar'> </applet> On my computer (that have the java SDK) it's work, but when I'm using it on