We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › can't install physics library (newbie)
Page Index Toggle Pages: 1
can't install physics library (newbie) (Read 811 times)
can't install physics library (newbie)
Oct 3rd, 2007, 9:31pm
 
hello, i just downloaded processing and i'd like to use some external libraries.

the first one i tried to install is traer.physics, placing the jar under processing\libraries\physics\library as instructions said.

i took the code of an online example, and the result is that "Jikes could not find traer.physics in the code folder or any libraries"
it says i have to modify my CLASSPATH, so i post my:

C:\Documents and Settings\matteo>echo %CLASSPATH%
C:\Programmi\QuickTime\QTSystem\QTJava.zip; C:\Programmi\Java\jdk1.6.0\bin;.;
C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;
C:\PROGRA~1\IBM\SQLLIB\java\sqlj.zip;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;
C:\PROGRA~1\IBM\SQLLIB\bin;
C:\PROGRA~1\IBM\SQLLIB\java\common.jar;
C:\Programmi\processing\java\lib;
C:\Programmi\processing\lib;
C:\Programmi\processing\libraries

and my PATH:

C:\Documents and Settings\matteo>echo %CLASSPATH%
C:\Programmi\QuickTime\QTSystem\QTJava.zip; C:\Programmi\Java\jdk1.6.0\bin;.;
C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;
C:\PROGRA~1\IBM\SQLLIB\java\sqlj.zip;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;C:\PROGRA~1\IBM\SQLLIB\bin;
C:\PROGRA~1\IBM\SQLLIB\java\common.jar;
C:\Programmi\processing\java\lib;
C:\Programmi\processing\lib;
C:\Programmi\processing\libraries

is there something wrong?

(i placed some of the processing's library directory in the path to see if the problem disappears, but nothing...)

thanks
Re: can't install physics library (newbie)
Reply #1 - Oct 5th, 2007, 2:11pm
 
..really no one that can help me?
(or maybe i posted to the wrong section?)
Re: can't install physics library (newbie)
Reply #2 - Oct 8th, 2007, 8:19am
 
...got it, my fault :\
Page Index Toggle Pages: 1