---- Begin Original Message ----

From: Tiza Asterinadewi <[EMAIL PROTECTED]>
Sent: Sun, 22 Oct 2000 07:42:59 +0700
To: [EMAIL PROTECTED]
Subject: [JAVA3D] Making Jar out of Java3d 1.2 and JDK1.3


Dear all,

   I  tried  to  make  a  jar file, so I can run the java 3d I've made
   without running it from the compiler... but it failed when I try to
   run  it...  the  error was.. "no j3d found in Java.library.path" it
   was a load library class error... does anyone knows how to fix this
   ? thanks in advanced!!!

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
There are two possibilities.first,you didn't install j3d library at
your jre but in other path such as your jdk path, but it can't be
fixed with setting the path to your jdk path or add JARPATH of j3d
library by using JARPATH = the jars packet of j3d
 so you can run it by using :
   java -jar -classpath JARPATH yourjar yourmainclass
Note if you want to not allways supply mainclass,you must edit the
manifest file and added MAINCLASS = your class
second, you make an Applet you must make sure the plugins installed
and make the html by using converter (or read java plugins)

Sorry for bad english( if I using Indonesian the other will not know
if I've done some mistake :-))

ERIO P




 If you can't see 200 fps, you only need quality of motion
Get your own free 3dfxgamers.com  Webmail address, news, reviews and much more at 
http://www.3dfxgamers.com  -  The Place for All Things Voodoo

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