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