apply this patch to the mozilla cruft.
xtoph
toshok@starvation> cvs dif jvmmgr.cpp
Index: jvmmgr.cpp
===================================================================
RCS file: /cvsroot/mozilla/modules/oji/src/jvmmgr.cpp,v
retrieving revision 1.20
diff -u -r1.20 jvmmgr.cpp
--- jvmmgr.cpp 1998/09/30 20:41:35 1.20
+++ jvmmgr.cpp 1998/10/16 22:26:17
@@ -1077,7 +1077,7 @@
const char* codebase;
nsresult err = fPluginTagInfo->GetAttribute("codebase", &codebase);
if (err == NS_OK && codebase != NULL) {
- *result = fSimulatedCodebase;
+ *result = codebase;
return NS_OK;
}