Native-method about SNMP

1998-05-18 Thread tsjeong
Hi, I'm a student interested in java-agent now. Does anyone know the native-method library including system, ip,... group in linux, Windows95 or -NT with pentium PC available freely ? If it is, that is very helpful to everyone intereted in java-agent. Thanks. TS Jeong.

Re: graphics problems

1998-05-18 Thread Gary Mart \(GAM22\) admin0
On Mon, 18 May 1998, Trevor Harmon wrote: > Gary Mart (GAM22) admin0 wrote: > > > I have 2 problems: > >1) drawLines()ith XORmMode set does not work correctly and, > >2) I want to move the mouse pointer under program control > > > > Warping pointers in Java 1.1.x is impossible, so you'

Re: Does RMI work in jdk1.1.5v7/Red Hat 5.0?

1998-05-18 Thread John Collins
Steven P. Heutinck wrote: > Yes, I can confirm it does work. Make sure you are trying to bind to IP > address of your primary network device i.e. eth0. > > Cheers, > Steve > > John Collins wrote: > > > >... I can't get past the attempt to bind to the rmi registry. This > > code works on both NT

Re: font problems

1998-05-18 Thread Gernot Koller
Quoting Svante Sormark ([EMAIL PROTECTED]): > > Hi all! > > I'm having a slightly annoying problem with the Linux JDK. It's been > present in all 1.1.5 versions I have tried so far. > > When I try to do a TextFeild.setText() with a string that contains a > non-asci7 character (i.e. å,ä or ö) e

Re: Does RMI work in jdk1.1.5v7/Red Hat 5.0?

1998-05-18 Thread Robert Lynch
Works for me with jdk1.1.5v7 (didn't touch your stuff, just ran it): - [user@ravel rmi-prob]$ java jec.ServerImpl & [2] 5952 [user@ravel rmi-prob]$ attempting to bind... binding succeeded [user@ravel rmi-prob]$ java jec.ServerTest looking for server... found the server. Result: The time is 18-

Re: graphics problems

1998-05-18 Thread Trevor Harmon
Gary Mart (GAM22) admin0 wrote: > I have 2 problems: >1) drawLines()ith XORmMode set does not work correctly and, >2) I want to move the mouse pointer under program control > Warping pointers in Java 1.1.x is impossible, so you'll have to write a native function. As for passing Java gra

Re: Does RMI work in jdk1.1.5v7/Red Hat 5.0?

1998-05-18 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, John Collins writes: OK. I'm still stuck. I've attached a tar file that exhibits the problem. It's about as simple as an RMI app can be. John, I've taken a quick look at it. It works OK here on my system -- which means I haven't been able to help you

Re: Does RMI work in jdk1.1.5v7/Red Hat 5.0?

1998-05-18 Thread John Collins
Stephen Wynne wrote: > In message <[EMAIL PROTECTED]>, John Collins writes: > > However, I can't get past the attempt to bind to the rmi registry. This > code works on both NT and Solaris, and has been exercised fairly > extensively. > > John, > > I had no problems registering and run

Re: Linux Java problems...

1998-05-18 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, Brad Pepers writes: The main things I notice off the bat are problems with fonts. The font used by default on Linux is in italics which makes things look a little ugly. There also seems to be other font problems. Brad, It does sound like you hav

Linux Java problems...

1998-05-18 Thread Brad Pepers
I've been trying to use the latest JDK 1.1.5v7 on a RedHat 4.2 system but have a few problems. The problems have come from trying to run Java applications I've downloaded off the internet. The main things I notice off the bat are problems with fonts. The font used by default on Linux is in itali

graphics problems

1998-05-18 Thread Gary Mart \(GAM22\) admin0
I have 2 problems: 1) drawLines()ith XORmMode set does not work correctly and, 2) I want to move the mouse pointer under program control XORMode Problem with drawLines() drawLines() in XORMode does not properly take into account line crossing. Line crossings appear as a gap in the

Re: Java Plug-in tantalizing, but...

