Re: how to catch stdout

1999-08-24 Thread Gregory Steuck
> "David" == David Chen <[EMAIL PROTECTED]> writes: David> In the pre-developed project there are a lot of printf David> functions. Now I have to show the outputs of printf in a David> swing text fileld. The question is how can I do this without David> touching the pre-writt

Java2D Servlets on Linux

1999-07-15 Thread Gregory Steuck
> "Robbie" == Robbie Baldock <[EMAIL PROTECTED]> writes: Robbie> At the moment I'm calling this in my servlet's init(): Robbie> Runtime.getRuntime().exec("DISPLAY=localhost:1.1"); Robbie> Runtime.getRuntime().exec("export DISPLAY"); Robbie> Which I suspect is the wrong way t

Re: java.lang.OutOfMemoryError

1999-07-12 Thread Gregory Steuck
Larry Gates writes: > >>You can specify a larger heap > >>with the command line option -Xmx32m, for example. > > > >Right, there is only a little syntax error: the option is -mx32m. > > interesting feature. What is the rationale behind the idea of a heap > size? Whynot just use whatever

Re: Java app server on linux ?

1999-05-23 Thread Gregory Steuck
The only plausible reason I can think of is performance. Anybody measured encryption speed when using RSA's libs? Nitin Borwankar writes: > ACtually the Java WebServer is 100% Java. > the SSL libraries are C and currently are only available on NT and > Solaris. > But you can run the server o

Source changes

1999-04-26 Thread Gregory Steuck
Hi Java-Linux team, I'm interested in porting jdk 1.2 to OpenBSD. Since you've got a very functional port for Linux already (it passed JCK!), it would be great to see your changes for we're going to use similar tools for builds. And OpenBSD is much closer to Linux than Solaris. Well, may be I jus