Java 2

1999-10-31 Thread rwk
Does anyone know even roughly when Java 2 will be ported to Linux? I am planing to start a project, and would prefer to wait for Java 2 if it won't be too long. Thanks, Dick Kreutzer AmeriCom Inc. -- To UNSUBSCRIBE, email to [

RE: jdk1.2 working with glibc2.1.2

1999-10-31 Thread Nathan Meyers
On 31 Oct, Michael Moores (@synthsoft) wrote: > how so? > semaphores are not binary compatible between > glibc 2.1.1 and 2.1.2. > jdk1.2 is compiled for 2.1.1. > redhat 6.1 installs glibc 2.1.2. I don't know how so. Since it works, I haven't tried to argue with it. What problems are you seeing?

RE: jdk1.2 working with glibc2.1.2

1999-10-31 Thread Michael Moores (@synthsoft)
how so? semaphores are not binary compatible between glibc 2.1.1 and 2.1.2. jdk1.2 is compiled for 2.1.1. redhat 6.1 installs glibc 2.1.2. --michael > -Original Message- > From: nathanm [mailto:nathanm]On Behalf Of Nathan Meyers > Sent: Sunday, October 31, 1999 2:01 PM > To: Michael M

SIGSEGV 11* segmentation violation

1999-10-31 Thread Jeremy Hansen
I believe I already know the answer to this, but I thought I'd ask anyway to make sure. It's something to do with native threads and Linux. I'm using green threads and it seems to be ok right now. SIGSEGV 11* segmentation violation stackpointer=0xbdfff66c Full thread dump Classic V

Re: bz2 - Problems

1999-10-31 Thread Daniel P. Zepeda
That's funny, I've downloaded this jdk a couple of times using netscape with no problems. Thus spake Thorsten Gebuhr on Sun, 31 Oct 1999: > I just spent 2 Weeks in tring to download a uncorrupted bz2-archive of > the jdk2. Now - at last - i found the hint in the mail-archive, that > there are do

The RMI Newbie problem - RMI binding bug

1999-10-31 Thread I. Krishnan
Hi RMI Gurus I was heartened to see most of the names dealing with this question previously once again active in the search for an RMI Registry. I would appreciate whatever light you can throw on my problem: "Registry.[re]bind localhost/127.0.0.1 != spin.sgh-net.de/127.0.0.2" Steps taken so fa

Re: jdk1.2 working with glibc2.1.2

1999-10-31 Thread Nathan Meyers
"Michael Moores (@synthsoft)" wrote: > > i just upgraded to redhat6.1 and slackware7.0 which > bring glibc up to 2.1.2. > > does blackdown have a version for the new glibc2.1.2? > damn version troubles. > if not, then when?? I'm using JDK1.2 successfully with RH6.1... the same glibc2.1 JDK that

jdk1.2 working with glibc2.1.2

1999-10-31 Thread Michael Moores (@synthsoft)
i just upgraded to redhat6.1 and slackware7.0 which bring glibc up to 2.1.2. does blackdown have a version for the new glibc2.1.2? damn version troubles. if not, then when?? best regards, --michael moores -- To UNSUBSC

Re: classpath

1999-10-31 Thread Jørgen H. Seland
> I am using the blackdown jdk 117 v3. I have downloaded Swing 1.0.3 from > SUN and ArgoUML. These come as .jar files which contain the paths > com/sun/java/... and the actual files below that. All the installation > instructions tell me to simply put these in my class path. I have tried > set

bz2 - Problems

1999-10-31 Thread Thorsten Gebuhr
I just spent 2 Weeks in tring to download a uncorrupted bz2-archive of the jdk2. Now - at last - i found the hint in the mail-archive, that there are download-Problems with Netscape (I used 4.61). As there where other (unanswert) CRC-Error Questions in the mail-archive I just wanted to remind the

Re: CORBA advice

1999-10-31 Thread Aaron Mulder
I've used Orbacus, which may not be the most feature-complete, but is all Java and works great on Linux. Aaron On Sun, 31 Oct 1999, Paul Gearon wrote: > Hi, > I've been mostly using C++ bindings for CORBA until now, but I'd like to > start writing in Java. Does anyone know a reasonable

Re: java 1.1.7/Linux Thread switching

1999-10-31 Thread Rich Ibbotson
My thanks to everyone for the replies about thread interleaving. The other thing I'm still trying to sort out is this issue with native threads in jdk 1.1.7v3 and redhat 6.0 (with glibc 2.1). There seems to be a library mismatch or something. A simple threaded program runs fine with native thr

CORBA advice

1999-10-31 Thread Paul Gearon
Hi, I've been mostly using C++ bindings for CORBA until now, but I'd like to start writing in Java. Does anyone know a reasonable ORB for use with Linux? TIA Regards, Paul Paul Gearon [EMAIL PROTECTED] Catapultam habeo. Nisi pecuniam omnem mihi dabis, ad caput tuum saxum immane mittam. (Trans

How are Graphics objects created for Swing components?

1999-10-31 Thread Bradley Rosser
I've read on this list that the Blackdown port of 1.3 is expected around first quarter next year, so in the meantime I thought I'd have a quick shot at trying to merge the Swing fixes in 1.3 over to the Blackdown 1.2 pre-v2. I've been developing on NT the past few months, and the bugs with JTextP