Re: JavaLinux for servlets [off-topic]

1999-02-17 Thread Chris Huebsch
Hello, let me contribute a word or two to this discussion... John Goerzen wrote: > > This is not really the point. The point is that for a heavily-loaded > server, even a small difference in performance can make a tremendous > difference in the system -- possibly the difference between running

Re: About Communication Ports API...

1999-02-15 Thread Chris Huebsch
Hello, there are Linux-Ports but unfortunately they only support Serial Ports. (Please correct me if I am wrong.) Have a look at: http://www.blackdown.org/java-linux/otherproducts.html and look for: Java Comm for Linux or RXTX greetings Chris Julian Bolivar wrote: > > Dear Srs. > > Can I

Re: java programming

1999-02-15 Thread Chris Huebsch
Hello, > in Java all variables with final qaulifier must be initialised during > decalration. so you can't compile this code this is not correct. With Java2 you can use deferred-initialization of final-variables. That means that you can declare a: "final ;" and do later a " = ;" But there mus

Re: Problem : can't find class

1999-02-14 Thread Chris Huebsch
Hello, try adding a "." to the classpath. CLASSPATH=.:/usr/local/java/lib/classes.zip:/usr/local/java/jsdk/lib/jsdk.jar Chris Vinay Pai wrote: > > Hello, > > I am having the following problem when I try to execute a java program , > says : > can't find class test ... > The classpath variab

Re: createImage() always returns null

1999-02-14 Thread Chris Huebsch
Hello, is the Panel already visible? If not, then show() it before getting a Image! greetings Chris Manfred Bartz wrote: > > I want to create an off-screen image in a Swing application. > The program compiles without errors, but createImage() always > returns null. > > The only examples f

Re: benchmarks

1999-02-03 Thread Chris Huebsch
Hello, [EMAIL PROTECTED] wrote: > > Hey all... > > I'm looking to see if anybody knows where I can find some recent benchmarks > results for the Linux JDK on x86... Preferably, but not necessarily, with > CaffeineMark or JMark benchmarks... It would definitely help to have > results WRT differ