From owner-freebsd-java Wed Oct 31 16:35:36 2001 Delivered-To: freebsd-java@freebsd.org Received: from mrout1.yahoo.com (mrout1.yahoo.com [216.145.54.171]) by hub.freebsd.org (Postfix) with ESMTP id 020B837B403 for ; Wed, 31 Oct 2001 16:35:32 -0800 (PST) Received: from criess (criess.corp.yahoo.com [216.145.61.17]) by mrout1.yahoo.com (8.11.6/8.11.6/y.out) with SMTP id fA10ZDf92871 for ; Wed, 31 Oct 2001 16:35:13 -0800 (PST) Message-ID: <011301c1626c$acf1c3c0$113d91d8@yahoo.com> From: "Chuck Riess" To: Subject: RE: TIB software and JDK 1.2.2b10 Date: Wed, 31 Oct 2001 16:32:23 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0110_01C16229.9EA550E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0110_01C16229.9EA550E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Here is a follow-up to getting TIB/RV working on FreeBSD and Java: I couldn't get Tibco's TIB/RV (Version 6.8) software to work on my = FreeBSD 4.3 machine using jdk1.2.2p10. The VM kept crashing. I talked = to Tibco customer support and got the following reply: " Since the Java jdk only supports green threads on FreeBSD 4.3 and = Rendezvous (TIB/RV) requires the use of native threads, the Java API is not supported on = this platform. " So, I don't know if what customer support says is true. But I did = notice that I could not get the example TIB/RV programs to run on = jdk1.1.8 on FreeBSD 4.3 either. I did get the C example programs to = run. I was able to get the example program "tibrvlisten" to work by = using rva (instead of rvd) and changing the transport from = TibRvdTransport to TibRvaTransport and running in JAVA mode vs NATIVE = mode which bypasses the JNI calls to the C Tibco library functions and = calls pure Java functions as I understand it. So if I build jdk1.31p5 on FreeBSD 4.3 will it use native threads? Do I = need FreeBSD 4.4? Do I need a thread patch? Thanks a bunch ------=_NextPart_000_0110_01C16229.9EA550E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Here is a follow-up to getting TIB/RV working on FreeBSD and = Java:
 
I couldn't get Tibco's TIB/RV (Version 6.8) software to work on my = FreeBSD=20 4.3 machine using jdk1.2.2p10.  The VM kept crashing.  I = talked to=20 Tibco customer support and got the following reply:
 
  " Since the Java jdk only supports green threads on = FreeBSD 4.3=20 and Rendezvous (TIB/RV)
requires the use of native threads, the Java = API is=20 not supported on this
platform. "
 
So, I don't know if what customer support says is true.  But I = did=20 notice that I could not get the example TIB/RV programs to run on = jdk1.1.8 on=20 FreeBSD 4.3 either.   I did get the C example programs to = run.  I=20 was able to get the example program "tibrvlisten" to work by using rva = (instead=20 of rvd) and changing the transport from TibRvdTransport to = TibRvaTransport and=20 running in JAVA mode vs NATIVE mode which bypasses the JNI calls to the = C Tibco=20 library functions and calls pure Java functions as I understand = it.
 
So if I build jdk1.31p5 on FreeBSD 4.3 will it use native = threads?  Do=20 I need FreeBSD 4.4? Do I need a thread patch?
 
Thanks a bunch
------=_NextPart_000_0110_01C16229.9EA550E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message