embed tag for 1.6.0

Firefox does not seem to be recognizing:

type="application/x-java-applet;version=1.6.0"

which is what the documentation says to put in there. I get an "Unknown plugin" message.

And when I do have 1.6.0 installed, it doesn't seem to detect it correctly. The java.version returns 0.0. Any known problems with Java 1.6 detection using javascript for Firefox?

Also, when is this link going to be updated with the 1.6.0 plugin?

http://www.java.com/en/download/index.jsp

Thanks!

[516 byte] By [ctanskya] at [2007-11-26 22:27:52]
# 1
Please use the following mime type instead (without the trailing ".0") type = "application/x-java-applet;version=1.6"We'll correct the Java SE 6 plugin developer's guide: http://java.sun.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html
calvinca at 2007-7-10 11:30:41 > top of Java-index,Desktop,Deploying...
# 2

thanks for responding. Yep, tried that also but I am still getting the same "uknown plugin" message on Firefox. Did you try that and it worked? It used to work for me when it was 1.5 but when I change it to 1.6, no go.

I was at Java One and meant to go to the Deployment BOF to ask the team but didn't manage to get there.

Thanks!

Charlene

ctanskya at 2007-7-10 11:30:41 > top of Java-index,Desktop,Deploying...