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

[953 byte] By [Adnan999a] at [2007-10-3 9:43:35]
# 1
You need to be more specific as to what you are doing. I agree it looks like a classpath problem. What have you tried? etc.
zadoka at 2007-7-15 4:59:56 > top of Java-index,Desktop,Deploying...
# 2

Hi , thanks for the reply

I have installed apache-tomcat -5.5.17 and j2sdk1.4.2_13, I installed the SRB system of the san deigo (SDSC) , and the matrixi s the interface ,

I have tried to set the classpath by

export CLASSPATH=/usr/local/j2sdk1.4.2_13/lib/tools.jar , but i still dont know why it is unable to access the libraries and returns those errors

It will be great help , if i get to know what is it that i am doing wrong.

Thanks

Adnan999a at 2007-7-15 4:59:56 > top of Java-index,Desktop,Deploying...
# 3
Does it complie on the command line? Where is the error coming from tomcat?
zadoka at 2007-7-15 4:59:56 > top of Java-index,Desktop,Deploying...
# 4
Yes when i complile , with the command line javac DGLSender.java , then i get the errors mentioned earlier I dont think the error is from tomcat
Adnan999a at 2007-7-15 4:59:56 > top of Java-index,Desktop,Deploying...
# 5
Well, it looks like it is a problem with your class path. Make sure the right jars are correctly in your classpath.
zadoka at 2007-7-15 4:59:56 > top of Java-index,Desktop,Deploying...
# 6
I have already set the export CLASSPATH=/usr/loca/j2sdk1.4.2_13/lib/tools.jarThis jar file " tools.jar " , is the one with all the libraries i guess
Adnan999a at 2007-7-15 4:59:56 > top of Java-index,Desktop,Deploying...
# 7
Don't want to sound rude, but your guess might be wrong because you are still getting errors.
zadoka at 2007-7-15 4:59:56 > top of Java-index,Desktop,Deploying...
# 8
Please could u suggest me some other alternative
Adnan999a at 2007-7-15 4:59:56 > top of Java-index,Desktop,Deploying...
# 9

> Please could u suggest me some other alternative

There is not any other alternative you have to get your classpath correct to compile.

If you told me that you battery was dead and your car would not start. I would say you need to get someone to jump the battery for you. Would you say " Please could u suggest me some other alternative"?

zadoka at 2007-7-15 4:59:56 > top of Java-index,Desktop,Deploying...