John Wright wrote:
> We ran into this too. As Sun says: "it's a bug in Netscape" (and
> apparently the only plan to fix it is to wait for some future version of
> Netscape 6). Basically Netscape is incompatible with HTML pages
> converted with the HTMLConverter (ie Netscape doesn't work properly with
> Java 1.2.x or Java 1.3.x).
I disagree. I've had lots of success with Java3D applets and Netscape
(I've never used and never intend to use IE). A couple of tweaks to the
output of the HTMLconvertor is required, and everything works a treat.
The problem is basically Sun not registering all the sub-types for the
MIMEs that the plugin should be listening for. Eg, it registers
application/x-java;version=1.3
but not
application/x-java;jpi-version=1.3
That the HTMLconvertor generates. The 1.4 plugin registers 1.4 for
jpi-verion, but removes the 1.3 registration, hence causing the plugin
convertor to fail.
--
Justin Couch http://www.vlc.com.au/~justin/
Freelance Java Consultant http://www.yumetech.com/
Author, Java 3D FAQ Maintainer http://www.j3d.org/
-------------------------------------------------------------------
"Humanism is dead. Animals think, feel; so do machines now.
Neither man nor woman is the measure of all things. Every organism
processes data according to its domain, its environment; you, with
all your brains, would be useless in a mouse's universe..."
- Greg Bear, Slant
-------------------------------------------------------------------
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".