Hi Kassim,

you can put your jars everywhere you like but when compiling or running your application you need to specifiy where they are at the command line.

e.g. javac -classpath /home/projects/castor-test/lib/castor-0.9.6.jar ........

Hope that helps.

Ralf


Kassim Machioudi schrieb:

Hi all,
i'm new to Java and want to test castor. While I try to import the package (import org.exolab.castor.xml.*;) i get this error :
package org.exolab.castor.xml does not exist
import org.exolab.castor.xml.*;
^
1 error
I've download castor-0.9.6.jar on the website and put the jar file in /usr/lib/jdk-1.4.2_05/jre/lib/ on my linux box. Do somebody know why i can compile my program !?
Thx




Reply via email to