Re: collection and jdk 1.1.8
From: Andrew Thompson (SeeMySites_at_www.invalid)
Date: 06/01/04
- Next message: Mike Baranczak: "Re: java.net.BindException on Mac OS 10.3.4"
- Previous message: VisionSet: "Re: collection and jdk 1.1.8"
- In reply to: VisionSet: "Re: collection and jdk 1.1.8"
- Next in thread: Québec: "Re: collection and jdk 1.1.8"
- Reply: Québec: "Re: collection and jdk 1.1.8"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 01 Jun 2004 19:19:31 GMT
On Tue, 1 Jun 2004 20:11:07 +0100, VisionSet wrote:
> "Québec" <notAgain@enough.ca> wrote in message
>> TempClass.java:4: Class java.util.Collection not found in import.
>> TempClass.java:5: Class java.util.ArrayList not found in import.
>> TempClass.java:6: Class java.util.Iterator not found in import.
...
> All these classes were added as of JDK1.2
>
> You will need to use Vector and Enumeration.
You missed the tricky bit..
C:\jdk1.1.8\bin\javac -classpath
.;C:\jdk1.1.8\lib\com\collections.jar;
'collections.jar' was the external jar
provided the 3 classes (apparently)
-- Andrew Thompson http://www.PhySci.org/ Open-source software suite http://www.PhySci.org/codes/ Web & IT Help http://www.1point1C.org/ Science & Technology
- Next message: Mike Baranczak: "Re: java.net.BindException on Mac OS 10.3.4"
- Previous message: VisionSet: "Re: collection and jdk 1.1.8"
- In reply to: VisionSet: "Re: collection and jdk 1.1.8"
- Next in thread: Québec: "Re: collection and jdk 1.1.8"
- Reply: Québec: "Re: collection and jdk 1.1.8"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|