Nicolas,

- Install plug-in (that is JRE for JDK1.2.x). It is shipped with JDK and
there is an option 4 installing JRE during JDK installation. Do NOT
install JRE into the dir u installed JDK.
- move all files from ext dir of JRE (java plug-in dir, not JDK!!!!!) up
one level (to lib).

But i'm almost sure that this wouldn't resolve the problem _u_ have. The
deal here is in html file. I had exactly the same javascript one time. I
tuned html file and everything start working. Write html files
MANUALLY!!!! See instructions on the java.sun site (there is a link on
Java Plug-in page to Java plug-in specification or something like that).
Below there is a fragment that u should paste into BODY section of your
html file.

---------------------
  <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
     width="320" height="230" align="baseline"

codebase="http://java.sun.com/products/plugin/1.2/jinstall-12-win32.cab#Version=1,2,0,0"
border="3">
      <PARAM name="codebase" value="./Java3DExamples/">
      <PARAM name="archive" value="Java3DExamples.jar"
      <PARAM name="code" value="ExClip">
      <PARAM name="type"
value="application/x-java-applet;version=1.2"><COMMENT>
      <EMBED type="application/x-java-applet;version=1.2"
        width="320"
        height="230"
        align="baseline"
        codebase="./Java3DExamples/"
        archive="Java3DExamples.jar"
        code="ExClip"

pluginspage="http://java.sun.com/products/plugin/1.2/plugin-install.html"
border="3">
        <NOEMBED> </COMMENT> No JDK 1.2 support for APPLET!! </NOEMBED>
      </EMBED>
    </OBJECT>
----------------------

Change codebase, code and archive parameters (BOTH <PARAM ... > and
simply code= .....). <OBJECT> tag is 4 IE, <EMBED> is for NS.

But in the first place proceed with all the installation i described
above. Don't forget to move files from ext dir.

This should help,

vladimir

Nicolas Trussart wrote:
>
> Hi all,
>
> First of all, thank you for all your advices about the j3d applet.
>
> But...
>
> I have to say that it's better.
> Now, when I launch an applet in a browser (Netscape Navigator 4.5),
> a javascript window appears where there is a button with the label "OK".
>
> So, obviously, I click on the button and a fatal error occurs. The
> browser kills
> itself.
>
> Thus, if I recapitulate :
>     - I haven't chose a plug-in in the "Java plug-in control panel"
> window;
>     - the j3d .jars files are in the C:\jdk1.2.1\lib\ext directory;
>     - the C:\jdk1.2.1\bin is at the first position in the environment
> variable "PATH";
>     - the html file is converted (thanks to HTMLConverter 1.2).
>
> Have I forgotten something ?
>
> Please, what happens ?
>
> Thanks a lot.
>
> --
> Nicolas Trussart
> Departement Mecanique
> INSA de Rouen
> e-mail : [EMAIL PROTECTED]
>
> ===========================================================================
> 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".

--
>~~~~~~~<============>~~~~~~~<
Join in Java community now!
http://javacafe.virtualave.net
>~~~~~~~<============>~~~~~~~<

===========================================================================
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".

Reply via email to