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
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
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
> 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
> 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
> 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
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.
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