Have you made sure your classpath and all that stuff left over from your
previous adventures in java have been cleaned up?

LD_LIBRARY_PATH
CLASSPATH
JAVA_HOME

Just making sure. cause you maybe referencing the wrong set of classes by
accident.

Cheers
James.

Pooh Bear -- "I am just a bear of little brain"


On Thu, 11 Mar 1999, David Thompson wrote:

> 
> Colleagues,
> 
> Have the collection classes for java been completed
> to fit the API? I have installed jdk1.2 on my RH5.2 
> system, and compiled some simple programs to see
> that it works. Then I attempted to compile some 
> of my work that made heavy use of java.util.Vector
> and the compiler complained that java.util.Vector
> does not have an add(Object object) method. I
> then tried to replace the java.util.Vector with
> java.util.ArrayList as a work around. The compiler
> could not find java.util.ArrayList . 
> 
> I then decided to unpack the src.jar to see if these
> pieces were in the src, but when trying to run jar,
> the response indicated that there was no make method
> for jar?
> 
> I am sure there is a simple explanation. If someone
> would educate me, I would appreciate the information.
> 
> (I checked the FAQ and mail archives and did not find
> these issues addressed).
> 
> 
> Thank You
> Respectfully
> dt
>            
> _________________________________________
>         David R.Thompson        
>       Los Alamos National Laboratory
>         TSA 5
>         wk.ph:505.665.5572 
>         email:  [EMAIL PROTECTED]
> _________________________________________
> 
> 
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to