|
From: Nick C. <nic...@ve...> - 2002-06-06 16:35:53
|
Hi, This is a bit odd as the java.util.collection classes have been part of java since 1.2. So if you are using java 1.3.1 they are certainly in there. The problem is probably with J++ whose compiler uses, I think, 1.1. At any rate, you are unlikely to find the java.util classes as a separate jar file. They were released as com.sun.java.util, but that was ages ago and interim step until the classes became part of 1.2. I'd suggest using a different IDE, such as JBuilder. You can get a free community edition of this at www.borland.com/jbuilder. Lastly, this sort of question is more properly asked on repast-interest. hope this helps, nick On Thu, 2002-06-06 at 12:13, Marco Huigen wrote: > hi everyone, new name, new face > > I am building an agent-based model and want to use repast as one of the core elements. Unfortunately I can't get it compiled, coz' I don't have some java.util classes (e.g. ArrayList and Collections). Does anyone have a jar or zip that I can use? Or is there a nice way to work arround? I use MS J++ with jdk1.3.1. under windows. I did download a zip-file collections, but it points to com.sun.java.util.* > > Thx in advance, > > > Marco G.A. Huigen > > Centre for Environmental Studies > Leiden University > Einsteinweg 2 > Postbus 9518 > 2300 RA Leiden > > Tel: 071-5277475 > Fax: 071-5277496 > E-mail: hu...@cm... > E-mail: mar...@ho... > > My project: http://gissrv.iend.wau.nl/~clue/philippines/intro.htm > My Institute: http://www.leidenuniv.nl/cml > My private site: http://www.home.zonnet.nl/marco_huigen/ > -- Nick Collier Social Science Research Computing University of Chicago http://repast.sourceforge.net |