Re: 1.3 source diffs?

2001-04-02 Thread Juergen Kreileder
On Fri, 30 Mar 2001, John R. MacMillan wrote: > Where can I find the 1.3.0 source diffs? I've poked around the > website and ftp mirrors, and the mailing list archive but haven't > found anything. There are no 1.3.0 diffs currently. I'll make a diff against the SCSL code for our next release.

Re: DDD

2001-04-02 Thread Bryce McKinlay
David Brownell wrote: > Heh ... the real fun begins when the last name-mangling issues get > resolved, and folk start using DDD with GCJ compiled code! :) > I don't know if it'll work with interpreted code though. Yeah, there isn't really a solution for debugging interpreted code w/ GCJ (our in

RE: java socket port

2001-04-02 Thread Sean Owens
To me, this sounds like the programs you're running aren't really dead. "Address already in use" usually means that some other program has opened a socket on that port. Try something like ps uxwa | fgrep java and see if the processes are still around. If they are then you can kill them using

RE: java socket port

2001-04-02 Thread Benoit Sophie
How do you close your program? If you just "ctrl-c" it, the socket is not closed properly. You need a way to tell the server to stop listening (setting your listening variable to false) and it will be fine. bye, Sophie Benoit -Original Message- From: Zhihong Pan [mailto:[EMAIL PROTECTE

java socket port

2001-04-02 Thread Zhihong Pan
Hi, I have a problem with my java ServerSocket. At first I created a ServerSocket at port 34567. I run the program, it works fine. Then I stopped the server, and edit and recompile the program. If I run it again, I got the following IOException error message:" Adddress already in use". So I ha

native threads on arm linux (jdk118_v2)

2001-04-02 Thread Benoit Sophie
Hi, I'm trying to run java with native threads option with Blackdown jdk118_v2 for arm. I get the following error message and I'd like to know if anyone has an idea of how I can solve this problem. It seems that jdk118_v2 is the only one with native threads support for arm, correct me if I'm wro

Java help font and character separation

2001-04-02 Thread Stuart Wier
Using Javahelp in an application that runs on Windows and Linux, the text looks fine on Windows but on Linux the character separation is very poor. Some words run together, while there are gaps inside words as large as should be between words. The font is pretty rough, too. Can anything be done?