1998-05-18 Thread Robert Coie
Juergen Kreileder wrote: > I'm using libc6_2.0.7pre3-1.deb from the new unstable dist ('slink') and > v7 works fine. Great point; I was actually downloading that as your mail arrived. It worked for me too. Debian 2.0 users - in order to use 1.1.5v7 of the JDK, the libc6 currently in "frozen" i

Re: Java Plug-in tantalizing, but...

1998-05-18 Thread Christopher Seawood
On Mon, 18 May 1998, Robert Coie wrote: > > Are you running the requird library revisions listed on the documentation > > page? > > I believe so, although the glibc instructions appeared to be > RedHat-specific. I am using the latest final candidate library for > Debian 2.0, which claims to be

Re: Java Plug-in tantalizing, but...

1998-05-18 Thread Juergen Kreileder
Robert Coie <[EMAIL PROTECTED]> writes: > > Are you running the requird library revisions listed on the documentation > > page? > > > > Karl > > I believe so, although the glibc instructions appeared to be > RedHat-specific. I am using the latest final candidate library for > Debian 2.0, which

Re: Java Plug-in tantalizing, but...

1998-05-18 Thread Robert Coie
> Are you running the requird library revisions listed on the documentation > page? > > Karl I believe so, although the glibc instructions appeared to be RedHat-specific. I am using the latest final candidate library for Debian 2.0, which claims to be 2.0.7pre1. I believe I mentioned that the

Re: Does RMI work in jdk1.1.5v7/Red Hat 5.0?

1998-05-18 Thread sanderson
I have the same configuration. I had to put the host name in the hosts file for it to work. What appears to be happening is the server is unable to back-resolve the IP address to the name without the entry. Now, once I got it registering, I was still unable to place RMI calls. I'm still worki

Re: JDK 1.1.5v7 by Steve Byrne

1998-05-18 Thread Christopher Seawood
On Mon, 18 May 1998, Dieter Nützel wrote: > can you please remove the 'libXm.so.1' link from your latest glibc > JDK1.1.5v7 port (java_dyn)? I don't think that will be possible. The Motif shared libs I used to build jdk have libname.so.1 hardcoded as the soname. The glibc jdk was linked agains

Re: Java Plug-in tantalizing, but...

1998-05-18 Thread Karl Asha
Are you running the requird library revisions listed on the documentation page? Karl Robert Coie <[EMAIL PROTECTED]> writes: > > Do you convert that html file ? > > i.e > > From=20 ... > > To... > > Thanks for taking the time to respond. This isn't the problem, > because it's the stock

JDK 1.1.5v7 by Steve Byrne

1998-05-18 Thread Dieter Nützel
Hello Steve, can you please remove the 'libXm.so.1' link from your latest glibc JDK1.1.5v7 port (java_dyn)? My last tested release was JDK1.1.5v5 and that one has only a link to the 'libXm.so' shared Motif lib. I had to make a link libXm.so.1 -> libXm.so.2 and that is not the 'right' way to go.

unsubcribe

1998-05-18 Thread Ata-ul Qadoos

Informations...

1998-05-18 Thread Maria Teresa Faga
It's about a week I don't receive mails anymore... What's happened? Is the mailing list not active temporarily? Thank you, Maria Teresa

Re: jdk-1.1.5-v7-glibc (sbb-port) not working properly

1998-05-18 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, Chris Picton writes: I have a new install of Redhat 5.0 off the CD Chris, Go ahead and get relevant updates described at http://www.redhat.com/support/docs/rhl/rh50-errata-general.html The glibc updates are most important. You may also wish to instal

jdk-1.1.5-v7-glibc (sbb-port) not working properly

1998-05-18 Thread Chris Picton
Hi I have a new install of Redhat 5.0 off the CD I installed jdk1.1.5 (the latest glibc version) When I run "java" by itself, it prints the options etc on the screen When I run "java classfile", I get a core dump every time Is this a known problem, and are there any solutions Thanks Chris [

font problems

1998-05-18 Thread Svante Sormark
Hi all! I'm having a slightly annoying problem with the Linux JDK. It's been present in all 1.1.5 versions I have tried so far. When I try to do a TextFeild.setText() with a string that contains a non-asci7 character (i.e. å,ä or ö) everything craps out. Not only can I not setText with the non