Re: java/util/Hashmap

2003-02-03 Thread Johan Åbrandt
nt package, which means that you would have to modify FOP and probably every library that FOP relies on. My humble advice would be to ditch J++. -Original Message- From: Johan Åbrandt [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 15:34 To: [EMAIL PROTECTED] Subject: Re: java/util/Hashm

Re: java/util/Hashmap

2003-01-31 Thread Herr Christian Wolfgang Hujer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Matthew, Am Freitag, 31. Januar 2003 17:44 schrieb Matthew Lancashire: > Just looked in the JDK folder and there is an src.zip that contains the > .java for hashmap but you're not supposed to do that for a) SUN's copyright. b) It must work without

RE: java/util/Hashmap

2003-01-31 Thread Matthew Lancashire
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

RE: java/util/Hashmap

2003-01-31 Thread Matthew Lancashire
I used the command java -version -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 gett

Re: java/util/Hashmap

2003-01-31 Thread Herr Christian Wolfgang Hujer
-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

RE: java/util/Hashmap

2003-01-31 Thread Matthew Lancashire
What about the sun one? -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 15:36 To: [EMAIL PROTECTED] Subject: Re: java/util/Hashmap Matthew Lancashire wrote: > VJ++ 6.0 Yeah. > I have both Sun JDK and MS JDK. Is it in there? MS JDK is ancien

RE: java/util/Hashmap

2003-01-31 Thread Matthew Lancashire
Its 1.3.1_06. What do I need to do to get the class in to my classes folder. -Original Message- From: Johan Åbrandt [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 15:34 To: [EMAIL PROTECTED] Subject: Re: java/util/Hashmap Matthew Lancashire wrote: > VJ++ 6.0 Yeah. > I have both S

Re: java/util/Hashmap

2003-01-31 Thread Oleg Tkachenko
Matthew Lancashire wrote: VJ++ 6.0 Yeah. I have both Sun JDK and MS JDK. Is it in there? MS JDK is ancient java 1.1.4, you cannot use it with FOP. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel - To unsubscribe, e

Re: java/util/Hashmap

2003-01-31 Thread Johan Åbrandt
in( String[] args ) { System.out.println( System.getProperty( "java.version" ) ); } } -Original Message- From: Johan Åbrandt [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 15:26 To: [EMAIL PROTECTED] Subject: Re: java/util/Hashmap Matthew Lancashire wrote: I keep getting the nocl

RE: java/util/Hashmap

2003-01-31 Thread Matthew Lancashire
VJ++ 6.0 Yeah. I have both Sun JDK and MS JDK. Is it in there? -Original Message- From: Johan Åbrandt [mailto:[EMAIL PROTECTED] Sent: 31 Jan 2003 15:26 To: [EMAIL PROTECTED] Subject: Re: java/util/Hashmap Matthew Lancashire wrote: > I keep getting the noclassdeffounderror for hash

Re: java/util/Hashmap

2003-01-31 Thread Johan Åbrandt
Matthew Lancashire wrote: I keep getting the noclassdeffounderror for hashmap. Where is this MS VM? Are you using VJ++? Isnt that JDK 1.1? HashMap was introduced in JDK 1.2 . Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552 -

java/util/Hashmap

2003-01-31 Thread Matthew Lancashire
I keep getting the noclassdeffounderror for hashmap. Where is this MS VM? Matthew Lancashire IT Project Manager Intitial Electronic Security Ltd Tel: +44 1282 473554 Fax: +44 1254 267552 - To unsubscribe, e-mail: [EMAIL PROTECT

Re: java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
et rid of the following error? I am using JDK1.3... > > java.lang.NoClassDefFoundError: java/util/HashMap > at org.apache.fop.fo.FOTreeBuilder.(FOTreeBuilder.java:85) > > Thanks > Mathy

java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
What can I do to get rid of the following error? I am using JDK1.3... java.lang.NoClassDefFoundError: java/util/HashMap at org.apache.fop.fo.FOTreeBuilder.(FOTreeBuilder.java:85) Thanks Mathy