Tagged Questions

1
vote
3answers
37 views

Displaying Chinese text in an Applet

We have an Applet that can possibly display Chinese text. We are specifying a font for it (Arial), it works fine under both Windows and Mac OSX. But in Firefox on Linux the Chines …
0
votes
2answers
57 views

Applet v/s Servlet

Whats the difference between Applet and Servlet in JAVA
0
votes
6answers
146 views

Is it worth studying applet?

I am a fresher in web developing , is I ve to study applets?
0
votes
1answer
24 views

SELinux, Fedora, and Trusted Applet crashing?

For some reason, if I run Firefox 3.5.x under Fedora 11 with SELinux enabled, my browser crashes when I attempt to embed the applet dynamically. Under Windows, Ubuntu, and Mac, the …
0
votes
0answers
41 views

Java Applets failing to load in Mac OSX 10.5.4 / Firefox 3.5 / Java 1.5

The first time I load the screen, the applet works fine. Then after closing the browser and loading the screen again, the applet doesn't seem to have loaded. The following error s …
0
votes
1answer
46 views

Java Applets, Internet Explorer and Fiddler

Wish the latest Java runtimes (1.5 or 1.6) is the applet pluggin suppoed to use the Internet Explorer web stack to download the .jar file? The reason I ask is I can't see the reque …
0
votes
1answer
22 views

How do I detect the OpenJDK in my applet (System Properties)?

How can I determine if my client is running OpenJDK with a web plugin? I've tried java.version and the rest of the properties listed here. Running java -version from the terminal …
0
votes
1answer
27 views

JNLP Already initialized, NullPointerException with icedtea6-plugin?

I have a trusted applet, and I'm getting the following behavior with OpenJDK and icedtea6-plugin: Initializing JVM... NOT IMPLEMENTED: virtual nsresult IcedTeaPluginInstance::Star …