RE: HashMap

2004-01-17 Thread Andreas L. Delmelle
-Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED] snip / I assume this problem is with the iframes? Well, not my eye-frames... but if that's what these charming windows on the sources are called, then, yes. Anyway, this could well be added as a feature to the other

RE: HashMap

2004-01-16 Thread Andreas L. Delmelle
-Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED] snip / I hope you're not casting aspersions on my producer/consumer buffers? Hiya Peter, Great isn't it? The pun only became apparent to me *after* I had typed it up, and look-ee here, it got through nicely :) (If

Re: HashMap

2004-01-16 Thread Peter B. West
Andreas L. Delmelle wrote: Hiya Peter, ... Seriously? Not at all! (BTW: Shouts for your alt-design pages. Very comfortable --although IE seems to have a little trouble with the JavaScript adding a horizontal scrollbar instead of a vertical one; with other browsers no prob whatsoever.) Andreas, I

RE: HashMap

2004-01-15 Thread Andreas L. Delmelle
-Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED] A friend was watching over my shoulder as I was responding to an earlier message on fop-dev. HashMaps... I won't say what image that conjures up for me. Well? A map of where you have the stash. I never thought of

Re: HashMap

2004-01-15 Thread Eric Galluzzo
Andreas L. Delmelle wrote: -Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED] A friend was watching over my shoulder as I was responding to an earlier message on fop-dev. HashMaps... I won't say what image that conjures up for me. Well? A map of where you have the stash.

Re: HashMap

2004-01-15 Thread Peter B. West
Andreas L. Delmelle wrote: Depends on what portions you're used to, not? ;) I'd never trust public media though, when it comes to providing us with an accurate estimate of this figure... many would have us believe that the DRD is 0.0 --sigh. When is anyone going to realize the trouble is

HashMap

2004-01-14 Thread Peter B. West
A friend was watching over my shoulder as I was responding to an earlier message on fop-dev. HashMaps... I won't say what image that conjures up for me. Well? A map of where you have the stash. I never thought of it that way. Peter -- Peter B. West

Re: HashMap

2004-01-14 Thread John Austin
On Wed, 2004-01-14 at 21:27, Peter B. West wrote: A friend was watching over my shoulder as I was responding to an earlier message on fop-dev. HashMaps... I won't say what image that conjures up for me. Well? A map of where you have the stash. I never thought of it that way. Those of

java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
I have posted this que. to the fop-user list and no resp. Hope someone could help me... I am using JDK 1.3.0_02 along with javawebserver2.0. My servlet is failing at Driver dr=new Driver(); Error: java.lang.NoClassDefFoundError: java/util/HashMap at org.apache.fop.fo.FOTreeBuilder.init

Re: java/util/HashMap error

2002-04-19 Thread James Hunt
me... I am using JDK 1.3.0_02 along with javawebserver2.0. My servlet is failing at Driver dr=new Driver(); Error: java.lang.NoClassDefFoundError: java/util/HashMap at org.apache.fop.fo.FOTreeBuilder.init(FOTreeBuilder.java:85) Thanks Mathy This is what I have in my java

Re: java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
posted this que. to the fop-user list and no resp. Hope someone could help me... I am using JDK 1.3.0_02 along with javawebserver2.0. My servlet is failing at Driver dr=new Driver(); Error: java.lang.NoClassDefFoundError: java/util/HashMap

Re: java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
(); Error: java.lang.NoClassDefFoundError: java/util/HashMap at org.apache.fop.fo.FOTreeBuilder.init(FOTreeBuilder.java:85) Thanks Mathy This is what I have in my java file to generate a PDF file: Logger log; Hierarchy hierarchy

Re: java/util/HashMap error

2002-04-19 Thread J.Pietschmann
Mathy V Arumugam wrote: I have posted this que. to the fop-user list and no resp. Hope someone could help me... I am using JDK 1.3.0_02 along with javawebserver2.0. My servlet is failing at Driver dr=new Driver(); Error: java.lang.NoClassDefFoundError: java/util/HashMap

Re: java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
is failing at Driver dr=new Driver(); Error: java.lang.NoClassDefFoundError: java/util/HashMap at org.apache.fop.fo.FOTreeBuilder.init(FOTreeBuilder.java:85) You don't have access to the Java run time library. This is not a FOP problem. Ask the javawebserver guys what magic you have