Re: Java 2D API

1998-05-19 Thread Geoffrey S. Knauth
I agree Java seems much faster under Linux that under Win95. By no means would I suggest using Win95 if it could be avoided, but if you *had* to for some reason, there is a compiler (GCC) for Win95/NT. See the Cygnus website at <http://www.cygnus.com/> and look for `gnuwin32'. --

Re: Swing under Linux

1998-05-20 Thread Geoffrey S. Knauth
> Does anyone know if the JFC (Swing) is available under Linux? Swing is (so far) just a bunch of 100% pure Java .jar files. So the answer to your question should be Yes. At least, I'm running Swing on a Linux system without problem so far. -- Geoffrey S

Re: ported jdk installation instructions?

1998-05-22 Thread Geoffrey S. Knauth
My recollection is that if you're using RedHat 5.0 you most probably want to use the glibc version, and that if you're using RedHat 4.2 you may still have to use the libc5 version. I believe the trend is to move toward glibc. -- Geoffrey S. Knauth http://wor

Re: Java classpath

1998-05-22 Thread Geoffrey S. Knauth
> Java hello > cant find class hello See if your CLASSPATH includes ".". -- Geoffrey S. Knauth http://world.std.com/~gsk

Re: Passing classes as parameters

1998-05-26 Thread Geoffrey S. Knauth
omething like: new Class.forName("com.foo.package.Name"); or java.beans.Beans.instantiate(null, "com.foo.package.Name"); -- Geoffrey S. Knauth http://world.std.com/~gsk

InetAddr.getLocalHost() [glibc?] bug workaround

1998-06-17 Thread Geoffrey S. Knauth
he code in getlocalhost() has a reason behind it. -- Geoffrey S. Knauth http://world.std.com/~gsk --- > From: "John A. Zinky" <[EMAIL PROTECTED]> We have not been able to find

Re: Need a Java/Linux RedHat 5.0 configuration where getLocalHost works

1998-06-17 Thread Geoffrey S. Knauth
uot; line in /etc/hosts above the "localhost" line, only then did I get the correct output from the test program. Geoffrey -- Geoffrey S. Knauth http://world.std.com/~gsk

Re: Problem with difference between Mac & Linux Java

1998-06-30 Thread Geoffrey S. Knauth
e you a stack trace along with the next bug report. -- Geoffrey S. Knauth http://world.std.com/~gsk

tya07

1998-06-14 Thread Geoffrey S. Knauth
After looking at the official TYA web site and only finding versions up to tya06 there, I finally found a tya07 at: ftp://gonzalez.cyberus.ca/pub/Linux/java/tya07.tgz (June 10) -- Geoffrey S. Knauth http://world.std.com/~gsk

Need a Java/Linux RedHat 5.0 configuration where getLocalHost works

1998-06-17 Thread Geoffrey S. Knauth
Does anyone out there on the blackdown list have knowledge of this bug/feature? Geoffrey S. Knauth http://world.std.com/~gsk > From: "John A. Zinky" <[EMAIL PROTECTED]> We

color problems viewing images from Linux jdk1.1.5 via Exceed

1998-05-19 Thread Geoffrey S. Knauth
happends here with UltraSparc. It uses same format as PC (in reversed enddianity) so (r<<16)|(g<<8)|b works w/o problems in kernel code or so. But inder X it for some strange purpose seems to use red at blue place and opossite. Green is at place. Geoffrey -- Geoffrey S. Knauth http://world.std.com/~gsk