I am guessing that you placed the jars in the lib/ext directory. I
believe Java 1.3 looks at the manifest of JARs in that directory to find
extensions. Since your manifest does not say anything about being an
extension, it doesn't use it. Don't quote me on this... ;)
Anyway, how do you "run" your application? You should be placing your
application JAR in a separate folder on the drive, such as in a
subfolder under "Program Files". That is a better way to organize it
anyway.
Lastly, how do you start your app? Is it an application or an applet.
Probably will need to place your app jar in the "archive" param of your
HTML or the -cp of your java command line.
-Lee
> -----Original Message-----
> From: Leonid Perlov [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, March 11, 2001 12:24 PM
> To: [EMAIL PROTECTED]
> Subject: [JAVA3D]
>
>
> Hello,
> I am using a native installer to install all java3d jars, java3d dlls,
> loader x3d.jar and my application's jar.
> Java plug-in runs my native installer and all my packages get
> installed
> properly.
> Then the class loader finds and loads successfully the
> classes from java3d
> and x3d jars, however it fails to load
> any of the classes from my application's jar. I tried to sign my
> application's jar ( though it is not requiered, when one
> uses a native installer ), but it did not help.
>
> My manifest file contains the same two lines x3d.jar does:
>
> Manifest-Version: 1.0
> Created-By: 1.2.2 (Sun Microsystems Inc.)
>
> Also I am using java plug-in version 1.3
>
> Please Help !
>
> Thank you.
> Leo Perlov
>
> ==============================================================
> =============
> 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".
>
===========================================================================
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".