From owner-freebsd-java Sun May 7 2:17:29 2000 Delivered-To: freebsd-java@freebsd.org Received: from ares.trc.adelaide.edu.au (ares.trc.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id 26D4E37B671 for ; Sun, 7 May 2000 02:17:24 -0700 (PDT) (envelope-from glewis@ares.trc.adelaide.edu.au) Received: (from glewis@localhost) by ares.trc.adelaide.edu.au (8.9.3/8.9.3) id SAA51290; Sun, 7 May 2000 18:47:15 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <200005070917.SAA51290@ares.trc.adelaide.edu.au> Subject: Re: ClassNotFoundError when running Java2Demo.jar In-Reply-To: <39136B61.2FBAA50C@ipass.net> from "Michael E. Mercer" at "May 5, 2000 08:46:25 pm" To: mmercer@ipass.net Date: Sun, 7 May 2000 18:47:14 +0930 (CST) Cc: "'FreeBSD Java mailing list'" X-Mailer: ELM [version 2.4ME+ PL70 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Michael, > FreeBSD 4.0-Stable > using patchset 7, unixODBC, dgs, am using the release build, > Note: I am using the release build to bootstrap the build process... > > however this exception is thrown using the release java and the build/freebsd > java... > I have verified that both these classes are in the jre/lib/rt.jar file. > > I would also like to mention that the window size for most applications are too > small, > what I mean is if I just act as if I am resizing the window, then all the inner > components > get resized correctly... Two things I've found recently improve things: 1. Lesstif 0.90.0 fixed some graphics quirks I was noticing with 0.89.9. 2. I'm testing a version of the awt toolkit which changes merged in from the Linux code that appears to lay things out a bit better (particularly in regards to the Java2DDemo, the Anim delay slider isn't all squeezed up and the Memory Monitor and Performance monitor are both visible). > anyways, > > Run the Java2Demo > > java -cp Java2Demo.jar Java2Demo > or > > java -jar Java2Demo.jar > > then goto the MIX tab, > in the java media box ( lower left ) in the Mix1 tab, > hit the play button on the sfx-medley.rmf > This exception is thrown. > > Exception occurred during event dispatching: > java.lang.NoClassDefFoundError: sun/audio/HaeDevice Difficult for me to test, as I haven't yet a machine with a working sound card setup (yet :). I did try it though and got: AudioPlayer exited; audio device may not be accessible. Which is entirely understandable :). I know Kees Jan Koster (take a look at his web page) has had some success playing sounds, although there appear to be some problems with the play back for patchset 7 (which I need to get back to him about :). -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun May 7 2:49:15 2000 Delivered-To: freebsd-java@freebsd.org Received: from ares.trc.adelaide.edu.au (ares.trc.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id 3A71137B650 for ; Sun, 7 May 2000 02:49:10 -0700 (PDT) (envelope-from glewis@ares.trc.adelaide.edu.au) Received: (from glewis@localhost) by ares.trc.adelaide.edu.au (8.9.3/8.9.3) id TAA51618; Sun, 7 May 2000 19:18:57 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <200005070948.TAA51618@ares.trc.adelaide.edu.au> Subject: Re: Alpha JDK 1.2.2 patchset 7 In-Reply-To: <551z3gqtah.wl@is.titech.ac.jp> from Fuyuhiko Maruyama at "May 6, 2000 11:57:58 am" To: Fuyuhiko Maruyama Date: Sun, 7 May 2000 19:18:57 +0930 (CST) Cc: glewis@trc.adelaide.edu.au, freebsd-java@freebsd.org X-Mailer: ELM [version 2.4ME+ PL70 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Fuyuhiko-san, An excellent set of reports and patches as usual :). Thanks! > 1. The _sigprocmask function (src/freebsd/hpi/green_threads/src/signals.c) > has never been called. > I think the _sigprocmask function is existing for wrapping syscall > by way of management the consistency of signal masks between each > green_threads, so it should be called for all unsafe (not well > handled or considered by VM's self) sigprocmask call, safe calls > may be written to call green_sigprocmask. Since patchset 7 and > older's are named _sigprocmask (with underscore!), it has never > called. It may be better to be renamed. I've gotten this reported independently in private email too. The patch from that email did things slightly differently, but it looks to me like the result is the same. > 2. A part of awt's internationalization doesn't work with non-Sun's > Motif. > src/freebsd/native/sun/awt/awt_util.c's awt_util_getIMStatusHeight > function may be used to calculates the Status Lines' height of > given Widget using *VENDOR PRIVATE AREAS*, and I feel the private > structure of Sun's Motif is completely different from others > including Software2Go's, Lesstif and (may be Metroworks's). > At this time, our best solution is always returning 0. In fact, I > think this is not so bad, because it may only needed for Solaris's > Motif integrated IM supports which doesn't exist in another Motif. > This is just the same solution of Blackdown's 1.2-pre-v2. > > It helps to run demo/applet/DitherTest. I tried merging in the version of awt_util_getIMStatusHeight from the Linux source code that Sun released, but appletviewer just dumps core when I try to run DitherTest :(. I think I will try returning zero as you say (at least while we are still using Lesstif). > 3. JIT compilers cannot handle NullPointerExceptions in JIT compiled > codes. > The function InitializeSignals() in > src/freebsd/javavm/runtime/signals_md.c installs some signal > handlers for JIT. In FreeBSD version, the handler for SIGSEGV is > commented out. It is needed not only for sunwjit but also OpenJIT > and shuJIT, FreeBSD version of tya seems to not use SIGSEGV but it > checks whether the pointer is null everytime (this costs too high!). Ok, I'll add this in. > 4. Incompatible type between int32_t(int, FreeBSD defined) and > jint(long, JDK defined) for x86. > This is not so serious problem, but javah outputs prototypes using > int32_t for Java's int when it works for old Native Method > Interface. In Solaris there is same problem and its solution is > defining int32_t long in src/solaris/javavm/include/typedefs_md.h. Right. We definitely need the uint32_t definition for consistency (I'll remove the one down lower for FreeBSD 2.2.x). I don't think we need the int8_t definition as well though, as this should match the FreeBSD definition. Why Sun have defined a 32 bit integer type that isn't 32 bits is a bit beyond me though... -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Sun May 7 8:30:57 2000 Delivered-To: freebsd-java@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id DA6B337B5B3; Sun, 7 May 2000 08:30:52 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id JAA15562; Sun, 7 May 2000 09:30:50 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id JAA22157; Sun, 7 May 2000 09:30:49 -0600 (MDT) (envelope-from nate) Date: Sun, 7 May 2000 09:30:49 -0600 (MDT) Message-Id: <200005071530.JAA22157@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Maxim Sobolev Cc: Nate Williams , java@freebsd.org, ports@freebsd.org Subject: Re: Java run-time only port In-Reply-To: <39150AE5.5E30CA0@altavista.net> References: <3913D553.3FB9784@altavista.net> <200005061514.JAA17519@nomad.yogotech.com> <39150AE5.5E30CA0@altavista.net> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > Does anyone considering to make a stripped down version of the JDK > > > port to provide only components necessary to run Java applications? > > > > The WWW page used to have a pointer to the JRE, but a port was never > > made out of it. It's still on the ftp sites, although I'm not sure if > > the WWW site still has a pointer to it. > > Thanks for pointing, I'll check it out. > > > In order to be 'legal', the JRE provided must contain all of the sources > > as distributed, although you might get away from stripping the non-X > > stuff from the JRE if the program you're running is a GUI version, or > > stripping the X stuff if it's a non-GUI version. > > Interesting point. But does it apply to the case when JDK distributed in > full but user have an option to install only part of it (or delete unneeded > parts straight after installation)? Yes, it applies. > For example: whether my current stripped down JDK should be threaten > as 'illegal'? It would be rather illogical if so. It's illegal because it contains some classes (the most obvious one being the compiler classes) that are not legal to distribute as part of the product. I'm not defending Sun's action, just telling you what they consider to be legal to distribute as part of the product, and your stripped down version is not legal. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon May 8 7:58: 1 2000 Delivered-To: freebsd-java@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id D0EE337B527 for ; Mon, 8 May 2000 07:57:58 -0700 (PDT) (envelope-from K.J.Koster@kpn.com) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #42699) with ESMTP id <01JP5XQBQ36K0000JB@research.kpn.com> for freebsd-java@freebsd.org; Mon, 8 May 2000 16:57:56 +0200 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id ; Mon, 08 May 2000 16:57:55 +0100 Content-return: allowed Date: Mon, 08 May 2000 16:57:50 +0100 From: "Koster, K.J." Subject: What happened to our blackdown port To: 'FreeBSD Java mailing list' Cc: 'Daniel Thom' Message-id: <59063B5B4D98D311BC0D0001FA7E452201313B94@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear FreeBSD Java people, Could someone tell my why the blackdown linux port is not in the regular ports tree? It's been used enough now to call it a "tested", I guess. :-) Kees Jan ============================================== You are only young once, but you can stay immature all your life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon May 8 17: 7:21 2000 Delivered-To: freebsd-java@freebsd.org Received: from www.kpi.com.au (www.kpi.com.au [203.39.132.210]) by hub.freebsd.org (Postfix) with ESMTP id D221B37BC82 for ; Mon, 8 May 2000 17:07:02 -0700 (PDT) (envelope-from shevlandj@kpi.com.au) Received: from kpi.com.au (www.kpi.com.au [203.39.132.210]) by www.kpi.com.au (8.9.3/8.9.3) with ESMTP id KAA59306; Tue, 9 May 2000 10:06:42 +1000 (EST) (envelope-from shevlandj@kpi.com.au) Message-ID: <39175852.E2B6B500@kpi.com.au> Date: Tue, 09 May 2000 10:14:10 +1000 From: Joe Shevland Organization: KPI Logistics Pty Ltd X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Koster, K.J." Cc: "'FreeBSD Java mailing list'" Subject: Re: What happened to our blackdown port References: <59063B5B4D98D311BC0D0001FA7E452201313B94@l04.research.kpn.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I can see the linux-jdk-1.2.2 port in my tree (from a 3.4-STABLE as of March 8) under /usr/ports/java. Is that the one? Regards, Joe "Koster, K.J." wrote: > > Dear FreeBSD Java people, > > Could someone tell my why the blackdown linux port is not in the regular > ports tree? > > It's been used enough now to call it a "tested", I guess. :-) > > Kees Jan > > ============================================== > You are only young once, > but you can stay immature all your life > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message -- Joe Shevland Principal Consultant KPI Logistics Pty Ltd http://www.kpi.com.au mailto:shevlandj@kpi.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Mon May 8 18:30:12 2000 Delivered-To: freebsd-java@freebsd.org Received: from hotmail.com (f113.law8.hotmail.com [216.33.241.113]) by hub.freebsd.org (Postfix) with SMTP id 0B8F937BC34 for ; Mon, 8 May 2000 18:30:08 -0700 (PDT) (envelope-from jmd526@hotmail.com) Received: (qmail 52124 invoked by uid 0); 9 May 2000 01:30:07 -0000 Message-ID: <20000509013007.52123.qmail@hotmail.com> Received: from 209.220.228.2 by www.hotmail.com with HTTP; Mon, 08 May 2000 18:30:07 PDT X-Originating-IP: [209.220.228.2] From: "John Daniels" To: freebsd-java@freebsd.org, freebsd-chat@freebsd.org, netbsd-users@netbsd.org, misc@openbsd.org Subject: *BSD RULES! (especially if you *VOTE*) Date: Mon, 08 May 2000 21:30:07 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi: If you have not seen my previous emails asking for your vote for a native port of Java on *BSD at Sun's Java Developers Connection (JDC), please vote now (JDC membership is free) at: * http://developer.java.sun.com/developer/bugParade/bugs/4288745.html If you would like more information, please see: * http://www.freebsd.org/java If have voted already, THANK YOU. Did you know that you have 3 votes? (unethical? Hey I don't make the rules) Now for some statistics: Since my first message about 3 weeks ago, nearly 400 votes have been recorded for the Java on FreeBSD Request for Enhancement (RFE), an increase of 13.4%! Our RFE now has 4 times as many votes as the #2 RFE, and as many votes as the next 8. The more votes that we can get, the more powerful is the *BSD message to Sun. FYI: IBM has announced an "early release" of JDK 1.3 on Linux. Several *BSD friendly folks have started requesting a port of the IBM JDK in the discussion forum at: * http://www.alphaworks.ibm.com/aw.nsf/discussion?ReadForm&/forum/linuxjdk.nsf/discussion?createdocument (Look for "FreeBSD support" in the Linux-JDK-1.3.0 discussion list.) This will be my last "get out the vote" message for a while, as I think that I have reached most people who care to vote. Lastly, I would like to thank the FreeBSD Java porting team once again for their outstanding efforts. I, myself, am not a part of the java porting team, just a user who would like to use a native port and support the *BSD platform. John PS Please forward this message to any person, list, or organization that may want to support this effort. ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue May 9 6:17:20 2000 Delivered-To: freebsd-java@freebsd.org Received: from ntua.gr (achilles.noc.ntua.gr [147.102.222.210]) by hub.freebsd.org (Postfix) with ESMTP id 5ED0937BE2D for ; Tue, 9 May 2000 06:17:14 -0700 (PDT) (envelope-from past@netmode.ece.ntua.gr) Received: from netmode.ece.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) by ntua.gr (8.9.3/8.9.3) with ESMTP id QAA08910; Tue, 9 May 2000 16:17:02 +0300 (EET DST) Received: by netmode.ece.ntua.gr (Postfix, from userid 410) id A0D6085C3; Tue, 9 May 2000 16:07:08 +0300 (EET DST) Date: Tue, 9 May 2000 16:07:08 +0300 From: Panagiotis Astithas To: Joe Shevland Cc: "Koster, K.J." , "'FreeBSD Java mailing list'" Subject: Re: What happened to our blackdown port Message-ID: <20000509160708.C11108@netmode.ece.ntua.gr> Reply-To: past@netmode.ntua.gr References: <59063B5B4D98D311BC0D0001FA7E452201313B94@l04.research.kpn.com> <39175852.E2B6B500@kpi.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <39175852.E2B6B500@kpi.com.au>; from shevlandj@kpi.com.au on Tue, May 09, 2000 at 10:14:10AM +1000 X-Organizational-Unit: Network Management and Optimal Design Laboratory X-Organization: National Technical University of Athens, GREECE X-Work-Phone: +30-1-772-1-450 X-Work-FAX: +30-1-772-1-452 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 09, 2000 at 10:14:10AM +1000, Joe Shevland wrote: > I can see the linux-jdk-1.2.2 port in my tree (from a 3.4-STABLE > as of March 8) under /usr/ports/java. Is that the one? In my ports tree (cvsupped today) it isn't. Neither in ports/java nor in ports/devel (as I saw in PR ports/16486). BTW, for FreeBSD 4-STABLE I had to change: PKGNAME= linux-jdk-1.2.2 to: PORTNAME= linux-jdk PORTVERSION= 1.2.2 -past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Tue May 9 15:53:38 2000 Delivered-To: freebsd-java@freebsd.org Received: from www.kpi.com.au (www.kpi.com.au [203.39.132.210]) by hub.freebsd.org (Postfix) with ESMTP id 2393A37BEB4 for ; Tue, 9 May 2000 15:53:32 -0700 (PDT) (envelope-from shevlandj@kpi.com.au) Received: from kpi.com.au (www.kpi.com.au [203.39.132.210]) by www.kpi.com.au (8.9.3/8.9.3) with ESMTP id IAA62360; Wed, 10 May 2000 08:52:40 +1000 (EST) (envelope-from shevlandj@kpi.com.au) Message-ID: <3918987C.1801E480@kpi.com.au> Date: Wed, 10 May 2000 09:00:12 +1000 From: Joe Shevland Organization: KPI Logistics Pty Ltd X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: past@netmode.ntua.gr Cc: "Koster, K.J." , "'FreeBSD Java mailing list'" Subject: Re: What happened to our blackdown port References: <59063B5B4D98D311BC0D0001FA7E452201313B94@l04.research.kpn.com> <39175852.E2B6B500@kpi.com.au> <20000509160708.C11108@netmode.ece.ntua.gr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Aah, I deeply apologize! I downloaded this port from a URL on the mailing list and dropped it into /usr/ports/java... trust me to pick the one machine on which I did it. Regards, Joe Panagiotis Astithas wrote: > > On Tue, May 09, 2000 at 10:14:10AM +1000, Joe Shevland wrote: > > I can see the linux-jdk-1.2.2 port in my tree (from a 3.4-STABLE > > as of March 8) under /usr/ports/java. Is that the one? > > In my ports tree (cvsupped today) it isn't. Neither in ports/java nor in > ports/devel (as I saw in PR ports/16486). > BTW, for FreeBSD 4-STABLE I had to change: > > PKGNAME= linux-jdk-1.2.2 > > to: > > PORTNAME= linux-jdk > PORTVERSION= 1.2.2 > > -past To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed May 10 0:11:19 2000 Delivered-To: freebsd-java@freebsd.org Received: from fgwmail6.fujitsu.co.jp (fgwmail6.fujitsu.co.jp [192.51.44.36]) by hub.freebsd.org (Postfix) with ESMTP id 58A2E37B5CB for ; Wed, 10 May 2000 00:11:15 -0700 (PDT) (envelope-from kumabu1@yoko.ssl.fujitsu.co.jp) Received: from m4.gw.fujitsu.co.jp by fgwmail6.fujitsu.co.jp (8.9.3/3.7W-MX0002-Fujitsu Gateway) id QAA04091 for ; Wed, 10 May 2000 16:11:14 +0900 (JST) (envelope-from kumabu1@yoko.ssl.fujitsu.co.jp) Received: from stork.ssl.fujitsu.co.jp by m4.gw.fujitsu.co.jp (8.9.3/3.7W-0003-Fujitsu Domain Master) id QAA07667; Wed, 10 May 2000 16:11:12 +0900 (JST) Received: from moscow.yoko.ssl.fujitsu.co.jp by stork.ssl.fujitsu.co.jp (8.9.1/3.7W03/07/00) id QAA24205 for ; Wed, 10 May 2000 16:11:11 +0900 (JST) Received: from tahoe.yoko.ssl.fujitsu.co.jp (tahoe.yoko.ssl.fujitsu.co.jp [10.36.224.51]) by moscow.yoko.ssl.fujitsu.co.jp (8.9.3/3.7W) with ESMTP id QAA19768 for ; Wed, 10 May 2000 16:11:11 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by tahoe.yoko.ssl.fujitsu.co.jp (8.9.3/3.6W-07/07/98) with ESMTP id QAA49145 for ; Wed, 10 May 2000 16:12:25 +0900 (JST) Date: Wed, 10 May 2000 16:12:25 +0900 (JST) To: freebsd-java@freebsd.org Subject: file.encoding property (Re: Alpha JDK 1.2.2 patchset 7) From: "Shin'ya Kumabuchi" In-Reply-To: Your message of "Fri, 28 Apr 2000 15:45:58 +0930 (CST)" <200004280615.PAA97858@ares.trc.adelaide.edu.au> References: <200004280615.PAA97858@ares.trc.adelaide.edu.au> X-Mailer: Mew version 1.93 on Emacs 20.5 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Wed_May_10_16:11:24_2000_518)--" Content-Transfer-Encoding: 7bit Message-Id: <20000510161225-49143G.kumabu1@tahoe.yoko.ssl.fujitsu.co.jp> X-Dispatcher: imput version 980905(IM100) Lines: 68 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----Next_Part(Wed_May_10_16:11:24_2000_518)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi. # I'm sorry for my poor English. There's no setup code for file.encoding property (because of insufficient i18n support in FreeBSD??). So I wrote ad-hoc patch for file.encoding, but this seems not to be smart :-( How about jdk1.1.8? # in runtime, need symlink to existing i18n.jar(e.g. blackdown's # jdk1.2.2 port), since it seems there's no i18n classes in # jdk1_2_2-src.tar.gz. Additionally, linking libxpg4.so into libjava.so seems not to take effect for me. (i.e. I must type `env LD_PRELOAD=/usr/lib/libxpg4.so /somewhere/bin/java ...') So I fixed build/freebsd/makefiles/Defs-freebsd.gmk too. Thanks. ----Next_Part(Wed_May_10_16:11:24_2000_518)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=java_props_md.c.patch --- src/freebsd/native/java/lang/java_props_md.c.~1~ Tue May 9 16:03:52 2000 +++ src/freebsd/native/java/lang/java_props_md.c Tue May 9 23:34:01 2000 @@ -241,7 +241,16 @@ * CharacterEncoding.java. */ #ifdef __FreeBSD__ - p = ""; + if (encoding) { + std_encoding = encoding; + if (!strcmp(encoding, "EUC") && std_region) { + sprintf(encoding_variant, "%s_%s", encoding, std_region); + std_encoding = encoding_variant; + } + p = strdup(std_encoding); + } else { + p = ""; + } #else p = nl_langinfo(CODESET); #endif ----Next_Part(Wed_May_10_16:11:24_2000_518)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=Defs-freebsd.gmk.patch --- build/freebsd/makefiles/Defs-freebsd.gmk.bak Tue May 9 16:02:36 2000 +++ build/freebsd/makefiles/Defs-freebsd.gmk Wed May 10 14:52:18 2000 @@ -163,7 +163,7 @@ # - libjvm is required for JNI # ifdef PROGRAM - LDLIBS_COMMON = -lhpi$(SUFFIX) $(JVMLIB) -lgcc -lc + LDLIBS_COMMON = -lhpi$(SUFFIX) $(JVMLIB) -lxpg4 -lgcc -lc endif # ----Next_Part(Wed_May_10_16:11:24_2000_518)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed May 10 6:19:21 2000 Delivered-To: freebsd-java@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id BA9AC37B578 for ; Wed, 10 May 2000 06:19:07 -0700 (PDT) (envelope-from phantom@bird.cris.net) Received: from bird.cris.net (bird.cris.net [212.110.128.67]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id QAA33456; Wed, 10 May 2000 16:17:50 +0300 (EEST) Received: (from phantom@localhost) by bird.cris.net (8.9.3/8.9.3) id QAA16736; Wed, 10 May 2000 16:17:36 +0300 (EEST) Date: Wed, 10 May 2000 16:17:36 +0300 (EEST) Message-Id: <200005101317.QAA16736@bird.cris.net> From: Alexey Zelkin To: kumabu@t3.rim.or.jp ("Shin'ya Kumabuchi"), java@FreeBSD.org Subject: Re: file.encoding property (Re: Alpha JDK 1.2.2 patchset 7) X-Newsgroups: cris.gate.freebsd.java In-Reply-To: <20000510161225-49143G.kumabu1@tahoe.yoko.ssl.fujitsu.co.jp> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/4.0-STABLE (i386)) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, In article <20000510161225-49143G.kumabu1@tahoe.yoko.ssl.fujitsu.co.jp> you wrote: > There's no setup code for file.encoding property (because of > insufficient i18n support in FreeBSD??). > So I wrote ad-hoc patch for file.encoding, but this seems not to be > smart :-( How about jdk1.1.8? What's up with FreeBSD locale support ? It's quite enough for me and all my applications. I am not java man, but if you need help with localization part contact me directly. Hope I can help you guys! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed May 10 15:55:10 2000 Delivered-To: freebsd-java@freebsd.org Received: from ares.trc.adelaide.edu.au (ares.trc.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id 8E8EB37B6DA for ; Wed, 10 May 2000 15:55:05 -0700 (PDT) (envelope-from glewis@ares.trc.adelaide.edu.au) Received: (from glewis@localhost) by ares.trc.adelaide.edu.au (8.9.3/8.9.3) id IAA82806; Thu, 11 May 2000 08:24:57 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <200005102254.IAA82806@ares.trc.adelaide.edu.au> Subject: Re: file.encoding property (Re: Alpha JDK 1.2.2 patchset 7) In-Reply-To: <20000510161225-49143G.kumabu1@tahoe.yoko.ssl.fujitsu.co.jp> from "Shin'ya Kumabuchi" at "May 10, 2000 04:12:25 pm" To: "Shin'ya Kumabuchi" Date: Thu, 11 May 2000 08:24:57 +0930 (CST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL70 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Shin'ya Kumabuchi wrote: > Hi. Konnichi wa Shin'ya-san! > # I'm sorry for my poor English. But its so much better than my Nihongo that I'm not even going to attempt to continue :). > There's no setup code for file.encoding property (because of > insufficient i18n support in FreeBSD??). > So I wrote ad-hoc patch for file.encoding, but this seems not to be > smart :-( How about jdk1.1.8? Hmmm, I haven't looked into the file.encoding stuff I must admit. Work is very bsuy for me at the moment. > # in runtime, need symlink to existing i18n.jar(e.g. blackdown's > # jdk1.2.2 port), since it seems there's no i18n classes in > # jdk1_2_2-src.tar.gz. Ok, I could probably include this in the patchset tarball and tell people where they should move it to in the instructions. > Additionally, linking libxpg4.so into libjava.so seems not to take > effect for me. (i.e. I must type `env LD_PRELOAD=/usr/lib/libxpg4.so > /somewhere/bin/java ...') > So I fixed build/freebsd/makefiles/Defs-freebsd.gmk too. Right, I'd hoped to avoid adding xpg4 to the main linking libraries, but its starting to look inevitable, so lets just do it. I assume the patch to java_props_md.c is to load the correct encoding? > Thanks. Thank you :). -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Wed May 10 16:27:10 2000 Delivered-To: freebsd-java@freebsd.org Received: from ares.trc.adelaide.edu.au (ares.trc.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id 7F85737BB16 for ; Wed, 10 May 2000 16:27:05 -0700 (PDT) (envelope-from glewis@ares.trc.adelaide.edu.au) Received: (from glewis@localhost) by ares.trc.adelaide.edu.au (8.9.3/8.9.3) id IAA82957; Thu, 11 May 2000 08:56:40 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <200005102326.IAA82957@ares.trc.adelaide.edu.au> Subject: Re: file.encoding property (Re: Alpha JDK 1.2.2 patchset 7) In-Reply-To: <200005101317.QAA16736@bird.cris.net> from Alexey Zelkin at "May 10, 2000 04:17:36 pm" To: Alexey Zelkin Date: Thu, 11 May 2000 08:56:40 +0930 (CST) Cc: freebsd-java@freebsd.org X-Mailer: ELM [version 2.4ME+ PL70 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Alexey Zelkin wrote: > > There's no setup code for file.encoding property (because of > > insufficient i18n support in FreeBSD??). > > So I wrote ad-hoc patch for file.encoding, but this seems not to be > > smart :-( How about jdk1.1.8? > > What's up with FreeBSD locale support ? It's quite enough for me and all > my applications. Its not the FreeBSD locale support, its getting it into the JDK 1.2.2 port correctly :). > I am not java man, but if you need help with localization part contact me > directly. Hope I can help you guys! I may well take you up on that once I get a better grasp of what is going on in this part of the code. -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu May 11 8: 6:32 2000 Delivered-To: freebsd-java@freebsd.org Received: from cypherpunks.ai (cypherpunks.ai [209.88.68.47]) by hub.freebsd.org (Postfix) with ESMTP id D632E37B564 for ; Thu, 11 May 2000 08:06:28 -0700 (PDT) (envelope-from jeroen@vangelderen.org) Received: from vangelderen.org (grolsch.ai [209.88.68.214]) by cypherpunks.ai (Postfix) with ESMTP id 377A350 for ; Thu, 11 May 2000 11:06:26 -0400 (AST) Message-ID: <391ACC74.73188C81@vangelderen.org> Date: Thu, 11 May 2000 11:06:28 -0400 From: "Jeroen C. van Gelderen" X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: 'FreeBSD Java mailing list' Subject: Re: What happened to our blackdown port References: <59063B5B4D98D311BC0D0001FA7E452201313B94@l04.research.kpn.com> <39175852.E2B6B500@kpi.com.au> <20000509160708.C11108@netmode.ece.ntua.gr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Panagiotis Astithas wrote: > > On Tue, May 09, 2000 at 10:14:10AM +1000, Joe Shevland wrote: > > I can see the linux-jdk-1.2.2 port in my tree (from a 3.4-STABLE > > as of March 8) under /usr/ports/java. Is that the one? > > In my ports tree (cvsupped today) it isn't. Neither in ports/java nor in > ports/devel (as I saw in PR ports/16486). > BTW, for FreeBSD 4-STABLE I had to change: What needs to be done to have somebody commit that port? Talking about a native JDK 1.2 is all nice but as long as we don't have it can we at least have a decent 1.2 alternative? Any takers? Cheers, Jeroen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu May 11 8:41:40 2000 Delivered-To: freebsd-java@freebsd.org Received: from wodan.di.nl (node12b46.a2000.nl [24.132.43.70]) by hub.freebsd.org (Postfix) with ESMTP id BE54037BC4D for ; Thu, 11 May 2000 08:41:25 -0700 (PDT) (envelope-from ewout@di.nl) Received: from gcc (gcc.wodan.di.nl [192.168.0.128]) by wodan.di.nl (Postfix) with SMTP id A7CEF112AC for ; Wed, 10 May 2000 21:33:02 +0200 (CEST) From: "Ewout Kramer" To: Subject: Socket read problem in 1.2.2? Date: Wed, 10 May 2000 21:22:58 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello there! I installed the JDK 1.2.2 alpha yesterday, and decided to give it a big test with one of my favorites: The JSP/Servlet server Tomcat v3.1 (from the Apache team). Unfortunately, the same Tomcat setup that works under 1.1.8 does not work under 1.2.2, giving the following exception: HANDLER THREAD PROBLEM: java.net.SocketException: Resource temporarily unavailable: Resource temporarily unavailable java.net.SocketException: Resource temporarily unavailable: Resource temporarily unavailable at java.net.SocketInputStream.socketRead(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:90) at java.io.BufferedInputStream.fill(BufferedInputStream.java:190) at java.io.BufferedInputStream.read(BufferedInputStream.java:208) at org.apache.tomcat.service.connector.AJP12RequestAdapter.readNextRequest(Ajp1 2ConnectionHandler.java:191) at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection (Ajp12ConnectionHandler.java:127) at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:334 ) at java.lang.Thread.run(Thread.java:479) I do not know anything about the internals of Tomcat, but since it was written for JDK 1.2.2 (with backward compat for 1.1.x) and does work fine under the official FreeBSD JDK1.1.8, I assume that something could be wrong here. Hope I'm not bothering you too much! Regards, Ewout (I am available for any extra info you might need) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu May 11 10: 2:55 2000 Delivered-To: freebsd-java@freebsd.org Received: from ns.rim.or.jp (ns.rim.or.jp [202.247.128.2]) by hub.freebsd.org (Postfix) with ESMTP id 547CD37BA40 for ; Thu, 11 May 2000 10:02:51 -0700 (PDT) (envelope-from kumabu@t3.rim.or.jp) Received: from rayearth.rim.or.jp (uucp@rayearth.rim.or.jp [202.247.130.242]) by ns.rim.or.jp (8.9.3/3.6W-RIMNET-98-06-09) with ESMTP id CAA75885 for ; Fri, 12 May 2000 02:02:49 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.8/3.5Wpl2-uucp1/RIMNET) with UUCP id CAA05358 for freebsd-java@FreeBSD.ORG; Fri, 12 May 2000 02:02:48 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by red.snark.rim.or.jp (8.9.3/3.5Wpl7-98011205) with ESMTP id BAA14193 for ; Fri, 12 May 2000 01:56:27 +0900 (JST) To: freebsd-java@FreeBSD.ORG Subject: Re: file.encoding property (Re: Alpha JDK 1.2.2 patchset 7) From: "Shin'ya Kumabuchi" In-Reply-To: Your message of "Thu, 11 May 2000 08:24:57 +0930 (CST)" <200005102254.IAA82806@ares.trc.adelaide.edu.au> References: <200005102254.IAA82806@ares.trc.adelaide.edu.au> X-Mailer: Mew version 1.93 on Emacs 20.4 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000512015626W.kumabu@t3.rim.or.jp> Date: Fri, 12 May 2000 01:56:26 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 33 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. Greg Lewis wrote: > But its so much better than my Nihongo that I'm not even going to attempt > to continue :). Thanks. :-) >> # in runtime, need symlink to existing i18n.jar(e.g. blackdown's >> # jdk1.2.2 port), since it seems there's no i18n classes in >> # jdk1_2_2-src.tar.gz. > Ok, I could probably include this in the patchset tarball and tell people > where they should move it to in the instructions. Sorry, now I found them in `ext' directory... So all we need is jdk1_2_2-src.tar.gz only. > I assume the patch to java_props_md.c is to load the correct encoding? Yes. This works in ja_JP.EUC locale at least, and I thik almost locales which current FreeBSD supports are OK. # I'm not familiar with locale issue. So I refered to # `/usr/share/locale' directory, internationalization section of JDK1.2 # document and src/share/classes/sun/io/CharacterEncoding.java. For example, Ichitaro Ark for Java Technology Preview(preview version of commercial Japanese word processor. This requires JDK1.2) works fine. Regards. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu May 11 17:39: 5 2000 Delivered-To: freebsd-java@freebsd.org Received: from ares.trc.adelaide.edu.au (ares.trc.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id B9FC637BBAA for ; Thu, 11 May 2000 17:39:01 -0700 (PDT) (envelope-from glewis@ares.trc.adelaide.edu.au) Received: (from glewis@localhost) by ares.trc.adelaide.edu.au (8.9.3/8.9.3) id KAA80698; Fri, 12 May 2000 10:08:25 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <200005120038.KAA80698@ares.trc.adelaide.edu.au> Subject: Re: Socket read problem in 1.2.2? In-Reply-To: from Ewout Kramer at "May 10, 2000 09:22:58 pm" To: Ewout Kramer Date: Fri, 12 May 2000 10:08:25 +0930 (CST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL70 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ewout Kramer wrote: > I installed the JDK 1.2.2 alpha yesterday, and decided to give it a big > test > with one of my favorites: The JSP/Servlet server Tomcat v3.1 (from the > Apache team). > > Unfortunately, the same Tomcat setup that works under 1.1.8 does not work > under 1.2.2, > giving the following exception: > > > HANDLER THREAD PROBLEM: java.net.SocketException: Resource temporarily > unavailable: Resource temporarily unavailable Yep, there is definitely a socket bug. I won't have time to look into it till at least the 20th though. Anyone else is welcome to have a go and send patches if they're successful :) -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Thu May 11 17:39:26 2000 Delivered-To: freebsd-java@freebsd.org Received: from ares.trc.adelaide.edu.au (ares.trc.adelaide.edu.au [129.127.246.5]) by hub.freebsd.org (Postfix) with ESMTP id BDCD337BBAA for ; Thu, 11 May 2000 17:39:22 -0700 (PDT) (envelope-from glewis@ares.trc.adelaide.edu.au) Received: (from glewis@localhost) by ares.trc.adelaide.edu.au (8.9.3/8.9.3) id KAA80705; Fri, 12 May 2000 10:09:14 +0930 (CST) (envelope-from glewis) From: Greg Lewis Message-Id: <200005120039.KAA80705@ares.trc.adelaide.edu.au> Subject: Re: file.encoding property (Re: Alpha JDK 1.2.2 patchset 7) In-Reply-To: <20000512015626W.kumabu@t3.rim.or.jp> from "Shin'ya Kumabuchi" at "May 12, 2000 01:56:26 am" To: "Shin'ya Kumabuchi" Date: Fri, 12 May 2000 10:09:14 +0930 (CST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL70 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Shin'ya Kumabuchi wrote: > > I assume the patch to java_props_md.c is to load the correct encoding? > > Yes. This works in ja_JP.EUC locale at least, and I thik almost locales > which current FreeBSD supports are OK. > > # I'm not familiar with locale issue. So I refered to > # `/usr/share/locale' directory, internationalization section of JDK1.2 > # document and src/share/classes/sun/io/CharacterEncoding.java. > > For example, Ichitaro Ark for Java Technology Preview(preview version > of commercial Japanese word processor. This requires JDK1.2) works > fine. Excellent! Thanks again for the patch :) -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 5083 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri May 12 6:58:21 2000 Delivered-To: freebsd-java@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id 9750D37BD93 for ; Fri, 12 May 2000 06:58:18 -0700 (PDT) (envelope-from K.J.Koster@kpn.com) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #42699) with ESMTP id <01JPBGTPMMB0000207@research.kpn.com> for freebsd-java@freebsd.org; Fri, 12 May 2000 15:58:16 +0200 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id ; Fri, 12 May 2000 15:58:14 +0100 Content-return: allowed Date: Fri, 12 May 2000 15:58:10 +0100 From: "Koster, K.J." Subject: RE: "java_g -prof" crash To: 'Bill Trost' Cc: 'FreeBSD Java mailing list' Message-id: <59063B5B4D98D311BC0D0001FA7E4522026D74F6@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > *** panic: > "../../../../src/freebsd/java/green_threads/src/schedule.c", > line 37: assertion failure > > This is a fairly easily repeated problem. I don't know if the > problem happens when using plain java. > Actually, this is simply an assertion that is always tripped when you use any of the xxx_g executables. Try running one of the demo's with java_g. Kees Jan ============================================== You are only young once, but you can stay immature all your life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri May 12 13: 5:36 2000 Delivered-To: freebsd-java@freebsd.org Received: from hotmail.com (oe17.law4.hotmail.com [216.33.148.121]) by hub.freebsd.org (Postfix) with SMTP id A770B37C1CD for ; Fri, 12 May 2000 12:58:52 -0700 (PDT) (envelope-from corysia@hotmail.com) Received: (qmail 9145 invoked by uid 65534); 12 May 2000 19:58:51 -0000 Message-ID: <20000512195851.9144.qmail@hotmail.com> X-Originating-IP: [134.242.99.74] From: "Corysia Taware" To: Subject: I would love to help test 1.2.2 Date: Fri, 12 May 2000 14:02:24 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01BFBC1A.B30C42C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_000B_01BFBC1A.B30C42C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I would love to help test the jdk 1.2.2, but I'm having trouble finding = all the pieces in order to build my own copy of the alpha release. Is = the compiled version available in a pkg somewhere? ------=_NextPart_000_000B_01BFBC1A.B30C42C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I would love to help test the jdk = 1.2.2, but I'm=20 having trouble finding all the pieces in order to build my own copy of = the alpha=20 release.  Is the compiled version available in a pkg=20 somewhere?
 
 
------=_NextPart_000_000B_01BFBC1A.B30C42C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message From owner-freebsd-java Fri May 12 13:24:52 2000 Delivered-To: freebsd-java@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 0D04E37BAAC for ; Fri, 12 May 2000 13:24:48 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id OAA17008; Fri, 12 May 2000 14:24:43 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id OAA24770; Fri, 12 May 2000 14:24:42 -0600 (MDT) (envelope-from nate) Date: Fri, 12 May 2000 14:24:42 -0600 (MDT) Message-Id: <200005122024.OAA24770@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Corysia Taware" Cc: Subject: Re: I would love to help test 1.2.2 In-Reply-To: <20000512195851.9144.qmail@hotmail.com> References: <20000512195851.9144.qmail@hotmail.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I would love to help test the jdk 1.2.2, but I'm having trouble > finding all the pieces in order to build my own copy of the alpha > release. Is the compiled version available in a pkg somewhere? Nope, although there may be an a.out release soon if I can figure out how to strip out symbols from a shared library under FreeBSD 2.2. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message