Re: Need help with initial Java setup

1998-09-27 Thread Stephen Zander
> "Michael" == Michael Sinz <[EMAIL PROTECTED]> writes: Michael> The Java wrapper script will automatically try to find Michael> the classes.zip file (or directory or jar or a whole list Michael> of possible places) before it starts the JVM. However, Michael> it does this by u

Re: Need help with initial Java setup

1998-09-27 Thread Michael Sinz
On Sun, 27 Sep 1998 16:24:46 +0200, Stefan Huebner wrote: >Hello ! > >I was just trying to install Java for the first time on my Linux Box, >but I m not able to use appletviewer, or to view my class-files from >the command-prompt: > >Linux 2.0.35 with Java-binaries support >glibc 2.0.7-19 > >I in

Re: Versioning -- Linux JDK needs your HELP!

1998-09-27 Thread Mark Shacklette
On RedHat 5.1: > We need three simple pieces of > information from you: > > 1) Your system's libc version /lib/libc.so.6 -> libc-2.0.7.so > 2) Your system's libdl version /lib/libdl.so.1 -> libdl.so.1.9.5 /lib/libdl.so.2 -> libdl-2.0.7.so > 3) Whether you had to remove libc and libdl to make

Re: jdk 1.1.5_v7 -> 1.1.6_v4a, socket problem.

1998-09-27 Thread Nelson Minar
>> COM.objectspace.voyager.TransportException: java.net.SocketException: Socket >option unsupported >It's a v4a bug. It's fixed in our development code, but that's waiting >on me to get the library version handling code tested. I bet you were >setting LINGER or REUSEADDR -- these got broken

Re: Versioning -- Linux JDK needs your HELP!

1998-09-27 Thread Nelson Minar
I've got a Redhat 4.1 system with lots of random upgrades. All the Blackdown JDKs that distributed their own libraries have worked out of the box for me, including jdk 1.1.6v4a. I seem to have the same library versions that the JDK distributes, maybe that's why there's no problem. > 1) Your syste

Re: Need help with initial Java setup

1998-09-27 Thread Juergen Kreileder
> Stefan Huebner writes: > Hello ! I was just trying to install Java for the first time on my > Linux Box, but I´m not able to use appletviewer, or to view my > class-files from the command-prompt: > Linux 2.0.35 with Java-binaries support glibc 2.0.7-19 > I installed jdk 1.1.6 to /usr/loc

Re: Versioning -- Linux JDK needs your HELP!

1998-09-27 Thread Kei Takashima
From: Steve Byrne <[EMAIL PROTECTED]> Subject: Versioning -- Linux JDK needs your HELP! Date: Thu, 24 Sep 1998 09:48:43 -0700 (PDT) Message-ID: <[EMAIL PROTECTED]> I am using RHL4.2 + jdk1.1.6v4a. > 1) Your system's libc version libc.so.5 -> libc.so.5.4.46 > 2) Your system's libdl version libdl.

JDK 1.1.6v4 - Where available?

1998-09-27 Thread Jochen Schafft
Hello, I want to upgrade my Linux Java from your JDK 1.1.6v2 to the newest port. But on all mirror sites I looked on there was only the old JDK 1.1.6v2 available (I didn't searched all - pardon). Where can I get the latest port? Many thanx ... Jochen

Re: Versioning -- Linux JDK needs your HELP!

1998-09-27 Thread Rob Dempster
Steve Byrne wrote: > We need three simple pieces of > information from you: > > 1) Your system's libc version libc.so.5 => libc.so.5.4.44 > > 2) Your system's libdl version libdl.so.1 => libdl.so.1.9.9 > > 3) Whether you had to remove libc and libdl to make Java work for you

jdk 1.1.5_v7 -> 1.1.6_v4a, socket problem.

1998-09-27 Thread Steve Byrne
Nelson Minar writes: > I have a bunch of complicated network code that works fine under > jdk 1.1.5_v7, but fails in jdk 1.1.6_v4a with a socket exception: > > COM.objectspace.voyager.TransportException: java.net.SocketException: Socket option unsupported It's a v4a bug. It's fixed in our