From owner-freebsd-java Mon Aug 17 10:18:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03747 for freebsd-java-outgoing; Mon, 17 Aug 1998 10:18:57 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03729; Mon, 17 Aug 1998 10:18:50 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA26657; Mon, 17 Aug 1998 11:18:17 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA07269; Mon, 17 Aug 1998 11:18:16 -0600 Date: Mon, 17 Aug 1998 11:18:16 -0600 Message-Id: <199808171718.LAA07269@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: java@FreeBSD.ORG, java-port@FreeBSD.ORG, announce@FreeBSD.ORG Subject: JDK1.1.6-jdk1.1.6.V98-8-14.tar.gz is released X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is essentially the same as the previous JDK release, except that ServerSocket's didn't correctly set SO_REUSEADDR, causing some programs to fail. Note, the Multicast bug still exists in FreeBSD, which cause multicast programs to fail. See the FreeBSD Java WWW page for more information: http://www.freebsd.org/java Finally, there is still no ftp access to the JDK (yet). Until someone provides me with public ftp access the release will only be available via http. Bugs, requests, etc.. should be sent to freebsd-java@FreeBSD.org. - The FreeBSD Java team To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Aug 17 10:21:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04359 for freebsd-java-outgoing; Mon, 17 Aug 1998 10:21:48 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04353; Mon, 17 Aug 1998 10:21:42 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA26698; Mon, 17 Aug 1998 11:21:09 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA07297; Mon, 17 Aug 1998 11:21:07 -0600 Date: Mon, 17 Aug 1998 11:21:07 -0600 Message-Id: <199808171721.LAA07297@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mark Diekhans Cc: freebsd-java@FreeBSD.ORG, java-port@FreeBSD.ORG Subject: Re: ServerSocket broken in jdk1.1.6.V98-7-21 In-Reply-To: <199808141227.FAA04877@osprey.grizzly.com> References: <199808141227.FAA04877@osprey.grizzly.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > ServerSocket no longer works correctly in the 1.1.6.V98-7-21. It appears > not to set SO_REUSEADDR. Thus attempts to reopen a server socket fails > until the kernel decides to recycle the port. This worked correctly > in 1.1.5.V98-2-8. The enclosed program demonstrates the problem. Thanks for the bug report, the new release is now out, and available for download via the WWW site: http://www.freebsd.org/java. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Aug 17 12:04:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24291 for freebsd-java-outgoing; Mon, 17 Aug 1998 12:04:58 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from public.bta.net.cn (public.bta.net.cn [202.96.0.97]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA24278 for ; Mon, 17 Aug 1998 12:04:55 -0700 (PDT) (envelope-from robinson@public.bta.net.cn) Received: (from robinson@localhost) by public.bta.net.cn (8.9.1/8.9.1) id DAA26315 for freebsd-java@FreeBSD.org; Tue, 18 Aug 1998 03:04:18 +0800 (GMT) Date: Tue, 18 Aug 1998 03:04:18 +0800 (GMT) From: Michael Robinson Message-Id: <199808171904.DAA26315@public.bta.net.cn> To: freebsd-java@FreeBSD.ORG Subject: Re: JDK1.1.6-jdk1.1.6.V98-8-14.tar.gz is released Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Finally, there is still no ftp access to the JDK (yet). Until someone >provides me with public ftp access the release will only be available >via http. I have found that the GNU "wget" program is a useful substitute for ftp/reget when ftp is not available. It can "reget" an incomplete HTTP download, and has a nice ftp-style download progress display. -Michael Robinson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Aug 17 14:03:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19175 for freebsd-java-outgoing; Mon, 17 Aug 1998 14:03:57 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from hq.freegate.com (freegate.com [208.226.86.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id OAA19160 for ; Mon, 17 Aug 1998 14:03:55 -0700 (PDT) (envelope-from ravi@freegate.com) Received: (qmail+freegate 14348 invoked by alias); 17 Aug 1998 21:03:22 -0000 Received: from ws3-n0.hq.freegate.com (HELO ravi.hq.freegate.com) (208.226.86.131) by hq.freegate.com with SMTP; 17 Aug 1998 21:03:22 -0000 Reply-To: From: "Ravi Duvvuri" To: Date: Mon, 17 Aug 1998 13:57:03 -0700 Message-ID: <000901bdca21$96b4ba40$8356e2d0@ravi.hq.freegate.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org auth 16da2d6e unsubscribe freebsd-java ravi@freegate.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Aug 17 14:39:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26067 for freebsd-java-outgoing; Mon, 17 Aug 1998 14:39:23 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from osprey.grizzly.com (osprey.grizzly.com [209.133.20.178]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26004; Mon, 17 Aug 1998 14:39:13 -0700 (PDT) (envelope-from markd@Grizzly.COM) Received: (from markd@localhost) by osprey.grizzly.com (8.8.8/8.8.5) id OAA20155; Mon, 17 Aug 1998 14:38:39 -0700 (PDT) Date: Mon, 17 Aug 1998 14:38:39 -0700 (PDT) Message-Id: <199808172138.OAA20155@osprey.grizzly.com> From: Mark Diekhans To: nate@mt.sri.com CC: java@FreeBSD.ORG, java-port@FreeBSD.ORG In-reply-to: <199808171718.LAA07269@mt.sri.com> (message from Nate Williams on Mon, 17 Aug 1998 11:18:16 -0600) Subject: Re: JDK1.1.6-jdk1.1.6.V98-8-14.tar.gz is released References: <199808171718.LAA07269@mt.sri.com> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >This is essentially the same as the previous JDK release, except that >ServerSocket's didn't correctly set SO_REUSEADDR, causing some programs >to fail. Thanks Nate, works like a champ! (imagine trying to get this type of turnaround out of Sun) Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Aug 17 14:50:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29085 for freebsd-java-outgoing; Mon, 17 Aug 1998 14:50:07 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA28974; Mon, 17 Aug 1998 14:49:54 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id PAA28812; Mon, 17 Aug 1998 15:49:20 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id PAA09607; Mon, 17 Aug 1998 15:49:17 -0600 Date: Mon, 17 Aug 1998 15:49:17 -0600 Message-Id: <199808172149.PAA09607@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Nate Williams Cc: java@FreeBSD.ORG, java-port@FreeBSD.ORG, announce@FreeBSD.ORG Subject: Re: JDK1.1.6-jdk1.1.6.V98-8-14.tar.gz is released In-Reply-To: <199808171718.LAA07269@mt.sri.com> References: <199808171718.LAA07269@mt.sri.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Finally, there is still no ftp access to the JDK (yet). Until someone > provides me with public ftp access the release will only be available > via http. Thanks kindly to "David O'Brien" , we now have ftp access. ftp://ftp.nuxi.com/pub/FreeBSD/JDK Thanks David, and others who also wanted to help (even the Linux site who was willing to host it!). If there are some European sites willing to provide ftp access, let me know. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon Aug 17 23:22:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05956 for freebsd-java-outgoing; Mon, 17 Aug 1998 23:22:12 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from zone.syracuse.net (zone.syracuse.net [205.232.47.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05951 for ; Mon, 17 Aug 1998 23:22:10 -0700 (PDT) (envelope-from green@unixhelp.org) Received: from localhost (green@localhost) by zone.syracuse.net (8.8.8/8.8.7) with SMTP id CAA06101 for ; Tue, 18 Aug 1998 02:20:53 -0400 (EDT) Date: Tue, 18 Aug 1998 02:20:53 -0400 (EDT) From: Brian Feldman X-Sender: green@zone.syracuse.net To: java@FreeBSD.ORG Subject: How about gzip -9? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just hinting politely, it would be nice if you'd gzip -9 the jdk tars which would save around a megabyte of space. Cheers, Brian Feldman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue Aug 18 07:49:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA28053 for freebsd-java-outgoing; Tue, 18 Aug 1998 07:49:05 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from zaz.kom.auc.dk (zaz.kom.auc.dk [130.225.51.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA28047 for ; Tue, 18 Aug 1998 07:48:59 -0700 (PDT) (envelope-from aneks@kom.auc.dk) Received: from aneks.kom.auc.dk ([192.38.55.226]) by zaz.kom.auc.dk with esmtp (Exim 2.01 #1) id 0z8n09-0007C3-00; Tue, 18 Aug 1998 16:44:45 +0200 Received: (from aneks@localhost) by aneks.kom.auc.dk (8.8.8/8.8.8) id QAA06715; Tue, 18 Aug 1998 16:44:43 +0200 (CEST) (envelope-from aneks) From: Arne Norre Ekstroem Date: Tue, 18 Aug 1998 16:44:43 +0200 (CEST) To: freebsd-java@FreeBSD.ORG Cc: staff@sunsite.auc.dk, nate@mt.sri.com, nate@rocky.mt.sri.com Subject: Re: JDK1.1.6-jdk1.1.6.V98-8-14.tar.gz is released In-Reply-To: <199808172149.PAA09607@mt.sri.com> References: <199808171718.LAA07269@mt.sri.com> <199808172149.PAA09607@mt.sri.com> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <13785.35072.888888.143123@aneks.kom.auc.dk> Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "Nate" == Nate Williams writes: >> Finally, there is still no ftp access to the JDK (yet). Until >> someone provides me with public ftp access the release will only be >> available via http. Nate> Thanks kindly to "David O'Brien" , we now have Nate> ftp access. Nate> ftp://ftp.nuxi.com/pub/FreeBSD/JDK Nate> Thanks David, and others who also wanted to help (even the Linux Nate> site who was willing to host it!). If there are some European Nate> sites willing to provide ftp access, let me know. Hi, We will most likely be able to provide ftp access for your project at SunSITE Denmark. (http://sunsite.auc.dk) If you are interested, then please mail a description of your needs to staff@sunsite.auc.dk, and then we will do what we can to help you. Best regards, Arne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Aug 19 06:48:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA13504 for freebsd-java-outgoing; Wed, 19 Aug 1998 06:48:49 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from localhost.ziplink.net (kot.ne.mediaone.net [24.128.29.55]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA13491 for ; Wed, 19 Aug 1998 06:48:45 -0700 (PDT) (envelope-from mi@rtfm.ziplink.net) Received: from rtfm.ziplink.net (mi@rtfm [199.232.255.52]) by localhost.ziplink.net (8.8.8/8.8.7) with ESMTP id NAA06898 for ; Wed, 19 Aug 1998 13:48:05 GMT (envelope-from mi@rtfm.ziplink.net) Received: (from mi@localhost) by rtfm.ziplink.net (8.8.8/8.8.5) id JAA07374 for freebsd-java@FreeBSD.org; Wed, 19 Aug 1998 09:48:04 -0400 (EDT) From: Mikhail Teterin Message-Id: <199808191348.JAA07374@rtfm.ziplink.net> Subject: jdk1.1.6.V98-8-14 To: freebsd-java@FreeBSD.ORG Date: Wed, 19 Aug 1998 09:48:03 -0400 (EDT) X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA23428 for freebsd-java-outgoing; Wed, 19 Aug 1998 07:54:11 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA23421 for ; Wed, 19 Aug 1998 07:54:09 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id IAA14948; Wed, 19 Aug 1998 08:53:29 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id IAA19871; Wed, 19 Aug 1998 08:53:28 -0600 Date: Wed, 19 Aug 1998 08:53:28 -0600 Message-Id: <199808191453.IAA19871@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mikhail Teterin Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk1.1.6.V98-8-14 In-Reply-To: <199808191348.JAA07374@rtfm.ziplink.net> References: <199808191348.JAA07374@rtfm.ziplink.net> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I installed the jdk version 8-14 and can not get jre off the ground: > > mi@rtfm:~/f1java (752) /usr/local/java/bin/jre > ld.so failed: Undefined symbol "_xmDrawingAreaWidgetClass" in jre_X:/usr/local/java/lib/i386/green_threads/libawt.so.1.1.6 Is your DISPLAY environment set? These kinds of errors occur when the display environment is not set. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Aug 19 09:37:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11624 for freebsd-java-outgoing; Wed, 19 Aug 1998 09:37:12 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from www.video-collage.com (www.video-collage.com [206.15.171.132]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11618 for ; Wed, 19 Aug 1998 09:37:09 -0700 (PDT) (envelope-from mi@xxx.video-collage.com) Received: from xxx.video-collage.com (mi@xxx.video-collage.com [199.232.254.68]) by www.video-collage.com (8.8.5/8.8.5) with ESMTP id MAA23270; Wed, 19 Aug 1998 12:35:02 -0400 (EDT) Received: (from mi@localhost) by xxx.video-collage.com (8.8.8/8.8.7) id MAA05753; Wed, 19 Aug 1998 12:34:17 -0400 (EDT) (envelope-from mi) From: Mikhail Teterin Message-Id: <199808191634.MAA05753@xxx.video-collage.com> Subject: Re: jdk1.1.6.V98-8-14 In-Reply-To: <199808191453.IAA19871@mt.sri.com> from Nate Williams at "Aug 19, 98 08:53:28 am" To: nate@mt.sri.com (Nate Williams) Date: Wed, 19 Aug 1998 12:34:17 -0400 (EDT) Cc: freebsd-java@FreeBSD.ORG X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" I installed the jdk version 8-14 and can not get jre off the ground: => => mi@rtfm:~/f1java (752) /usr/local/java/bin/jre => ld.so failed: Undefined symbol "_xmDrawingAreaWidgetClass" in jre_X:/usr/local/java/lib/i386/green_threads/libawt.so.1.1.6 = =Is your DISPLAY environment set? These kinds of errors occur when the =display environment is not set. Yes it is. Moreover, the subsequent call to /usr/local/java/bin/java with the same arguments succeeds... -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Aug 19 10:06:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA16601 for freebsd-java-outgoing; Wed, 19 Aug 1998 10:06:00 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA16581 for ; Wed, 19 Aug 1998 10:05:57 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA15961; Wed, 19 Aug 1998 11:05:20 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA20746; Wed, 19 Aug 1998 11:05:18 -0600 Date: Wed, 19 Aug 1998 11:05:18 -0600 Message-Id: <199808191705.LAA20746@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mikhail Teterin Cc: nate@mt.sri.com (Nate Williams), freebsd-java@FreeBSD.ORG Subject: Re: jdk1.1.6.V98-8-14 In-Reply-To: <199808191634.MAA05753@xxx.video-collage.com> References: <199808191453.IAA19871@mt.sri.com> <199808191634.MAA05753@xxx.video-collage.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > => I installed the jdk version 8-14 and can not get jre off the ground: > => > => mi@rtfm:~/f1java (752) /usr/local/java/bin/jre > => ld.so failed: Undefined symbol "_xmDrawingAreaWidgetClass" in jre_X:/usr/local/java/lib/i386/green_threads/libawt.so.1.1.6 > = > =Is your DISPLAY environment set? These kinds of errors occur when the > =display environment is not set. > > Yes it is. Moreover, the subsequent call to /usr/local/java/bin/java with > the same arguments succeeds... Yep, my bad. Somehow the 'jre_X' binary didn't get linked with the Motif library. I'm re-building the binary now. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed Aug 19 10:12:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18346 for freebsd-java-outgoing; Wed, 19 Aug 1998 10:12:20 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18341 for ; Wed, 19 Aug 1998 10:12:18 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA15998; Wed, 19 Aug 1998 11:11:40 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA20794; Wed, 19 Aug 1998 11:11:38 -0600 Date: Wed, 19 Aug 1998 11:11:38 -0600 Message-Id: <199808191711.LAA20794@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mikhail Teterin Cc: nate@mt.sri.com (Nate Williams), freebsd-java@FreeBSD.ORG Subject: Re: jdk1.1.6.V98-8-14 In-Reply-To: <199808191634.MAA05753@xxx.video-collage.com> References: <199808191453.IAA19871@mt.sri.com> <199808191634.MAA05753@xxx.video-collage.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > => I installed the jdk version 8-14 and can not get jre off the ground: Can you re-download and try it again now? Nate ps. I did a bad thing and just re-rolled the tarfile, but the timestamps on the tar.gz file should have changed, so hopefully the mirrors will pick it up. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri Aug 21 06:07:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA01374 for freebsd-java-outgoing; Fri, 21 Aug 1998 06:07:47 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01362 for ; Fri, 21 Aug 1998 06:07:34 -0700 (PDT) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.8.8/8.8.8) id PAA13039 for freebsd-java@FreeBSD.ORG; Fri, 21 Aug 1998 15:06:28 +0200 (CEST) (envelope-from olli) Date: Fri, 21 Aug 1998 15:06:28 +0200 (CEST) From: Oliver Fromme Message-Id: <199808211306.PAA13039@dorifer.heim3.tu-clausthal.de> To: freebsd-java@FreeBSD.ORG Subject: Re: JDK1.1.6-jdk1.1.6.V98-8-14.tar.gz is released Newsgroups: list.freebsd-java Organization: Administration Heim 3 Reply-To: freebsd-java@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: TIN [version 1.2 RZTUC(3) PL2] Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nate Williams wrote in list.freebsd-java: > Thanks kindly to "David O'Brien" , we now have ftp > access. > > ftp://ftp.nuxi.com/pub/FreeBSD/JDK > > Thanks David, and others who also wanted to help (even the Linux site > who was willing to host it!). If there are some European sites willing > to provide ftp access, let me know. I've set up a mirror at ftp7.de.freebsd.org, which is located in Germany and connected to the German "B-WiN" backbone. It's accessible by both FTP and HTTP: ftp://ftp7.de.freebsd.org/pub/FreeBSD/JDK/ http://ftp7.de.freebsd.org/pub/FreeBSD/JDK/ You can also retrieve files from that server via an email gateway: ftpmail@ftp.tu-clausthal.de (send the word "help" to receive detailed information). In case someone out there is still using FSP -- you can use that, too (UDP port 21). Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message