I have a station that will not display a particular java applet.

It has had 1.4, then 6.0 and when attempting to click on the applet of a calendar, a box pops up, then waits a second, then shows a red x.

So I uninstalled all Java, rebooted, and installed 5.0.12 etc.

It still does it and if you hit cancel, it puts undefined in the box where the date should belong on the form.

I turned on through the console the logging and this is what appears if I look at the calendar after looking at a working java applet off of Sun's webpage. I only cut and pasted what appeared after I typed the address into the address bar and entered through it.

(ok. starting below...)

basic: Stopping applet ...

basic: Finding information ...

basic: Releasing classloader: sun.plugin.ClassLoaderInfo@1a082e2, refcount=0

basic: Caching classloader: sun.plugin.ClassLoaderInfo@1a082e2

basic: Current classloader cache size: 1

basic: Done ...

basic: Joining applet thread ...

basic: Destroying applet ...

basic: Disposing applet ...

basic: Joined applet thread ...

basic: Unregistered modality listener

basic: Quiting applet ...

(ok thats it)

[1171 byte] By [MIBPreachera] at [2007-11-27 11:29:02]
# 1

try installing java 1.6

Program_Javaa at 2007-7-29 16:25:39 > top of Java-index,Java Essentials,New To Java...
# 2

I think any version below version 1.6 doesn't have javax.swing

Program_Javaa at 2007-7-29 16:25:39 > top of Java-index,Java Essentials,New To Java...
# 3

> I think any version below version 1.6 doesn't have

> javax.swing

That's 1.1.6, not 1.6 ;)

jwentinga at 2007-7-29 16:25:39 > top of Java-index,Java Essentials,New To Java...