Re: java/util/Hashmap

2003-02-03 Thread Johan Åbrandt
, 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/Hashmap Matthew Lancashire

Re: java/util/Hashmap

2003-01-31 Thread Johan Åbrandt
) { 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 noclassdeffounderror

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,

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 Sun JDK

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 ancient java

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
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 getting

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 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 error

2002-04-19 Thread Mathy V Arumugam
This is what I have in my java file to generate a PDF file: Logger log; Hierarchy hierarchy = Hierarchy.getDefaultHierarchy(); log = hierarchy.getLoggerFor(fop); log.setPriority(Priority.WARN); Driver dr=new Driver();// * this is where it is failing **