build of jdk1.1.6 v2 failed

1998-09-26 Thread Steve Byrne
John Campbell writes: > My attempts to build jdk1.1.6 v2 fail because the file > java_g can't be found. Does anyone know what I'm > doing wrong? If this is the wrong forum for a newbie > question, I appologize. -John C Do you have the existing v2 binaries? They should include java_g, and

Re: Mouse cursors

1998-09-26 Thread Jan-Henrik Haukeland
Justin Lee <[EMAIL PROTECTED]> writes: > We are trying to set the mouse cursor to the wait cursor whenever we > open a dialog box. We have method that takes in a java.awt.Component > and grabs all of its contained Components and sets the cursor on it. > * A better way to do this is to set the c

jdk 1.1.5_v7 -> 1.1.6_v4a, socket problem.

1998-09-26 Thread Nelson Minar
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 Unfortunately, my program has a lot of stuff in it, so it's hard t

Re: Default fonts and colors in java

1998-09-26 Thread Juergen Kreileder
> Gérard Milmeister writes: > [1 ] How can I set the > default fonts and colors for java using awt. When I run a program I > get very ugly fonts (too small) and colors. First you should check your Xserver' s font path, on my system it starts with: FontPath "/usr/X11R6/lib/X11/fonts/mis

Re: JDK 1.2 Support for CORBA

1998-09-26 Thread Juergen Kreileder
> Hoong-Shen Wong writes: > Hi, I'm looking for JDK1.2 for Linux as I need CORBA support. I was > wondering what the timeline is for the release and whether I can > help with the porting. Thanks Non-commercial licensees have no access to the 1.2 sources yet, so there is *no* timeline for a l

Re: FW: Versioning -- Linux JDK needs your HELP!

1998-09-26 Thread Juergen Kreileder
> H writes: > nkapoor:/home/nkapoor> ldd $JAVA_HOME/bin/i386/green_threads/java >libjava.so => not found >libm.so.5 => /lib/libm.so.5.0.9 >libdl.so.1 => /lib/libdl.so.1.7.14 >libawt.so => not found >libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 >li

Re: FW: Versioning -- Linux JDK needs your HELP!

1998-09-26 Thread Nishikant Kapoor (H)
Kapoor, Nishikant X wrote: > > 1) Your system's libc version > > 2) Your system's libdl version > > > >ldd /bin/i386/green_threads/java > > nkapoor:/home/nkapoor> ldd $JAVA_HOME/bin/i386/green_threads/java libjava.so => not found libm.so.5 => /lib/libm.so.5.0.9 libdl.

JDK 1.2 Support for CORBA

1998-09-26 Thread Hoong-Shen Wong
Hi, I'm looking for JDK1.2 for Linux as I need CORBA support. I was wondering what the timeline is for the release and whether I can help with the porting. Thanks hoongshen