Just looked in the JDK folder and there is an src.zip that contains the .java for hashmap
-----Original Message----- From: Herr Christian Wolfgang Hujer [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 16:14 To: [EMAIL PROTECTED]; Matthew Lancashire Subject: Re: java/util/Hashmap -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Matthew, > I keep getting the noclassdeffounderror for hashmap. Yes. > What do I need to do to get the class in to my classes folder. You're not supposed to extract system classes from their library and include them with your code. 1. How do you start your java program? What's the command line you type? 2. Are you sure you don't get confused by your path settings? Sometimes on Windows the JRE's java takes precedence over the JDK's java. So if you compile a class, you might compile with javac from e.g. 1.3.1_06, but if you run it, the VM in use might be a much older one. How did you find out you're using 1.3.1_06? Is it just the name of the folder, e.g. C:\j2sdk1.3.1_06, or have you executed java -version as suggested? Bye - -- ITCQIS GmbH Christian Wolfgang Hujer Gesch�ftsf�hrender Gesellschafter Telefon: +49 (0)89 27 37 04 37 Telefax: +49 (0)89 27 37 04 39 E-Mail: [EMAIL PROTECTED] WWW: http://www.itcqis.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE+OqDNzu6h7O/MKZkRAoQ+AKCb+TENQgeRuDsbx6RF4D3ReO4PxwCeIo9a si3dasPoQPI/8Ahn2mLGgoI= =aHiz -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
