Need help in SRB matrix .
Hello every one .
I have installed the matrix for the srb and and tried a lot to set the classpath so as it accesses the jar files , but all in vain ....
These are the errors
[adnan@localhost UsingXMLeditor]$ javac DGLSender.java
-
1. ERROR in DGLSender.java
(at line 14)
import javax.xml.bind.JAXBContext;
^^^^^^^^^^^^^^
The import javax.xml.bind cannot be resolved
-
2. ERROR in DGLSender.java
(at line 15)
import javax.xml.bind.Marshaller;
^^^^^^^^^^^^^^
The import javax.xml.bind cannot be resolved
-
3. ERROR in DGLSender.java
(at line 16)
import javax.xml.bind.Unmarshaller;
^^^^^^^^^^^^^^
The import javax.xml.bind cannot be resolved
-
4. ERROR in DGLSender.java
(at line 17)
import javax.xml.soap.MessageFactory;
^^^^^^^^^^^^^^
The import javax.xml.soap cannot be resolved

