Top "Applet" questions

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

java.lang.ClassFormatError: Incompatible magic value 218774561

Hey everyone I am making my first applet for java today. I have been using a subdomain at a server …

java class jar applet classformaterror
Can a Java Applet use the printer?

Can a Java Applet able to print out text/html easily to standard printer driver(s) (with all common platforms …

java swing applet
Signing .Jar file

Im sitting with a bit of a problem. Im busy creating a php/html website (intranet) for our support team …

applet certificate java
How do you pull up the java console in OpenSUSE or Ubuntu?

I'm working on a java applet, and I was wondering where the heck System.out was going in Ubuntu/OpenSUSE. …

java linux applet jconsole
Why do applets not need a main()?

This applies to subclasses of Applet, Servlet, Midlet, etc. Why do they not need a main()? If I wanted to …

java applet main
How do I package up an applet with multiple .jar libraries?

I'm creating a Java applet from a large scale pre-existing project (Vizster). I am using NetBeans 6.7.1 with JDK 1.5 on Mac …

java jar applet executable-jar
Where is JSESSIONID stored? (JavaEE)

I have two applications - A Java EE web application and a Java SE applet. I want to authenticate a …

java jsp jakarta-ee applet jsessionid
AppletViewer - "applet not initialized"

My code compiles and works just fine in both my browser and Eclipse, but for some reason the AppletViewer just …

java applet awt paint appletviewer
What do I need to do to get LiveConnect working again?

Years ago I wrote a Java Web Start application in NetBeans that performs a simple file upload task. For years …

java netbeans applet liveconnect
Embedding a bokeh app in flask

I am trying desperately to embed a working bokeh applet into flask, and can't find a proper way to do …

python flask applet bokeh