From owner-java@FreeBSD.ORG Sun Dec 7 11:18:37 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA15531 for java-outgoing; Sun, 7 Dec 1997 11:18:37 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from heron.doc.ic.ac.uk (heron.doc.ic.ac.uk [146.169.2.31]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA15523 for ; Sun, 7 Dec 1997 11:18:17 -0800 (PST) (envelope-from njs3@doc.ic.ac.uk) Received: from ash3.doc.ic.ac.uk [146.169.16.31] ([krLsAd6sqATLeSZ6RYxtHFEMH58MsguX]) by heron.doc.ic.ac.uk with smtp (Exim 1.62 #3) id 0xemDK-0004Y9-00; Sun, 7 Dec 1997 19:18:02 +0000 Received: from njs3 by ash3.doc.ic.ac.uk with local (Exim 1.62 #1) id 0xemCz-0000UT-00; Sun, 7 Dec 1997 19:17:41 +0000 From: njs3@doc.ic.ac.uk (Niall Smart) Date: Sun, 7 Dec 1997 19:17:41 +0000 X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: freebsd-java@FreeBSD.ORG Subject: which JDK to use? Message-Id: Sender: owner-java@FreeBSD.ORG Precedence: bulk Hi, I'm just wondering which JDK people are using? As far as I am aware I have four choices: - use the 1.0.2 port (this isn't really an option for me) - use the 1.1.3 port from http://www.csi.uottawa.ca/~kwhite/jdkbinaries/jdk1.1-FreeBSD.html - use the Linux port in emulation mode - use Kaffe Does anyone have any comments as to which of these is the best choice? Also, is an `official' 1.1.x port due? Thanks.. Niall From owner-java@FreeBSD.ORG Sun Dec 7 12:12:11 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA18300 for java-outgoing; Sun, 7 Dec 1997 12:12:11 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from osprey.grizzly.com (med.sc.scruznet.com [165.227.115.28]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA18260 for ; Sun, 7 Dec 1997 12:11:57 -0800 (PST) (envelope-from markd@osprey.grizzly.com) Received: (from markd@localhost) by osprey.grizzly.com (8.8.5/8.7.3) id MAA18882; Sun, 7 Dec 1997 12:13:24 -0800 (PST) Date: Sun, 7 Dec 1997 12:13:24 -0800 (PST) Message-Id: <199712072013.MAA18882@osprey.grizzly.com> From: Mark Diekhans To: njs3@doc.ic.ac.uk CC: freebsd-java@FreeBSD.ORG In-reply-to: (njs3@doc.ic.ac.uk) Subject: Re: which JDK to use? References: Sender: owner-java@FreeBSD.ORG Precedence: bulk Hi Niall, I have been doing a fair amount Java server development (i.e. not GUI) on FBSD... >I'm just wondering which JDK people are using? As far as I am aware I >have four choices: > > - use the 1.1.3 port from > > http://www.csi.uottawa.ca/~kwhite/jdkbinaries/jdk1.1-FreeBSD.html I have been meaning to try this, but ... > - use the Linux port in emulation mode This has been working so well for me that I have never found the time to try the native port. So far, the only problem I had was a JDBC driver that didn't work. I wouldn't let the warning about JDB not working in the native port deter you; JDB has proven so slow that its not worth the trouble on every platform I have tried it on. > - use Kaffe I have found Kaffe is not yet solid enough for doing a lot of development. It looks promissing though, it should get there. Mark From owner-java@FreeBSD.ORG Sun Dec 7 12:59:56 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA22375 for java-outgoing; Sun, 7 Dec 1997 12:59:56 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from vinyl.quickweb.com (vinyl.quickweb.com [209.112.4.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA22366 for ; Sun, 7 Dec 1997 12:59:35 -0800 (PST) (envelope-from mark@quickweb.com) Received: (from mark@localhost) by vinyl.quickweb.com (8.8.7/8.6.12) id QAA19766; Sun, 7 Dec 1997 16:01:01 -0500 (EST) Message-ID: <19971207160101.59527@vmunix.com> Date: Sun, 7 Dec 1997 16:01:01 -0500 From: Mark Mayo To: Niall Smart Cc: freebsd-java@FreeBSD.ORG Subject: Re: which JDK to use? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.85e In-Reply-To: ; from Niall Smart on Sun, Dec 07, 1997 at 07:17:41PM +0000 X-Operating-System: FreeBSD 2.2.5-STABLE i386 Sender: owner-java@FreeBSD.ORG Precedence: bulk On Sun, Dec 07, 1997 at 07:17:41PM +0000, Niall Smart wrote: > Hi, > > I'm just wondering which JDK people are using? As far as I am aware I > have four choices: > > - use the 1.0.2 port (this isn't really an option for me) This works really well. I've used the one from Jeffery Hsu and Keith White, both are good. I think the kwhite version is a little better (it doesn't have the dialog-window popup problem that the other port had). > - use the 1.1.3 port from > > http://www.csi.uottawa.ca/~kwhite/jdkbinaries/jdk1.1-FreeBSD.html As far as I know, this isn't 1.1.3 but the original 1.1 (1.1.1 I'm assuming..). I haven't gotten this to work right, and I couldn't get a hold of Keith to determine what the problem was (it was Motif related..). Other people are apparently using this port successfuly though, so it's probably just bad luck on my part! I'm not sure if Keith is still around, or what, but he certainly isn't answering any of my emails to find out what's going on with the 1.1.3 port of the JDK and JRE that he announced.. > > - use the Linux port in emulation mode This seems to work fairly well, at least under -CURRENT. When i tried it under 2.2.2 a while back, it complained about some missing ioctls, but I think they've since been added to the Linux core. > - use Kaffe Last time I tried Kaffe it ran like the blazes, but you couldn't use the AWT with it. There was an alternative available, but I never did bother to figure out if it was Sun AWT compatible, or if it was another Windowing kit entirely.. > Does anyone have any comments as to which of these is the best choice? > Also, is an `official' 1.1.x port due? Thanks.. Well, I don't think there will ever be an `official' JDK for FreeBSD, at least not from Sun's point of view.. There will however, be a somewhat official port in the FreeBSD port/package system (from the FreeBSD point of view). This list was just created, so I'm assuming there is now renewed interest in getting the ball rolling again and making some progress. For now, I would personally recomend using the Linux port of 1.1.3.. I'm sure more details will unfold in the weeks to come. -Mark > > > Niall -- ------------------------------------------------------------------------ Mark Mayo mark@vmunix.com RingZero Comp. http://www.vmunix.com/mark finger mark@vmunix.com for my PGP key and GCS code ------------------------------------------------------------------------ Win95/NT - 32 bit extensions and a graphical shell for a 16 bit patch to an an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition. -UGU From owner-java@FreeBSD.ORG Sun Dec 7 14:34:59 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA28966 for java-outgoing; Sun, 7 Dec 1997 14:34:59 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from livedev.livesystems.com (livedev.livesystems.com [207.211.32.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA28952 for ; Sun, 7 Dec 1997 14:34:51 -0800 (PST) (envelope-from tom.chappell@livesystems.com) Received: from tom.livesystems.com (tom.livesystems.com [207.211.32.70]) by livedev.livesystems.com (8.8.7/8.8.7) with SMTP id OAA01879 for ; Sun, 7 Dec 1997 14:24:39 -0800 (PST) (envelope-from tom.chappell@livesystems.com) Received: by localhost with Microsoft MAPI; Sun, 7 Dec 1997 14:24:39 -0800 Message-ID: <01BD031B.DA4B2500.tom.chappell@livesystems.com> From: Tom Chappell Reply-To: "tom.chappell@livesystems.com" To: "freebsd-java@FreeBSD.ORG" Subject: RE: which JDK to use? Date: Sun, 7 Dec 1997 14:24:38 -0800 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 Sender: owner-java@FreeBSD.ORG Precedence: bulk >Does anyone have any comments as to which of these is the best choice? > - use the 1.0.2 port (this isn't really an option for me) Me, neither...too much good stuff in java 1.1. > - use the 1.1 port from > http://www.csi.uottawa.ca/~kwhite/jdkbinaries/jdk1.1-FreeBSD.html I've been using the kwhite version so far without trouble; in particular, it's running Sun's Java Web Server without the problems that I had with the "blackdown" Linux version. A better choice of URL for the kwhite version is http://www.csi.uottawa.ca/~kwhite/javaport.html because it lists important license agreements (containing important access codes) and patches for this version. Also, be sure to follow the installation instructions carefully! I'm running 2.2-stable, and this version was bombing consistently for me until I followed the directions more carefully and installed it correctly. > - use the Linux port in emulation mode I was never able to get the "blackdown" Linux port to run Java Web Server reliably -- it would seem to come up, but then it would not reply to queries reliably, as if there were some sort of network I/O problem. Actually, it had precisely the same problem running under Linux. > - use Kaffe I haven't tried JWS under Kaffe yet; I'd be interested myself to hear of people running real-world biggish programs with kaffe -- it certainly seems to be darn fast. From owner-java@FreeBSD.ORG Sun Dec 7 14:50:54 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA00462 for java-outgoing; Sun, 7 Dec 1997 14:50:54 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from heron.doc.ic.ac.uk (cBSuFGTrv2dqQFegDZL6pmFEf2f/M3SY@heron.doc.ic.ac.uk [146.169.2.31]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA00426 for ; Sun, 7 Dec 1997 14:50:33 -0800 (PST) (envelope-from njs3@doc.ic.ac.uk) Received: from ash3.doc.ic.ac.uk [146.169.16.31] ([SeXJOq3XgZTkyjpwTr5t2cz4+RHrAN4y]) by heron.doc.ic.ac.uk with smtp (Exim 1.62 #3) id 0xepXD-00055n-00; Sun, 7 Dec 1997 22:50:47 +0000 Received: from njs3 by ash3.doc.ic.ac.uk with local (Exim 1.62 #1) id 0xepWr-0000Zh-00; Sun, 7 Dec 1997 22:50:25 +0000 From: njs3@doc.ic.ac.uk (Niall Smart) Date: Sun, 7 Dec 1997 22:50:25 +0000 In-Reply-To: Mark Diekhans "Re: which JDK to use?" (Dec 7, 12:13pm) X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: Mark Diekhans , njs3@doc.ic.ac.uk Subject: Re: which JDK to use? Cc: freebsd-java@FreeBSD.ORG Message-Id: Sender: owner-java@FreeBSD.ORG Precedence: bulk On Dec 7, 12:13pm, Mark Diekhans wrote: } Subject: Re: which JDK to use? > > Hi Niall, > > I have been doing a fair amount Java server development (i.e. not GUI) > on FBSD... I just gave up on solaris 2.6/Intel, its too damn slow, and i've been having problems with my window manager's stability that I am hoping to cure by moving to FreeBSD. (I even recompiled XFree86 on Solaris 2.6, didn't help) > > - use the Linux port in emulation mode > > This has been working so well for me that I have never found the time > to try the native port. So far, the only problem I had was a JDBC > driver that didn't work. Cool, I am just doing command-line type stuff so this won't affect me. > I wouldn't let the warning about JDB not working in the native > port deter you; JDB has proven so slow that its not worth the > trouble on every platform I have tried it on. Hmm, is it even useful? I gave it a brief glance, it seems it can only invoke the toString() methods on a function, not very useful. Do you know of any good debuggers that I can use for Java under FreeBSD? Thanks for your help, I'll give the linux version a shot. Niall From owner-java@FreeBSD.ORG Sun Dec 7 15:49:36 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA04463 for java-outgoing; Sun, 7 Dec 1997 15:49:36 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from osprey.grizzly.com (med.sc.scruznet.com [165.227.115.28]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA04453 for ; Sun, 7 Dec 1997 15:49:20 -0800 (PST) (envelope-from markd@osprey.grizzly.com) Received: (from markd@localhost) by osprey.grizzly.com (8.8.5/8.7.3) id PAA13749; Sun, 7 Dec 1997 15:50:48 -0800 (PST) Date: Sun, 7 Dec 1997 15:50:48 -0800 (PST) Message-Id: <199712072350.PAA13749@osprey.grizzly.com> From: Mark Diekhans To: njs3@doc.ic.ac.uk CC: freebsd-java@FreeBSD.ORG In-reply-to: (njs3@doc.ic.ac.uk) Subject: Re: which JDK to use? References: Sender: owner-java@FreeBSD.ORG Precedence: bulk >From: njs3@doc.ic.ac.uk (Niall Smart) >I just gave up on solaris 2.6/Intel, its too damn slow, and i've been >having problems with my window manager's stability that I am hoping to >cure by moving to FreeBSD. (I even recompiled XFree86 on Solaris 2.6, >didn't help) Sun doesn't really seem to care about Solaris/Intel, and this is understandable, as they make their money on hardware. FreeBSD has been a wonderfully stable and powerful development environment. >Do you know of any good debuggers that I can use for Java under FreeBSD? System.out.println() :_) Seriously, it works pretty well. At least 60% of the bugs I have encountered can be figured out by looking at the exception stack. For the rest, I have found Java to have a rather fast compile-run cycle, as the classes tend to be small. Sticking in println's and reruning might be crude, but its been a lot faster then waiting on JDB. Designing some debugging tracing from the start is not a bad idea. Have fun, Mark From owner-java@FreeBSD.ORG Sun Dec 7 17:39:06 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA13133 for java-outgoing; Sun, 7 Dec 1997 17:39:06 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from saffron.fsl.noaa.gov (saffron.fsl.noaa.gov [137.75.253.44]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA13115 for ; Sun, 7 Dec 1997 17:38:53 -0800 (PST) (envelope-from kelly@fsl.noaa.gov) Received: from fsl.noaa.gov (localhost [127.0.0.1]) by saffron.fsl.noaa.gov (8.8.5/8.8.5) with ESMTP id SAA00306 for ; Sun, 7 Dec 1997 18:38:13 -0700 (MST) Message-ID: <348B4F83.76966A11@fsl.noaa.gov> Date: Sun, 07 Dec 1997 18:38:12 -0700 From: Sean Kelly Organization: NOAA/CIRA X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: bsd.java.mk Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Developers: Have any of you come up with a FreeBSD-styled bsd.java.mk yet? My development's reached a point where I've got a fair number of classes and packages that I could really stand to unify things a bit. And before I reinvent the wheel, I thought I'd ask to see if anyone's explored that territory already. If so, does your solution support JNI file generation? Javadoc creation? RMIC stub/skeleton generation? Thanks. --Sean From owner-java@FreeBSD.ORG Sun Dec 7 22:22:09 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA03906 for java-outgoing; Sun, 7 Dec 1997 22:22:09 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from lab321.ru (anonymous1.omsk.net.ru [194.226.32.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA03872 for ; Sun, 7 Dec 1997 22:21:30 -0800 (PST) (envelope-from toor@lab321.ru) Received: (from root@localhost) by lab321.ru (8.8.5-MVC-230497/8.8.5) id LAA11976 for freebsd-java@freebsd.org; Mon, 8 Dec 1997 11:40:16 +0600 (OSK) Date: Mon, 8 Dec 1997 11:40:16 +0600 (OSK) From: Eugeny Kuzakov Message-Id: <199712080540.LAA11976@lab321.ru> To: freebsd-java@FreeBSD.ORG Subject: subscribtions test. Just Ignore. Sender: owner-java@FreeBSD.ORG Precedence: bulk Sorry. Eugeny. From owner-java@FreeBSD.ORG Sun Dec 7 22:25:48 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA04246 for java-outgoing; Sun, 7 Dec 1997 22:25:48 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA04235 for ; Sun, 7 Dec 1997 22:25:42 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id WAA21835; Sun, 7 Dec 1997 22:25:07 -0800 (PST) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma021826; Sun Dec 7 22:24:56 1997 Received: (from archie@localhost) by bubba.whistle.com (8.8.5/8.6.12) id WAA09086; Sun, 7 Dec 1997 22:24:51 -0800 (PST) From: Archie Cobbs Message-Id: <199712080624.WAA09086@bubba.whistle.com> Subject: Re: bsd.java.mk In-Reply-To: <348B4F83.76966A11@fsl.noaa.gov> from Sean Kelly at "Dec 7, 97 06:38:12 pm" To: kelly@fsl.noaa.gov (Sean Kelly) Date: Sun, 7 Dec 1997 22:24:51 -0800 (PST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Sean Kelly writes: > > Have any of you come up with a FreeBSD-styled bsd.java.mk yet? My > development's reached a point where I've got a fair number of classes > and packages that I could really stand to unify things a bit. And > before I reinvent the wheel, I thought I'd ask to see if anyone's > explored that territory already. > > If so, does your solution support JNI file generation? Javadoc > creation? RMIC stub/skeleton generation? Yes! :-) Here are three makefiles that I wrote a while back when I was playing with this stuff. These support compiling class files from .java files, as well as kaffe native libraries (with hooks for other native interfaces). This is just a start, really... but it goes a long way, thanks to the tidyness of the Java language. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com begin 644 javamk.tgz M'XL(`"*2BS0"`^U8;6^;2!#V5_@5T]2JFFL")G89V6=\Z?@^42(G"SZ2#\Y' M1[FZ;/QHTEJM;J<##0!M;[-_1H^A:7H]N+R;!EL?05-V0'O^?$]M==36#K2Z M/:W3TS3@9P7&YVMHRH_EQW`\TB?F6V-J6P-;.D9]2.-%XA+P@Y"DX,91Y@11 M$,V`NP"/N*&3X',D#Q4$44I+[F";5\0IV>\VE+FS-('&*1B2YT@PC+#@[Q? MK9"460K0(R"1>P.Q#_SDBHR*(_BP2C-95OPX@:%Y8J#^G<"K1]^K)`L/0&W> M4N5<_N9*3^(/969A^J8IS:ZO;^@O60*^*YZX.6Q?."F!BA%UAC__H(?C,WWP M1C\T#D_,#`SNQND@3-8Q=)U2#R`T7'E&9=7DP/-$/[6D@IG:C#!WA-0)[LN[$WL%NZ#"B.U?05PB!)X7FZ3&.=X6@?82#I6?>,I- MK;!-S]Y2MM0MBL?+G'G&!4JK!5*W%Q?EUPXX6%<"G\=,O*<\R$V*K1Z1J^OL MIN3(1?SGMH$(3\$?67I%4:$QFECO.2PLT-D^>#%':,U;8W`T9HAMH]_OOT`& MOIQ9PW=YL\D4-_:YI$'WTT1YRLP+)H-^RN#/RP\EKB=@;BH9QAQ/42T$LB5WJ%7^I/>`3; M]&"*ZLR;M\O2S@6P.V7'_O<^9',2\2,C[CR&C>9MD1\YM;,=0V&`)SXR9P(' M\QXY5P*'IGW^0/<;RV_U`UPR2_!`S\RQ'^S+DN`;%<9G[W,A@#7O:ZX%OVA> M,/.0"&@6X,BW'/S6/B6=`1,??N.YA5G%[@>>.'*9-]27T.M8LF,(V!F*8N:M M!)LK@K,TPQE_O9[%KKQ)M[(J[*\MD<]X6:5/[PQ:YUR^I_*2^*NA:KJGKZ99$MR[V&IC755%-- >-=544TTUU51333755%---=54TW?2%^/S:GX`*``` ` end From owner-java@FreeBSD.ORG Mon Dec 8 00:13:48 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA15169 for java-outgoing; Mon, 8 Dec 1997 00:13:48 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from penguin.wise.edt.ericsson.se (penguin-ext.wise.edt.ericsson.se [194.237.142.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA15153 for ; Mon, 8 Dec 1997 00:13:35 -0800 (PST) (envelope-from etorwi@eto.ericsson.se) Received: from hisoy0 (hisoy0.eto.ericsson.se [193.161.188.2]) by penguin.wise.edt.ericsson.se (8.7.5/8.7.3/glacier-1.12) with SMTP id JAA09095 for ; Mon, 8 Dec 1997 09:13:29 +0100 (MET) Received: from gargleblaster by hisoy0 (5.0/LME-DOM-2.2.3 (hisoy)) id AA19693; Mon, 8 Dec 1997 09:13:25 +0100 Received: by gargleblaster (5.0/client-1.5 (hisoy)) id AA13413; Mon, 8 Dec 1997 09:16:10 +0100 Date: Mon, 8 Dec 1997 09:16:10 +0100 Message-Id: <9712080816.AA13413@gargleblaster> From: Raymond Wiker To: freebsd-java@FreeBSD.ORG Subject: Re: which JDK to use? In-Reply-To: <19971207160101.59527@vmunix.com> References: <19971207160101.59527@vmunix.com> X-Mailer: VM 6.31 under 20.2 XEmacs Lucid Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk Mark Mayo writes: > > http://www.csi.uottawa.ca/~kwhite/jdkbinaries/jdk1.1-FreeBSD.html > > As far as I know, this isn't 1.1.3 but the original 1.1 (1.1.1 I'm > assuming..). I haven't gotten this to work right, and I couldn't > get a hold of Keith to determine what the problem was (it was > Motif related..). Other people are apparently using this port > successfuly though, so it's probably just bad luck on my part! I had some trouble with this, until I deleted a font properties file (can't remember the name, but it was somewhere under jdk1.1/lib). The error I was getting was (surprise) a java.nullPointerException. //Raymond. From owner-java@FreeBSD.ORG Mon Dec 8 01:33:16 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA21636 for java-outgoing; Mon, 8 Dec 1997 01:33:16 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from lab321.ru (anonymous1.omsk.net.ru [194.226.32.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA21302 for ; Mon, 8 Dec 1997 01:27:27 -0800 (PST) (envelope-from kev@lab321.ru) Received: from Kev.l321.omsk.net.ru (kev.l321.omsk.net.ru [194.226.33.68]) by lab321.ru (8.8.5-MVC-230497/8.8.5) with ESMTP id PAA15055; Mon, 8 Dec 1997 15:22:34 +0600 (OSK) Date: Mon, 8 Dec 1997 15:24:42 +0000 (GMT) From: Eugeny Kuzakov X-Sender: kev@Kev.l321.omsk.net.ru To: Raymond Wiker cc: freebsd-java@FreeBSD.ORG Subject: Re: which JDK to use? In-Reply-To: <9712080816.AA13413@gargleblaster> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk On Mon, 8 Dec 1997, Raymond Wiker wrote: > Mark Mayo writes: > > > http://www.csi.uottawa.ca/~kwhite/jdkbinaries/jdk1.1-FreeBSD.html > > > > As far as I know, this isn't 1.1.3 but the original 1.1 (1.1.1 I'm > > assuming..). I haven't gotten this to work right, and I couldn't > > get a hold of Keith to determine what the problem was (it was > > Motif related..). Other people are apparently using this port > > successfuly though, so it's probably just bad luck on my part! > > I had some trouble with this, until I deleted a font > properties file (can't remember the name, but it was somewhere under > jdk1.1/lib). The error I was getting was (surprise) a > java.nullPointerException. cd $JAVA_HOME/lib mkdir fontprops mv font.prop* fontprops And use ! But I want jdk 1.1.4...:( Best wishes, Eugeny Kuzakov Laboratory 321 ( Omsk, Russia ) kev@lab321.ru From owner-java@FreeBSD.ORG Mon Dec 8 01:53:06 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA23097 for java-outgoing; Mon, 8 Dec 1997 01:53:06 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from hotpoint.dcs.qmw.ac.uk (hotpoint.dcs.qmw.ac.uk [138.37.88.162]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA23078 for ; Mon, 8 Dec 1997 01:52:54 -0800 (PST) (envelope-from scott@dcs.qmw.ac.uk) Received: from andromeda.dcs.qmw.ac.uk [138.37.89.2]; by hotpoint.dcs.qmw.ac.uk (8.8.7/8.8.5/S-4.0) with SMTP; id JAA23971; Mon, 8 Dec 1997 09:52:05 GMT Date: Mon, 8 Dec 1997 09:52:29 GMT Message-Id: <199712080952.JAA18899@andromeda> From: Scott Mitchell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Mark Diekhans Cc: njs3@doc.ic.ac.uk, freebsd-java@FreeBSD.ORG Subject: Re: which JDK to use? In-Reply-To: <199712072013.MAA18882@osprey.grizzly.com> References: <199712072013.MAA18882@osprey.grizzly.com> X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-java@FreeBSD.ORG Precedence: bulk Mark Diekhans said: > >Hi Niall, > > I have been doing a fair amount Java server development (i.e. not GUI) >on FBSD... > [...] >> - use the Linux port in emulation mode > >This has been working so well for me that I have never found the time >to try the native port. So far, the only problem I had was a JDBC >driver that didn't work. Ditto. The only problem I can see is that linking the JVM with 'native' code (something that I unfortunately need to do) would require building Linux shared libs. Otherwise it works perfectly. Scott -- =========================================================================== Scott Mitchell | PGP Key ID |"If I can't have my coffee, I'm just | 0xE8A64271 | like a dried up piece of roast goat" QMW College, London, UK | | -- J. S. Bach. From owner-java@FreeBSD.ORG Mon Dec 8 08:05:57 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA17232 for java-outgoing; Mon, 8 Dec 1997 08:05:57 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from keymaster.fsl.noaa.gov (root@keymaster.fsl.noaa.gov [137.75.131.182]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA17216 for ; Mon, 8 Dec 1997 08:05:44 -0800 (PST) (envelope-from kelly@fsl.noaa.gov) Received: from cardinal.fsl.noaa.gov (cardinal.fsl.noaa.gov [137.75.60.101]) by keymaster.fsl.noaa.gov (8.8.5/8.8.5) with ESMTP id QAA23309; Mon, 8 Dec 1997 16:05:33 GMT Received: from fsl.noaa.gov (auk.fsl.noaa.gov [137.75.60.124]) by cardinal.fsl.noaa.gov (8.8.5/8.8.5) with ESMTP id QAA00740; Mon, 8 Dec 1997 16:05:33 GMT Message-ID: <348C1ACC.2678FF01@fsl.noaa.gov> Date: Mon, 08 Dec 1997 09:05:32 -0700 From: Sean Kelly Organization: CIRA/NOAA X-Mailer: Mozilla 4.03 [en] (X11; I; HP-UX B.10.20 9000/725) MIME-Version: 1.0 To: Archie Cobbs CC: freebsd-java@FreeBSD.ORG Subject: Re: bsd.java.mk References: <199712080624.WAA09086@bubba.whistle.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Archie! Thanks for the makefile definitions. They seem nearly ideal! The only thing I'd add is perhaps a variable, say REMOTE_CLASSES, that specify what classes need rmic run on them. --Sean From owner-java@FreeBSD.ORG Mon Dec 8 08:33:52 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA19248 for java-outgoing; Mon, 8 Dec 1997 08:33:52 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from zeus.gel.usherb.ca (zeus.gel.usherb.ca [132.210.70.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA19240 for ; Mon, 8 Dec 1997 08:33:33 -0800 (PST) (envelope-from alex.boisvert@gel.usherb.ca) Received: from castor.gel.usherb.ca. (castor.gel.usherb.ca [132.210.70.4]) by zeus.gel.usherb.ca (8.8.8/8.8.8) with ESMTP id LAA12806 for ; Mon, 8 Dec 1997 11:33:23 -0500 (EST) Received: (from boia01@localhost) by castor.gel.usherb.ca. (8.8.8/8.8.8) id LAA20131; Mon, 8 Dec 1997 11:33:23 -0500 (EST) Date: Mon, 8 Dec 1997 11:33:22 -0500 (EST) From: "Alex.Boisvert" To: freebsd-java@FreeBSD.ORG Subject: Beta JDK 1.1.2 port for FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk Hello - I just uploaded a new port of Sun's JDK 1.1.2 for FreeBSD at: "ftp://ftp.freebsd.org/pub/FreeBSD/incoming" Right now, there are two files, but only one is the right one: "jdk1.1.2-fbsd1.tgz.good" This is a "beta" release for people on this list, it'll probably release another one in 2 weeks, after I get some initial comments on it. Have fun, Alex Boisvert From owner-java@FreeBSD.ORG Mon Dec 8 10:13:22 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25817 for java-outgoing; Mon, 8 Dec 1997 10:13:22 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA25812 for ; Mon, 8 Dec 1997 10:13:14 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id KAA25359; Mon, 8 Dec 1997 10:12:43 -0800 (PST) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma025355; Mon Dec 8 10:12:14 1997 Received: (from archie@localhost) by bubba.whistle.com (8.8.5/8.6.12) id KAA10547; Mon, 8 Dec 1997 10:12:10 -0800 (PST) From: Archie Cobbs Message-Id: <199712081812.KAA10547@bubba.whistle.com> Subject: Re: bsd.java.mk In-Reply-To: <348C1ACC.2678FF01@fsl.noaa.gov> from Sean Kelly at "Dec 8, 97 09:05:32 am" To: kelly@fsl.noaa.gov (Sean Kelly) Date: Mon, 8 Dec 1997 10:12:10 -0800 (PST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Sean Kelly writes: > Thanks for the makefile definitions. They seem nearly ideal! > > The only thing I'd add is perhaps a variable, say REMOTE_CLASSES, that > specify what classes need rmic run on them. I'm not familiar with rmic, but by all means, we can start with these and morph as necessary. Add away :-) It would be nice to maintain a single set of makefiles that everyone could use and contribute to. We need a jni.nativejava.mk and jni.nativelib.mk, for example, corresponding to the kaffe versions... or maybe there's a better way to structure the native stuff. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com From owner-java@FreeBSD.ORG Mon Dec 8 12:08:13 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA05838 for java-outgoing; Mon, 8 Dec 1997 12:08:13 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA05758 for ; Mon, 8 Dec 1997 12:07:32 -0800 (PST) (envelope-from jonc@pinnacle.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by mail.iconz.co.nz (8.8.7/8.8.7) with ESMTP id JAA063700881611317; Tue, 9 Dec 1997 09:01:57 +1300 (NZDT) Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id JAA05867; Tue, 9 Dec 1997 09:01:57 +1300 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id IAA28739; Tue, 9 Dec 1997 08:53:27 +1300 (NZDT) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id IAA21201; Tue, 9 Dec 1997 08:53:26 +1300 (NZDT) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Tue, 9 Dec 1997 08:53:26 +1300 (NZDT) From: Jonathan Chen To: Eugeny Kuzakov cc: freebsd-java@FreeBSD.ORG Subject: Re: which JDK to use? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk On Mon, 8 Dec 1997, Eugeny Kuzakov wrote: > But I want jdk 1.1.4...:( JDK 1.1.5 was just released last week... Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards From owner-java@FreeBSD.ORG Mon Dec 8 12:16:30 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA06400 for java-outgoing; Mon, 8 Dec 1997 12:16:30 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA06387 for ; Mon, 8 Dec 1997 12:16:22 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id MAA26231; Mon, 8 Dec 1997 12:15:46 -0800 (PST) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma026227; Mon Dec 8 12:15:31 1997 Received: (from archie@localhost) by bubba.whistle.com (8.8.5/8.6.12) id MAA11017; Mon, 8 Dec 1997 12:15:31 -0800 (PST) From: Archie Cobbs Message-Id: <199712082015.MAA11017@bubba.whistle.com> Subject: Re: bsd.java.mk In-Reply-To: <19971208135859.45517@functional.com> from Giao Nguyen at "Dec 8, 97 01:58:59 pm" To: grail@functional.com (Giao Nguyen) Date: Mon, 8 Dec 1997 12:15:31 -0800 (PST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Giao Nguyen writes: > > It would be nice to maintain a single set of makefiles that everyone > > could use and contribute to. > > Could we also stick what we have right now onto a webserver/ftp server > somewhere? Mabey a CVS repository? For now... ftp://ftp.whistle.com/pub/archie/java -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com From owner-java@FreeBSD.ORG Mon Dec 8 16:56:17 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA06272 for java-outgoing; Mon, 8 Dec 1997 16:56:17 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from maila.telia.com (root@maila.telia.com [194.236.189.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA06260 for ; Mon, 8 Dec 1997 16:56:05 -0800 (PST) (envelope-from girgen@partitur.se) Received: from d1o62.telia.com (root@d1o62.telia.com [195.198.198.241]) by maila.telia.com (8.8.8/8.8.5) with ESMTP id BAA02106 for ; Tue, 9 Dec 1997 01:54:55 +0100 (MET) Received: from partitur.se (t8o62p21.telia.com [195.198.199.201]) by d1o62.telia.com (8.8.5/8.8.5) with ESMTP id BAA02235 for ; Tue, 9 Dec 1997 01:55:44 +0100 (MET) Message-ID: <348C9764.36AF5F4@partitur.se> Date: Tue, 09 Dec 1997 01:57:08 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: JDBC & servlet API on FreeBSD? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Hi! I'm planning to do some work with Java using JDBC and the Servlet API. Does theese parts of Java work with the JDK ports to FreeBSD? /Palle From owner-java@FreeBSD.ORG Mon Dec 8 18:49:11 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA16928 for java-outgoing; Mon, 8 Dec 1997 18:49:11 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from osprey.grizzly.com (med.sc.scruznet.com [165.227.115.28]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA16914 for ; Mon, 8 Dec 1997 18:49:01 -0800 (PST) (envelope-from markd@osprey.grizzly.com) Received: (from markd@localhost) by osprey.grizzly.com (8.8.5/8.7.3) id SAA17382; Mon, 8 Dec 1997 18:21:41 -0800 (PST) Date: Mon, 8 Dec 1997 18:21:41 -0800 (PST) Message-Id: <199712090221.SAA17382@osprey.grizzly.com> From: Mark Diekhans To: girgen@partitur.se CC: freebsd-java@FreeBSD.ORG In-reply-to: <348C9764.36AF5F4@partitur.se> (message from Palle Girgensohn on Tue, 09 Dec 1997 01:57:08 +0100) Subject: Re: JDBC & servlet API on FreeBSD? References: <348C9764.36AF5F4@partitur.se> Sender: owner-java@FreeBSD.ORG Precedence: bulk >I'm planning to do some work with Java using JDBC and the Servlet API. >Does theese parts of Java work with the JDK ports to FreeBSD? I have been using the servlet runner to develop servlets on FreeBSD. No problem. As they endup getting used under Solaris, havn't actually tried it with a httpd. The servlet runner is a great environment for debugging. JDBC completely depends on which implementation. I had trouble with intersolv. Mark From owner-java@FreeBSD.ORG Mon Dec 8 22:05:19 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA02644 for java-outgoing; Mon, 8 Dec 1997 22:05:19 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from lab321.ru (anonymous1.omsk.net.ru [194.226.32.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA02608 for ; Mon, 8 Dec 1997 22:04:45 -0800 (PST) (envelope-from kev@lab321.ru) Received: from Kev.l321.omsk.net.ru (Kev.lab321.ru [194.226.33.68]) by lab321.ru (8.8.5-MVC-230497/8.8.5) with ESMTP id MAA09201; Tue, 9 Dec 1997 12:02:22 +0600 (OSK) Date: Tue, 9 Dec 1997 12:04:35 +0000 (GMT) From: Eugeny Kuzakov X-Sender: kev@Kev.l321.omsk.net.ru To: Jonathan Chen cc: freebsd-java@FreeBSD.ORG Subject: Re: which JDK to use? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk On Tue, 9 Dec 1997, Jonathan Chen wrote: > On Mon, 8 Dec 1997, Eugeny Kuzakov wrote: > > > But I want jdk 1.1.4...:( > JDK 1.1.5 was just released last week... For FreeBSD ? :) -- Best wishes, Eugeny Kuzakov Laboratory 321 ( Omsk, Russia ) kev@lab321.ru ICQ#: 5885106 From owner-java@FreeBSD.ORG Tue Dec 9 00:11:16 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA11899 for java-outgoing; Tue, 9 Dec 1997 00:11:16 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from dwarf.amsterdam.scc (i119.asd.euronet.nl [194.134.9.155]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA11893 for ; Tue, 9 Dec 1997 00:11:07 -0800 (PST) (envelope-from remco@scc.nl) Received: from scc.nl (dweezil.amsterdam.scc [192.168.3.2]) by dwarf.amsterdam.scc (8.8.7/8.8.5) with ESMTP id JAA00205 for ; Tue, 9 Dec 1997 09:10:03 +0100 (CET) Message-ID: <348CFD01.8B16723F@scc.nl> Date: Tue, 09 Dec 1997 09:10:42 +0100 From: Remco Moolenaar Reply-To: remco@scc.nl Organization: SCC X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: Re: JDBC & servlet API on FreeBSD? References: <348C9764.36AF5F4@partitur.se> <199712090221.SAA17382@osprey.grizzly.com> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms972FC1E7E5CC2DEEAB3C6CC5" Sender: owner-java@FreeBSD.ORG Precedence: bulk This is a cryptographically signed message in MIME format. --------------ms972FC1E7E5CC2DEEAB3C6CC5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mark Diekhans wrote: > >I'm planning to do some work with Java using JDBC and the Servlet API. > >Does theese parts of Java work with the JDK ports to FreeBSD? > > I have been using the servlet runner to develop servlets on FreeBSD. No problem. > As they endup getting used under Solaris, havn't actually tried it with a > httpd. The servlet runner is a great environment for debugging. > > JDBC completely depends on which implementation. I had trouble with intersolv. > > Mark I've tested the servlet packages and it works just fine (using jdk-1.1 native with apache). About JDBC: I've tested the Oracle Java JDBC client for Oracle 7.3 and it didn't seem to give any serious problems (no tough testing involved, though). Remco Moolenaar Internetworking specialist SCC --------------ms972FC1E7E5CC2DEEAB3C6CC5 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIIKWQYJKoZIhvcNAQcCoIIKSjCCCkYCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHAaCC CMcwggQNMIIDdqADAgECAhBIew3BP9VDTgLiCZxsLTSxMA0GCSqGSIb3DQEBBAUAMGIxETAP BgNVBAcTCEludGVybmV0MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE0MDIGA1UECxMrVmVy aVNpZ24gQ2xhc3MgMSBDQSAtIEluZGl2aWR1YWwgU3Vic2NyaWJlcjAeFw05NzA4MzAwMDAw MDBaFw05ODAzMDEyMzU5NTlaMIIBCTERMA8GA1UEBxMISW50ZXJuZXQxFzAVBgNVBAoTDlZl cmlTaWduLCBJbmMuMTQwMgYDVQQLEytWZXJpU2lnbiBDbGFzcyAxIENBIC0gSW5kaXZpZHVh bCBTdWJzY3JpYmVyMUYwRAYDVQQLEz13d3cudmVyaXNpZ24uY29tL3JlcG9zaXRvcnkvQ1BT IEluY29ycC4gYnkgUmVmLixMSUFCLkxURChjKTk2MSYwJAYDVQQLEx1EaWdpdGFsIElEIENs YXNzIDEgLSBOZXRzY2FwZTEYMBYGA1UEAxMPUmVtY28gTW9vbGVuYWFyMRswGQYJKoZIhvcN AQkBFgxyZW1jb0BzY2MubmwwXDANBgkqhkiG9w0BAQEFAANLADBIAkEApnLE8PnTx0REHBWI cBgy4fsBI+3EFYym3iKj1H7BLxztRCY0rUwDdy+H20XzlLxIS1gaYn8S+zqMRwc/AbzhawID AQABo4IBXTCCAVkwCQYDVR0TBAIwADCBrwYDVR0gBIGnMIAwgAYLYIZIAYb4RQEHAQEwgDAo BggrBgEFBQcCARYcaHR0cHM6Ly93d3cudmVyaXNpZ24uY29tL0NQUzBiBggrBgEFBQcCAjBW MBUWDlZlcmlTaWduLCBJbmMuMAMCAQEaPVZlcmlTaWduJ3MgQ1BTIGluY29ycC4gYnkgcmVm ZXJlbmNlIGxpYWIuIGx0ZC4gKGMpOTcgVmVyaVNpZ24AAAAAAAAwEQYJYIZIAYb4QgEBBAQD AgeAMIGGBgpghkgBhvhFAQYDBHgWdmQ0NjUyYmQ2M2YyMDQ3MDI5Mjk4NzYzYzlkMmYyNzUw NjljNzM1OWJlZDFiMDU5ZGE3NWJjNGJjOTcwMTc0N2RhNWM4ZWQxNDFiZWFkYjJiZDJmOTgy MTdhODdiOGZhNDExNDk5ZmEzYmY0M2Y0ZTU5MjY1NDEwDQYJKoZIhvcNAQEEBQADgYEAsNLw IKitXhS99lU0kiCwDPexkVt24nViEzzaDAAZpvoB0zvjGdscvcDYOt/WNmPxPvrWSJHH56Bd NoDS3qSkx9NGK++tQ8xtFPqx+loSxBenJ6CQZ3PSE9EWre0dgCsFRx4q5koPm1OlnYpi2Jzu LjYiWljc22b+rtI0ehe7tTYwggJ9MIIB5qADAgECAhR1E2tY84BpV3Wmok1ZEE2c6nZK8TAN BgkqhkiG9w0BAQIFADBfMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4x NzA1BgNVBAsTLkNsYXNzIDEgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3Jp dHkwHhcNOTcwNjI0MDcwMDAwWhcNOTkwNjI0MDcwMDAwWjBiMREwDwYDVQQHEwhJbnRlcm5l dDEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xNDAyBgNVBAsTK1ZlcmlTaWduIENsYXNzIDEg Q0EgLSBJbmRpdmlkdWFsIFN1YnNjcmliZXIwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGB ALYUps9N0AUN2Moj0G+qtCmSY44s+G+W1y6ddksRsTaNV8nD/RzGuv4eCLozypXqvuNbzQao t3kdRCrtc/KxUoNoEHBkkdc+a/n3XZ0UQ5tul0WYgUfRLcvdu3LXTD9xquJA8lQ5vBbuz3zs uts/bCqzFrGGEp2ukzTVuNXQ9z6pAgMBAAGjMzAxMBEGCWCGSAGG+EIBAQQEAwIBBjAPBgNV HRMECDAGAQH/AgEBMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQIFAAOBgQCSDEvpupPN/9rm YP2eZANmFS9WPDhMaEpHxfOrjyXZZkNzQxVzRL4USIFadwzMeurZsbzyi/8Rsd8UUEjcZR0L ifmhXkhSb+21a/S4CEw48LmJZykP4OA396br1PTVQqld/b3nnnwb50+FLQShYC6FuOvi+u8U BSYVGFVvE6EdcTCCAjEwggGaAgUCpAAAATANBgkqhkiG9w0BAQIFADBfMQswCQYDVQQGEwJV UzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVibGljIFBy aW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNOTYwMTI5MDAwMDAwWhcNOTkxMjMx MjM1OTU5WjBfMQswCQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xNzA1BgNV BAsTLkNsYXNzIDEgUHVibGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwgZ8w DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAOUZv22jVmEtmUhx9mfeuY3rt56GgAqRDvo4Ja9G iILlc6igmyRdDR/MZW4MsNBWhBiHmgabEKFz37RYOWtuwfYV1aioP6oSBo0xrH+wNNePNGeI Cc0UEeJORVZpH3gCgNrcR5EpuzbJY1zF4Ncth3uhtzKwezC6Ki8xqu6jZ9rbAgMBAAEwDQYJ KoZIhvcNAQECBQADgYEAUnO6mlXc3D+CfbCQmGIqgkx2AG4lPdXCCXBXAQwPdx8YofscYA6g dTtJIUH+p1wtTEJJ0/8o2Izqnf7JB+J3glMj3lXzzkST+vpMvco281tmsp7I8gxeXtShtCEJ M8o7WfySwjj8rdmWJOAt+qMp9TNoeE60vJ9pNeKomJRzO8QxggFaMIIBVgIBATB2MGIxETAP BgNVBAcTCEludGVybmV0MRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE0MDIGA1UECxMrVmVy aVNpZ24gQ2xhc3MgMSBDQSAtIEluZGl2aWR1YWwgU3Vic2NyaWJlcgIQSHsNwT/VQ04C4gmc bC00sTAJBgUrDgMCGgUAoH0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0B CQUxDxcNOTcxMjA5MDgxMDQzWjAeBgkqhkiG9w0BCQ8xETAPMA0GCCqGSIb3DQMCAgEoMCMG CSqGSIb3DQEJBDEWBBTgN4TOboAYlSRXHaCIA7rpqZjw7TANBgkqhkiG9w0BAQEFAARAX+Nx rpxJcnMhzgjh2kyGyU8KPC1zF9UWisxjFxg1frcm0GNvAXdjNRgz1x0GRIol5s6kivtrptDX aqOrsYAprQ== --------------ms972FC1E7E5CC2DEEAB3C6CC5-- From owner-java@FreeBSD.ORG Tue Dec 9 01:10:29 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA15926 for java-outgoing; Tue, 9 Dec 1997 01:10:29 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from lab321.ru (anonymous1.omsk.net.ru [194.226.32.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA15778 for ; Tue, 9 Dec 1997 01:08:27 -0800 (PST) (envelope-from kev@lab321.ru) Received: from Kev.l321.omsk.net.ru (Kev.lab321.ru [194.226.33.68]) by lab321.ru (8.8.5-MVC-230497/8.8.5) with ESMTP id PAA16776; Tue, 9 Dec 1997 15:06:40 +0600 (OSK) Date: Tue, 9 Dec 1997 15:08:51 +0000 (GMT) From: Eugeny Kuzakov X-Sender: kev@Kev.l321.omsk.net.ru To: Jonathan Chen cc: freebsd-java@FreeBSD.ORG Subject: Re: which JDK to use? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk On Tue, 9 Dec 1997, Eugeny Kuzakov wrote: > On Tue, 9 Dec 1997, Jonathan Chen wrote: > > > On Mon, 8 Dec 1997, Eugeny Kuzakov wrote: > > > > > But I want jdk 1.1.4...:( > > JDK 1.1.5 was just released last week... > For FreeBSD ? :) Linux has port 1.1.4. It is not oficial port. It has been made in Russia. -- Best wishes, Eugeny Kuzakov Laboratory 321 ( Omsk, Russia ) kev@lab321.ru ICQ#: 5885106 From owner-java@FreeBSD.ORG Tue Dec 9 06:13:50 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA03842 for java-outgoing; Tue, 9 Dec 1997 06:13:50 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from maila.telia.com (root@maila.telia.com [194.236.189.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA03834 for ; Tue, 9 Dec 1997 06:13:41 -0800 (PST) (envelope-from girgen@partitur.se) Received: from d1o62.telia.com (root@d1o62.telia.com [195.198.198.241]) by maila.telia.com (8.8.8/8.8.5) with ESMTP id PAA26883; Tue, 9 Dec 1997 15:12:37 +0100 (MET) Received: from partitur.se (t7o62p19.telia.com [195.198.199.139]) by d1o62.telia.com (8.8.5/8.8.5) with ESMTP id PAA27712; Tue, 9 Dec 1997 15:13:28 +0100 (MET) Message-ID: <348D525F.CCAE6CDE@partitur.se> Date: Tue, 09 Dec 1997 15:14:55 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.5-STABLE i386) MIME-Version: 1.0 To: Mark Diekhans CC: freebsd-java@FreeBSD.ORG Subject: Re: JDBC & servlet API on FreeBSD? References: <348C9764.36AF5F4@partitur.se> <199712090221.SAA17382@osprey.grizzly.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Mark Diekhans wrote: > [snip] > > JDBC completely depends on which implementation. I had trouble with intersolv. I'm using Postgres 6.2.1 /palle From owner-java@FreeBSD.ORG Tue Dec 9 12:25:52 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA01459 for java-outgoing; Tue, 9 Dec 1997 12:25:52 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from zed.ludd.luth.se (zed.ludd.luth.se [130.240.16.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA01412 for ; Tue, 9 Dec 1997 12:25:26 -0800 (PST) (envelope-from pantzer@brother.ludd.luth.se) Received: from brother.ludd.luth.se (pantzer@brother.ludd.luth.se [130.240.16.78]) by zed.ludd.luth.se (8.8.5/8.8.5) with SMTP id VAA26499; Tue, 9 Dec 1997 21:25:17 +0100 Message-Id: <199712092025.VAA26499@zed.ludd.luth.se> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Alex.Boisvert" cc: freebsd-java@FreeBSD.ORG Subject: Re: Beta JDK 1.1.2 port for FreeBSD In-reply-to: Your message of "Mon, 08 Dec 1997 11:33:22 EST." Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_-14600911360" Date: Tue, 09 Dec 1997 21:25:16 +0100 From: Mattias Pantzare Sender: owner-java@FreeBSD.ORG Precedence: bulk This is a multipart MIME message. --==_Exmh_-14600911360 Content-Type: text/plain; charset=us-ascii > I just uploaded a new port of Sun's JDK 1.1.2 for FreeBSD at: > > "ftp://ftp.freebsd.org/pub/FreeBSD/incoming" > > Right now, there are two files, but only one is the right one: > > "jdk1.1.2-fbsd1.tgz.good" > > This is a "beta" release for people on this list, it'll probably release > another one in 2 weeks, after I get some initial comments on it. It has multicast problems. I get this when I run the attached test program: pantzer@skalman ~/java/mcast >java MulticastServer 224.111.11.1 1234 Multicast Server listening on port:1234 java.net.SocketException: Inappropriate ioctl for device The jdk1.1-kwhite port had the same problem, and the followig patch to src/freebsd/net/multicast.c fixed that in that port: 70c70 < if (!IN_MULTICAST(mname.imr_multiaddr.s_addr)) { --- > if (!IN_MULTICAST(addrptr->address)) { 114c114 < if (!IN_MULTICAST(mname.imr_multiaddr.s_addr)) { --- > if (!IN_MULTICAST(addrptr->address)) { It was just a simple mater of changing byte order at the wrong place. --==_Exmh_-14600911360 Content-Type: text/plain ; name="MulticastServer.java"; charset=us-ascii Content-Description: MulticastServer.java Content-Disposition: attachment; filename="MulticastServer.java" import java.io.*; import java.net.*; import java.util.*; // Run this classes as: // java_g MulticastServer 224.111.11.1 1234 // java_g MulticastClient 224.111.11.1 1234 // class MulticastServer { public static void main(String argv[]) { if (argv.length!=2) { System.out.println("java MulticastServer "); return; } try { int port = Integer.parseInt(argv[1]); MulticastSocket s = new MulticastSocket(port); // MulticastSocket s = new MulticastSocket(); System.out.print("Multicast Server listening on port:"); System.out.println(s.getLocalPort()); // join the multicast group s.joinGroup(InetAddress.getByName(argv[0])); byte buf[] = new byte[15]; DatagramPacket dp = new DatagramPacket(buf, buf.length); s.receive(dp); System.out.print("Received from inet address: " + dp.getAddress().toString()); System.out.println(" port number: " + dp.getPort()); System.out.println("Packet of length: " + dp.getLength()); for (int i=0; i "); return; } try { int port = Integer.parseInt(argv[1]); InetAddress in = InetAddress.getByName(argv[0]); MulticastSocket s = new MulticastSocket(); byte buf[] = new byte[10]; for (int i=0; i Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA04090 for java-outgoing; Tue, 9 Dec 1997 12:48:29 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA04048 for ; Tue, 9 Dec 1997 12:48:08 -0800 (PST) (envelope-from jonc@pinnacle.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by mail.iconz.co.nz (8.8.7/8.8.7) with ESMTP id JAA171150881700459; Wed, 10 Dec 1997 09:47:39 +1300 (NZDT) Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id JAA03426; Wed, 10 Dec 1997 09:47:33 +1300 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id JAA09092; Wed, 10 Dec 1997 09:36:25 +1300 (NZDT) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id JAA02496; Wed, 10 Dec 1997 09:36:24 +1300 (NZDT) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Wed, 10 Dec 1997 09:36:23 +1300 (NZDT) From: Jonathan Chen To: "Alex.Boisvert" cc: freebsd-java@FreeBSD.ORG Subject: Re: Beta JDK 1.1.2 port for FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk On Mon, 8 Dec 1997, Alex.Boisvert wrote: > Hello - > > I just uploaded a new port of Sun's JDK 1.1.2 for FreeBSD at: > > "ftp://ftp.freebsd.org/pub/FreeBSD/incoming" Any hope of releasing the diffs to us? It'd be interesting to see whether I can use them as a reference for a port to 1.1.5 (just got the sources last night). -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards From owner-java@FreeBSD.ORG Tue Dec 9 19:39:56 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA08697 for java-outgoing; Tue, 9 Dec 1997 19:39:56 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from teel.info-noire.com (XP11-1-4-08.interlinx.qc.ca [207.253.79.88]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA08690 for ; Tue, 9 Dec 1997 19:39:43 -0800 (PST) (envelope-from alex@gel.usherb.ca) Received: from localhost (alex@localhost) by teel.info-noire.com (8.8.8/8.8.8) with SMTP id WAA01046; Tue, 9 Dec 1997 22:47:06 -0500 (EST) (envelope-from alex@teel.info-noire.com) Date: Tue, 9 Dec 1997 22:47:05 -0500 (EST) From: Alex Boisvert Reply-To: boia01@gel.usherb.ca To: Mattias Pantzare cc: freebsd-java@FreeBSD.ORG Subject: Re: Beta JDK 1.1.2 port for FreeBSD In-Reply-To: <199712092025.VAA26499@zed.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk On Tue, 9 Dec 1997, Mattias Pantzare wrote: > > It has multicast problems. > I'll change this for the next release. Thank you for the report, Alex. From owner-java@FreeBSD.ORG Tue Dec 9 19:41:30 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA08889 for java-outgoing; Tue, 9 Dec 1997 19:41:30 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from digital.net (max-roc2-52.digital.net [204.215.229.52]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA08857 for ; Tue, 9 Dec 1997 19:41:01 -0800 (PST) (envelope-from kcw@digital.net) Received: (from kcw@localhost) by digital.net (8.8.5/8.8.5) id WAA00473; Tue, 9 Dec 1997 22:42:27 -0500 (EST) To: freebsd-java@FreeBSD.ORG Subject: Re: Beta JDK 1.1.2 port for FreeBSD References: X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7 Date: 09 Dec 1997 22:42:15 -0500 In-Reply-To: "Alex.Boisvert"'s message of Mon, 8 Dec 1997 11:33:22 -0500 (EST) Message-ID: <877m9d3luw.fsf@digital.net> Lines: 31 X-Mailer: Gnus v5.4.37/XEmacs 19.15 Sender: owner-java@FreeBSD.ORG Precedence: bulk "Alex.Boisvert" writes: > Hello - > > I just uploaded a new port of Sun's JDK 1.1.2 for FreeBSD at: > > "ftp://ftp.freebsd.org/pub/FreeBSD/incoming" > > Right now, there are two files, but only one is the right one: > > "jdk1.1.2-fbsd1.tgz.good" > > This is a "beta" release for people on this list, it'll probably release > another one in 2 weeks, after I get some initial comments on it. > > Have fun, > Alex Boisvert > > The jdk1.1 kwhite port at http://www.csi.uottawa.ca/~kwhite/javaport.html is not statically linked to motif and allows one to use their own Motif 1.2 shareable library (or lesstif). Is this port the same way ? Does jdb, the java debugger work ? thanks - -- Ken Whedbee mailto:whedbee@digital.net From owner-java@FreeBSD.ORG Tue Dec 9 19:51:58 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA09601 for java-outgoing; Tue, 9 Dec 1997 19:51:58 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from teel.info-noire.com (XP11-1-4-08.interlinx.qc.ca [207.253.79.88]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA09584 for ; Tue, 9 Dec 1997 19:51:43 -0800 (PST) (envelope-from alex@gel.usherb.ca) Received: from localhost (alex@localhost) by teel.info-noire.com (8.8.8/8.8.8) with SMTP id WAA03796; Tue, 9 Dec 1997 22:58:00 -0500 (EST) (envelope-from alex@teel.info-noire.com) Date: Tue, 9 Dec 1997 22:57:57 -0500 (EST) From: Alex Boisvert Reply-To: boia01@gel.usherb.ca To: Jonathan Chen cc: freebsd-java@FreeBSD.ORG Subject: Re: Beta JDK 1.1.2 port for FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk On Wed, 10 Dec 1997, Jonathan Chen wrote: > > Any hope of releasing the diffs to us? It'd be interesting to see > whether I can use them as a reference for a port to 1.1.5 (just got > the sources last night). I will release the diffs when after I have time to clean them up. I don't have much time for this at the moment and I will be leaving on vacation between Dec. 16th and Dec. 23rd. Expect the diffs to be widely available a few days after Christmas... I'll mail you personally & this list. Alex. From owner-java@FreeBSD.ORG Wed Dec 10 11:34:20 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA10690 for java-outgoing; Wed, 10 Dec 1997 11:34:20 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA10654 for ; Wed, 10 Dec 1997 11:34:10 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id LAA13235 for ; Wed, 10 Dec 1997 11:33:40 -0800 (PST) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma013227; Wed Dec 10 11:33:10 1997 Received: (from archie@localhost) by bubba.whistle.com (8.8.5/8.6.12) id LAA18875 for freebsd-java@freebsd.org; Wed, 10 Dec 1997 11:33:10 -0800 (PST) From: Archie Cobbs Message-Id: <199712101933.LAA18875@bubba.whistle.com> Subject: FreeBSD port of JDK To: freebsd-java@FreeBSD.ORG Date: Wed, 10 Dec 1997 11:33:10 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Hi.. I want to create a FreeBSD port for JDK 1.1.? based on whatever the latest and greatest set of (manually applied) patches is. Then you could create the corresponding FreeBSD package, making it easy to quickly get the JDK up and running on other FreeBSD machines (this assumes you already have the source from Sun of course). Can someone recommend what the 'latest and greatest' set of FreeBSD patches is (and which version of JDK they are for)? Any gotchas? Thanks, -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com From owner-java@FreeBSD.ORG Wed Dec 10 12:27:02 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA15571 for java-outgoing; Wed, 10 Dec 1997 12:27:02 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA15550 for ; Wed, 10 Dec 1997 12:26:52 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id MAA13844; Wed, 10 Dec 1997 12:26:21 -0800 (PST) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma013840; Wed Dec 10 12:26:18 1997 Received: (from archie@localhost) by bubba.whistle.com (8.8.5/8.6.12) id MAA19347; Wed, 10 Dec 1997 12:26:18 -0800 (PST) From: Archie Cobbs Message-Id: <199712102026.MAA19347@bubba.whistle.com> Subject: Re: FreeBSD port of JDK In-Reply-To: from Jonathan Chen at "Dec 11, 97 09:06:38 am" To: jonc@pinnacle.co.nz Date: Wed, 10 Dec 1997 12:26:18 -0800 (PST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Jonathan Chen writes: > On Wed, 10 Dec 1997, Archie Cobbs wrote: > > I want to create a FreeBSD port for JDK 1.1.? based on whatever > > the latest and greatest set of (manually applied) patches is. > > Well, Alex Boisvert has just made a port for JDK 1.1.2, which is in > beta at the moment and is currently available for use at: > > ftp://ftp.freebsd.org/pub/FreeBSD/incoming/jdk1.1.2-fbsd1.tgz.good Thanks! That's what I wanted to know... :-) -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com From owner-java@FreeBSD.ORG Wed Dec 10 12:28:47 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA15707 for java-outgoing; Wed, 10 Dec 1997 12:28:47 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA15645 for ; Wed, 10 Dec 1997 12:28:01 -0800 (PST) (envelope-from jonc@pinnacle.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by mail.iconz.co.nz (8.8.7/8.8.7) with ESMTP id JAA104620881785072; Thu, 11 Dec 1997 09:17:52 +1300 (NZDT) Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id JAA14531; Thu, 11 Dec 1997 09:17:51 +1300 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id JAA09454; Thu, 11 Dec 1997 09:06:39 +1300 (NZDT) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id JAA04167; Thu, 11 Dec 1997 09:06:39 +1300 (NZDT) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Thu, 11 Dec 1997 09:06:38 +1300 (NZDT) From: Jonathan Chen Reply-To: Jonathan Chen To: Archie Cobbs cc: freebsd-java@FreeBSD.ORG Subject: Re: FreeBSD port of JDK In-Reply-To: <199712101933.LAA18875@bubba.whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk On Wed, 10 Dec 1997, Archie Cobbs wrote: > > Hi.. > > I want to create a FreeBSD port for JDK 1.1.? based on whatever > the latest and greatest set of (manually applied) patches is. > > Then you could create the corresponding FreeBSD package, making it > easy to quickly get the JDK up and running on other FreeBSD machines > (this assumes you already have the source from Sun of course). > > Can someone recommend what the 'latest and greatest' set of FreeBSD > patches is (and which version of JDK they are for)? Any gotchas? Well, Alex Boisvert has just made a port for JDK 1.1.2, which is in beta at the moment and is currently available for use at: ftp://ftp.freebsd.org/pub/FreeBSD/incoming/jdk1.1.2-fbsd1.tgz.good and he's planning to release the diffs probably after Christmas. If you're in a hurry, there's always kwhite's port for JDK 1.1-Final (ie 1.1.0) at: http://www.csi.uottawa.ca/~kwhite/javaport.html If you're interested in making a port to JDK 1.1.5, remember to post your progress about your effort here. I'm sure you'll be able to get several other people to help you with it. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards From owner-java@FreeBSD.ORG Wed Dec 10 12:31:01 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA16035 for java-outgoing; Wed, 10 Dec 1997 12:31:01 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA16018 for ; Wed, 10 Dec 1997 12:30:52 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id MAA13875; Wed, 10 Dec 1997 12:30:21 -0800 (PST) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma013873; Wed Dec 10 12:30:02 1997 Received: (from archie@localhost) by bubba.whistle.com (8.8.5/8.6.12) id MAA19400; Wed, 10 Dec 1997 12:30:02 -0800 (PST) From: Archie Cobbs Message-Id: <199712102030.MAA19400@bubba.whistle.com> Subject: Re: FreeBSD port of JDK In-Reply-To: from Jonathan Chen at "Dec 11, 97 09:06:38 am" To: jonc@pinnacle.co.nz Date: Wed, 10 Dec 1997 12:30:02 -0800 (PST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Jonathan Chen writes: > On Wed, 10 Dec 1997, Archie Cobbs wrote: > > I want to create a FreeBSD port for JDK 1.1.? based on whatever > > the latest and greatest set of (manually applied) patches is. > > Well, Alex Boisvert has just made a port for JDK 1.1.2, which is in > beta at the moment and is currently available for use at: > > ftp://ftp.freebsd.org/pub/FreeBSD/incoming/jdk1.1.2-fbsd1.tgz.good Ah, I thought this was a 'port' in the 'FreeBSD ports' sense, but it's actually more like a binary package (the former is what I want to put together). I guess I'll have to wait for the diffs... > and he's planning to release the diffs probably after Christmas. If you're > in a hurry, there's always kwhite's port for JDK 1.1-Final (ie 1.1.0) > at: > > http://www.csi.uottawa.ca/~kwhite/javaport.html > > If you're interested in making a port to JDK 1.1.5, remember to post > your progress about your effort here. I'm sure you'll be able to get > several other people to help you with it. Will do. If someone gives me the patches I'll make a port out of them too. Thanks, -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com From owner-java@FreeBSD.ORG Wed Dec 10 17:44:36 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA15911 for java-outgoing; Wed, 10 Dec 1997 17:44:36 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from teel.info-noire.com (XP11-1-3-06.interlinx.qc.ca [207.253.79.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA15894 for ; Wed, 10 Dec 1997 17:44:15 -0800 (PST) (envelope-from alex@gel.usherb.ca) Received: from localhost (alex@localhost) by teel.info-noire.com (8.8.8/8.8.8) with SMTP id UAA07237; Wed, 10 Dec 1997 20:52:04 -0500 (EST) (envelope-from alex@teel.info-noire.com) Date: Wed, 10 Dec 1997 20:52:02 -0500 (EST) From: Alex Boisvert Reply-To: boia01@gel.usherb.ca To: Archie Cobbs cc: freebsd-java@FreeBSD.ORG Subject: Re: FreeBSD port of JDK In-Reply-To: <199712101933.LAA18875@bubba.whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk On Wed, 10 Dec 1997, Archie Cobbs wrote: > I want to create a FreeBSD port for JDK 1.1.? based on whatever > the latest and greatest set of (manually applied) patches is. > > Then you could create the corresponding FreeBSD package, making it > easy to quickly get the JDK up and running on other FreeBSD machines > (this assumes you already have the source from Sun of course). > This is a good idea. > Can someone recommend what the 'latest and greatest' set of FreeBSD > patches is (and which version of JDK they are for)? Any gotchas? > I have JDK 1.1.2 running on FreeBSD here. I'll make the diffs widely available soon (1-2 weeks). The only real "gotcha" is that Sun won't let you get an old version of its JDK source distribution. (ie. anything before 1.1.5 now) This is based on my personal experience trying to get 1.1.1 after 1.1.2 was released. Maybe you'll have better luck than I, or your pretty-please are prettier ;-) Alex. From owner-java@FreeBSD.ORG Wed Dec 10 20:02:47 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA28039 for java-outgoing; Wed, 10 Dec 1997 20:02:47 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA28011 for ; Wed, 10 Dec 1997 20:02:31 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id UAA17678; Wed, 10 Dec 1997 20:02:00 -0800 (PST) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma017676; Wed Dec 10 20:01:57 1997 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id UAA00702; Wed, 10 Dec 1997 20:01:57 -0800 (PST) From: Archie Cobbs Message-Id: <199712110401.UAA00702@bubba.whistle.com> Subject: Re: FreeBSD port of JDK In-Reply-To: from Alex Boisvert at "Dec 10, 97 08:52:02 pm" To: boia01@gel.usherb.ca Date: Wed, 10 Dec 1997 20:01:57 -0800 (PST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Alex Boisvert writes: > On Wed, 10 Dec 1997, Archie Cobbs wrote: > > I want to create a FreeBSD port for JDK 1.1.? based on whatever > > the latest and greatest set of (manually applied) patches is. > > > > Then you could create the corresponding FreeBSD package, making it > > easy to quickly get the JDK up and running on other FreeBSD machines > > (this assumes you already have the source from Sun of course). > > This is a good idea. > > > Can someone recommend what the 'latest and greatest' set of FreeBSD > > patches is (and which version of JDK they are for)? Any gotchas? > > I have JDK 1.1.2 running on FreeBSD here. I'll make the diffs widely > available soon (1-2 weeks). Sounds good.. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com From owner-java@FreeBSD.ORG Thu Dec 11 11:01:37 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA05448 for java-outgoing; Thu, 11 Dec 1997 11:01:37 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from iglou.com (exim@iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA05426 for ; Thu, 11 Dec 1997 11:01:22 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.97] by iglou.com with smtp (8.7.3/8.6.12) id 0xgDrK-0005bp-00; Thu, 11 Dec 1997 14:01:18 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 11 Dec 1997 13:57:44 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: java@FreeBSD.ORG Subject: JDK 1.1.x and AWT Sender: owner-java@FreeBSD.ORG Precedence: bulk Has anyone found a workaround for the AWT? Specifically, I am running kwhite's JDK 1.1, the new FreeBSD 1.1.2, and Linux Blackdown 1.1.3 (Separately, that is!) I do not have Motif, so I am using Lesstif 0.8.2. Nearly every time I use an applet or application that uses AWT, I get a Segmentation Fault. The two I constantly crash are Caffeine 3.0 and ICQ 0.95. Is there a better way to configure JDK so it won't crash on AWT? Besides buying Motif? Patrick Gardella t is!) I do not have Motif, so I am using Lesstif 0.8.2. Nearly every time I use an applet or application that uses AWT, I get a Segmentation Fault. The two I constantly crash are Caffeine 3.0 and ICQ 0.95. Is there a better way to From owner-java@FreeBSD.ORG Thu Dec 11 21:08:51 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA18157 for java-outgoing; Thu, 11 Dec 1997 21:08:51 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from mail.iconz.co.nz (mail.iconz.co.nz [202.14.100.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA18050 for ; Thu, 11 Dec 1997 21:07:51 -0800 (PST) (envelope-from jonc@pinnacle.co.nz) Received: from news.iconz.co.nz (status.gen.nz [202.14.100.1]) by mail.iconz.co.nz (8.8.7/8.8.7) with ESMTP id SAA005620881903113; Fri, 12 Dec 1997 18:05:13 +1300 (NZDT) Received: (from uucp@localhost) by news.iconz.co.nz (8.8.5/8.8.5) with UUCP id SAA30547; Fri, 12 Dec 1997 18:05:11 +1300 Received: from tui.pinnacle.co.nz (tui.pinnacle.co.nz [202.37.163.3]) by kakapo.pinnacle.co.nz (8.8.8/8.8.8) with ESMTP id RAA08424; Fri, 12 Dec 1997 17:55:33 +1300 (NZDT) Received: from localhost (jonc@localhost) by tui.pinnacle.co.nz (8.8.8/8.8.8) with SMTP id RAA07397; Fri, 12 Dec 1997 17:55:33 +1300 (NZDT) X-Authentication-Warning: tui.pinnacle.co.nz: jonc owned process doing -bs Date: Fri, 12 Dec 1997 17:55:32 +1300 (NZDT) From: Jonathan Chen To: boia01@gel.usherb.ca cc: freebsd-java@FreeBSD.ORG Subject: Re: Beta JDK 1.1.2 port for FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk Hi, It may be an idea to apply the following patch to .java_wrapper so that installing jdk1.1.2 will run `out-of-box', instead of requiring installation of additional packages. Nothing major, just a change of shell so that /bin/sh is used instead of /usr/local/bin/ksh. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards ---------------------------------------------------------------------- *** .java_wrapper.old Fri Dec 12 17:39:35 1997 --- .java_wrapper Fri Dec 12 17:39:54 1997 *************** *** 1,4 **** ! #! /usr/local/public/bin/ksh # # @(#)java_wrapper.sh 1.29 97/05/14 # --- 1,4 ---- ! #! /bin/sh # # @(#)java_wrapper.sh 1.29 97/05/14 # *************** *** 8,14 **** # Set up default variable values if not supplied by the user. ! PRG=`whence $0` >/dev/null 2>&1 J_HOME=`dirname $PRG`/.. progname=`basename $0` --- 8,14 ---- # Set up default variable values if not supplied by the user. ! PRG=$0 J_HOME=`dirname $PRG`/.. progname=`basename $0` From owner-java@FreeBSD.ORG Fri Dec 12 18:15:48 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA16045 for java-outgoing; Fri, 12 Dec 1997 18:15:48 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from teel.info-noire.com (XP11-1-6-11.interlinx.qc.ca [207.253.79.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA15953 for ; Fri, 12 Dec 1997 18:14:52 -0800 (PST) (envelope-from alex@gel.usherb.ca) Received: from localhost (alex@localhost) by teel.info-noire.com (8.8.8/8.8.8) with SMTP id VAA04701 for ; Fri, 12 Dec 1997 21:22:54 -0500 (EST) (envelope-from alex@teel.info-noire.com) Date: Fri, 12 Dec 1997 21:22:50 -0500 (EST) From: Alex Boisvert Reply-To: boia01@gel.usherb.ca To: freebsd-java@FreeBSD.ORG Subject: JDK 1.1.5: Ready, set, go! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk Just a note to let everyone know that I just received my "source code distribution" of JDK 1.1.5 from JavaSoft. Officialy, I'll be starting the port after Christmas. As I told many, I'll publish my diffs of 1.1.2 very soon and we can start working together (at last!) to make a good, stable JDK that accurately represents FreeBSD's qualities. Pass the word: If you want to contribute and get on "FreeBSD Java Team", get JDK 1.1.5 NOW! Archie Cobbs (from Whistle) has volunteered to provide a repository for the patches so that everyone can have access to them and contribute where they feel they are competent. Archie, what's the URL again? ;-) On your keyboards... get set.... port! Alex. From owner-java@FreeBSD.ORG Fri Dec 12 19:22:26 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA19590 for java-outgoing; Fri, 12 Dec 1997 19:22:26 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from hyperreal.org (taz.hyperreal.org [204.62.130.147]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA19575 for ; Fri, 12 Dec 1997 19:22:13 -0800 (PST) (envelope-from anonymous@hyperreal.org) Received: (qmail 11646 invoked by uid 24); 13 Dec 1997 03:22:12 -0000 Message-Id: <3.0.3.32.19971212191058.00900dd0@hyperreal.org> X-Sender: brian@hyperreal.org X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Fri, 12 Dec 1997 19:10:58 -0800 To: boia01@gel.usherb.ca, freebsd-java@FreeBSD.ORG From: Brian Behlendorf Subject: Re: JDK 1.1.5: Ready, set, go! In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-java@FreeBSD.ORG Precedence: bulk At 09:22 PM 12/12/97 -0500, Alex Boisvert wrote: >Archie Cobbs (from Whistle) has volunteered to provide a repository for >the patches so that everyone can have access to them and contribute where >they feel they are competent. Archie, what's the URL again? ;-) I'm not sure if this would overlap with Archie's offer, but I'm willing to host a CVS repository for the patches so that they may be jointly maintained by a group of folks. This would be on the same box and using the same resources as the Apache developers, and I'd be fine with giving out a half dozen logins for those maintainers. Brian --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-- "it's a big world, with lots of records to play."-sig brian@hyperreal.org From owner-java@FreeBSD.ORG Fri Dec 12 23:56:28 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA03189 for java-outgoing; Fri, 12 Dec 1997 23:56:28 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA03184 for ; Fri, 12 Dec 1997 23:56:17 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by relay.nuxi.com (8.8.7/8.6.12) id HAA07761; Sat, 13 Dec 1997 07:56:13 GMT Message-ID: <19971212235612.17493@relay.nuxi.com> Date: Fri, 12 Dec 1997 23:56:12 -0800 From: "David E. O'Brien" To: boia01@gel.usherb.ca Cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.5: Ready, set, go! Reply-To: obrien@NUXI.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: ; from Alex Boisvert on Fri, Dec 12, 1997 at 09:22:50PM -0500 X-Warning: Mutt Bites! X-Operating-System: FreeBSD 2.2.5-STABLE Organization: The NUXI *BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-java@FreeBSD.ORG Precedence: bulk > Just a note to let everyone know that I just received my "source code > distribution" of JDK 1.1.5 from JavaSoft. ... > Pass the word: If you want to contribute and get on "FreeBSD Java Team", > get JDK 1.1.5 NOW! Hi Alex, can you give a synopsis of the steps/URLs to get the 1.1.5 source for those of us who are newbies at the JDK? Thanks, -- -- David (obrien@NUXI.com -or- obrien@FreeBSD.org) From owner-java@FreeBSD.ORG Sat Dec 13 03:58:58 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA18543 for java-outgoing; Sat, 13 Dec 1997 03:58:58 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from elvis.mu.org (elvis.mu.org [206.156.231.253]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA18538 for ; Sat, 13 Dec 1997 03:58:50 -0800 (PST) (envelope-from paul@elvis.mu.org) Received: (from paul@localhost) by elvis.mu.org (8.8.7/8.8.7) id FAA08427; Sat, 13 Dec 1997 05:58:49 -0600 (CST) (envelope-from paul) Message-ID: <19971213055848.31414@mu.org> Date: Sat, 13 Dec 1997 05:58:48 -0600 From: Paul Saab To: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.5: Ready, set, go! References: <19971212235612.17493@relay.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <19971212235612.17493@relay.nuxi.com>; from David E. O'Brien on Fri, Dec 12, 1997 at 11:56:12PM -0800 Sender: owner-java@FreeBSD.ORG Precedence: bulk David E. O'Brien (obrien@NUXI.com) wrote: > > Just a note to let everyone know that I just received my "source code > > distribution" of JDK 1.1.5 from JavaSoft. > ... > > Pass the word: If you want to contribute and get on "FreeBSD Java Team", > > get JDK 1.1.5 NOW! > > Hi Alex, can you give a synopsis of the steps/URLs to get the 1.1.5 > source for those of us who are newbies at the JDK? I am not Alex but here ya go. http://java.sun.com/docs/faqindex.html paul From owner-java@FreeBSD.ORG Sat Dec 13 08:34:15 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA01264 for java-outgoing; Sat, 13 Dec 1997 08:34:15 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from teel.info-noire.com (XP11-1-1-09.interlinx.qc.ca [207.253.79.29]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA01251 for ; Sat, 13 Dec 1997 08:34:05 -0800 (PST) (envelope-from alex@gel.usherb.ca) Received: from localhost (alex@localhost) by teel.info-noire.com (8.8.8/8.8.8) with SMTP id LAA11157; Sat, 13 Dec 1997 11:42:30 -0500 (EST) (envelope-from alex@teel.info-noire.com) Date: Sat, 13 Dec 1997 11:42:28 -0500 (EST) From: Alex Boisvert Reply-To: boia01@gel.usherb.ca To: "David E. O'Brien" cc: freebsd-java@FreeBSD.ORG Subject: Re: JDK 1.1.5: Ready, set, go! In-Reply-To: <19971212235612.17493@relay.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-java@FreeBSD.ORG Precedence: bulk On Fri, 12 Dec 1997, David E. O'Brien wrote: > > Hi Alex, can you give a synopsis of the steps/URLs to get the 1.1.5 > source for those of us who are newbies at the JDK? Check the URL "http://java.sun.com/products/jdk/1.1/source.html There's plenty of information there and your can download the license that you have to sign and return to JavaSoft. Alex. --- FreeBSD: Decouvrez la puissance de votre PC! www.freebsd.org From owner-java@FreeBSD.ORG Sat Dec 13 08:38:01 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA01509 for java-outgoing; Sat, 13 Dec 1997 08:38:01 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from saffron.fsl.noaa.gov (saffron.fsl.noaa.gov [137.75.253.44]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA01494 for ; Sat, 13 Dec 1997 08:37:52 -0800 (PST) (envelope-from kelly@fsl.noaa.gov) Received: from fsl.noaa.gov (localhost [127.0.0.1]) by saffron.fsl.noaa.gov (8.8.5/8.8.5) with ESMTP id JAA09793 for ; Sat, 13 Dec 1997 09:37:48 -0700 (MST) Message-ID: <3492B9DA.82120B91@fsl.noaa.gov> Date: Sat, 13 Dec 1997 09:37:46 -0700 From: Sean Kelly Organization: NOAA/CIRA X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: Makefiles again Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Java heads, and especially Archie: Recently, Archie Cobbs of Whistle posted his BSD-styled whistle.java.mk which could be the starting point for a future bsd.java.mk. I've been working on it a bit by adding support for RMI and JAR files, but I'm starting to think it isn't the right way to go. Java is a cross-platform language. Instead of developing BSD-specific make definitions, maybe it'd be better to do something that's also cross-platform: GNU make, for example. I realize that you can build on BSD and just distribute your classes/jars to anyone at that point, but it'd be really nice to build anywhere and distribute to anyone. I encountered this myself when doing some compiler performance comparisons with Microsoft's command-line JVC. I had GNU make on the Windows host, but naturally, the Makefiles didn't work since they relied on BSD make. Thoughts? --Sean From owner-java@FreeBSD.ORG Sat Dec 13 14:17:50 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA19353 for java-outgoing; Sat, 13 Dec 1997 14:17:50 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA19349 for ; Sat, 13 Dec 1997 14:17:40 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id OAA10401; Sat, 13 Dec 1997 14:17:09 -0800 (PST) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma010399; Sat Dec 13 14:17:03 1997 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id OAA03346; Sat, 13 Dec 1997 14:17:03 -0800 (PST) From: Archie Cobbs Message-Id: <199712132217.OAA03346@bubba.whistle.com> Subject: Re: JDK 1.1.5: Ready, set, go! In-Reply-To: <3.0.3.32.19971212191058.00900dd0@hyperreal.org> from Brian Behlendorf at "Dec 12, 97 07:10:58 pm" To: brian@hyperreal.org (Brian Behlendorf) Date: Sat, 13 Dec 1997 14:17:03 -0800 (PST) Cc: boia01@gel.usherb.ca, freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Brian Behlendorf writes: > At 09:22 PM 12/12/97 -0500, Alex Boisvert wrote: > >Archie Cobbs (from Whistle) has volunteered to provide a repository for > >the patches so that everyone can have access to them and contribute where > >they feel they are competent. Archie, what's the URL again? ;-) > > I'm not sure if this would overlap with Archie's offer, but I'm willing to > host a CVS repository for the patches so that they may be jointly > maintained by a group of folks. This would be on the same box and using > the same resources as the Apache developers, and I'd be fine with giving > out a half dozen logins for those maintainers. The URL for my place is: ftp://ftp.whistle.com/pub/archie/java Right now this just contains the primordial Java makefiles. I can't provide anything more than an FTP directory, though. Having a CVS repository might be a good thing too, but in any case we probably need an FTP site for people that don't have or want to use CVS. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com From owner-java@FreeBSD.ORG Sat Dec 13 14:23:52 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA19775 for java-outgoing; Sat, 13 Dec 1997 14:23:52 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA19760 for ; Sat, 13 Dec 1997 14:23:45 -0800 (PST) (envelope-from archie@whistle.com) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id OAA10421; Sat, 13 Dec 1997 14:23:09 -0800 (PST) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma010419; Sat Dec 13 14:23:04 1997 Received: (from archie@localhost) by bubba.whistle.com (8.8.7/8.6.12) id OAA03373; Sat, 13 Dec 1997 14:22:59 -0800 (PST) From: Archie Cobbs Message-Id: <199712132222.OAA03373@bubba.whistle.com> Subject: Re: Makefiles again In-Reply-To: <3492B9DA.82120B91@fsl.noaa.gov> from Sean Kelly at "Dec 13, 97 09:37:46 am" To: kelly@fsl.noaa.gov (Sean Kelly) Date: Sat, 13 Dec 1997 14:22:59 -0800 (PST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-java@FreeBSD.ORG Precedence: bulk Sean Kelly writes: > Java heads, and especially Archie: > > Recently, Archie Cobbs of Whistle posted his BSD-styled > whistle.java.mk which could be the starting point for a future > bsd.java.mk. I've been working on it a bit by adding support for RMI > and JAR files, but I'm starting to think it isn't the right way to go. > > Java is a cross-platform language. Instead of developing BSD-specific > make definitions, maybe it'd be better to do something that's also > cross-platform: GNU make, for example. > > I realize that you can build on BSD and just distribute your > classes/jars to anyone at that point, but it'd be really nice to build > anywhere and distribute to anyone. I encountered this myself when > doing some compiler performance comparisons with Microsoft's > command-line JVC. I had GNU make on the Windows host, but naturally, > the Makefiles didn't work since they relied on BSD make. This argument makes sense to me.. especially since adding "gmake" to a FreeBSD system is very easy (it exists as a port and package) and in general it's pretty widely available. [ Hmm... I wonder if it's possible to write a makefile that works with both "make" and "gmake" ?? Does their syntax overlap sufficiently to check if ${MAKE} != "gmake" then gmake... ? Separate question.. ] To prove you're serious, convert the existing makefiles and I'll put them up on the FTP site :-) -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com