okay, so if you import them like all your other imports you use, i.e. import java.awt.event.*;
when you start typing java. ... it shows you whats next, but what do you have to do to make that java recognize your new jar file? or has that nothing to do with jar files? thank you. >From: Scott Mobile <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: [JAVA3D] jar files >Date: Mon, 25 Mar 2002 07:21:34 -0600 > >Struggled with this too ;) > >For development, put them in your JRE /lib folder, for runtime, in the /lib >of the Java run time install. For distribution I put them into a /lib >folder under the application directory, then set the classpath in the >command line to include it specifically like: > >javac -cp "./lib/myJarFile.jar"; > >If there's a better way I'd love to hear it... > >Scott >Virtopia 2 3D Project >http://vp2.onebigvillage.com > >----- Original Message ----- >From: "J�rgen Vansteelant" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, March 25, 2002 4:17 AM >Subject: [JAVA3D] jar files > > > > Hello, > > > > I have a question about jar files. If you want to add a new jar file to >your > > library, where exactly do you have to put the jar so if you want to >import > > them in your application? > > There are two maps on my c-drive , forte4j and jdk1.3, bouth of them >contain > > libraries. What is the difference between them? > > > > > > Thank you > > > > > > _________________________________________________________________ > > Join the world's largest e-mail service with MSN Hotmail. > > http://www.hotmail.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". _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.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".
