I'm using deployJava.js to detect and redirect for java compatibility. Now, however, I've noticed that deployJava.js does NOT detect openjdk. Is there a modified version of this file that does this? I'm digging through the script right now to attempt to hack in a fix, but it would be nice if this was an already solved problem.

Linkage:
http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You need a web plugin FOR openjdk. Such is not provided by default. Try icedtea6-plugin.

link|improve this answer
As a side note, openjdk is spotty at best. If you can just support the sun plugin, DO IT. – Stefan Kendall Oct 13 '09 at 20:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.