Hi,

I am getting the following errors on compile:


    [javac] Compiling 63 source files to
C:\workspace\Root\build\target\classes
C:\workspace\Root\src\com\wiziotec\common\lib\ConfigUtil.java:17:
package javax.xml.bind does not exist
import javax.xml.bind.JAXBContext;
                      ^
C:\workspace\Root\src\com\wiziotec\common\lib\ConfigUtil.java:18:
package javax.xml.bind does not exist
import javax.xml.bind.JAXBException;
                      ^
C:\workspace\Root\src\com\wiziotec\common\lib\ConfigUtil.java:19:
package javax.xml.bind does not exist
import javax.xml.bind.Unmarshaller;
                      ^
C:\workspace\Root\src\com\wiziotec\common\lib\ConfigUtil.java:23:
cannot  resolve symbol
symbol  : class ComponentConfig
location: package config
import com.wiziotec.config.ComponentConfig;
                           ^
C:\workspace\Root\src\com\wiziotec\common\lib\ConfigUtil.java:24:
cannot resolve symbol
symbol  : class WizConfig
location: package config
import com.wiziotec.config.WizConfig;

The jar files for jaxb are all located in the
{basedir}/lib/jaxb directory. I have included this
path in the classpath. I have also specified the path
to the jars in the project.properties file. But
continue to get these errors.

Am i missing something?


                
Discover Yahoo! 
Stay in touch with email, IM, photo sharing and more. Check it out! 
http://discover.yahoo.com/stayintouch.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to