Your problems are basic classpath issues. You will either have to explicitly define the classpath with the -classpath parameter, or you will want to use the Class-Path parameter in your own jar file.
I can help you get this working, but I don't think it's something we need to discuss on the list. ----- Original Message ----- From: "Karl Parry" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 21, 2002 9:56 AM Subject: Re: [JAVA3D] Milkshake 3d loader problems... > Hi Kevin, > Using your loader my program compiles, but when I run > the program I get the following error: > > Exception in thread "main" > java.lang.NoClassDefFoundError: com/glyphein/j3d/load > ers/milkshape/MS3DLoader > at > BasicRecipeJ3D.createSceneGraph(BasicRecipeJ3D.java:73) > at > BasicRecipeJ3D.<init>(BasicRecipeJ3D.java:166) > at > BasicRecipeJ3D.main(BasicRecipeJ3D.java:180) > > and then the program hangs...I think its got something > to do with the most significant bit thingy? > I doubt I'm using it correctly..hmmm, where I am > suppose to put the files from your web site (the .jar > and .zip) in my Java folder or what? I don't wish to > have to write them into the classpath everytime I run > the program...(does this make much sense?) > > I have another question about your loader as well, > if I want to load a milkshake file called "chair.ms3d" > how do I specify this within my code? > > And can I load a number of objects and arrange them in > a certain way, a room layout basically, to give me a > virtual room? > > Thanks for your time, i'm quite stuck here and I'm > giving a presentation tomorrow on the basics, it'd be > nice to have some screen shots so if you could reply > soon I would really appreciate it! > > Cheers > KP > > > __________________________________________________ > Do You Yahoo!? > Everything you'll ever need on one web page > from News and Sport to Email and Music Charts > http://uk.my.yahoo.com > > =========================================================================== > 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".
