> Date: Tue, 9 Jan 2001 12:34:12 +0000
> From: Mohammed Akacem <[EMAIL PROTECTED]>
> Subject: [JAVA3D] custom installer for java3d( in applet.jar)
> To: [EMAIL PROTECTED]
>
> Hi,
>
> I read  the FAQ at
> http://www.j3d.org/tutorials/quick_fix/auto_install.html. on how to
> create a custom java3d installer.
> Ok I want that my_ java3d_installer.exe the following files in the jre
> directory of the user :
>
>  bin/j3daudio.dll
>                bin/J3D.dll
>                lib/ext/j3daudio.jar
>                lib/ext/j3dcore.jar
>                lib/ext/vecmath.jar
>                lib/ext/utils.jar
>
> Is there a tool which could help me do this?( I mean to produce the
> my_java3d_installer.exe).

Um, just go to

  http://developer.java.sun.com/developer/earlyAccess/java3D/

Download the installer and use that.  There's no need to make
your own installer, so ignore all those responses talking about
WinZip vs. InstallShield.  Making an installer is not trivial.

On the page cited above, J. Lee Dixon suggested creating a custom
installer to get around the problem that Java 3D 1.2 defaulted to the
Java 1.2 default directory.  The 1.2.1 installers read the JRE & SDK
locations from the registry, so they will always install Java 3D in the
right place.

The hard part of the process is signing the JAR file, not creating
the installer.

More to follow on this subject. . .

-Paul

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