From owner-freebsd-java Wed Mar 7 9:49: 1 2001 Delivered-To: freebsd-java@freebsd.org Received: from heinz.jollem.com (c104187.upc-c.chello.nl [212.187.104.187]) by hub.freebsd.org (Postfix) with ESMTP id 158EB37B71A for ; Wed, 7 Mar 2001 09:48:58 -0800 (PST) (envelope-from ernst@heinz.jollem.com) Received: (from ernst@localhost) by heinz.jollem.com (8.11.1/8.11.1) id f27HlwA01177; Wed, 7 Mar 2001 18:47:58 +0100 (CET) (envelope-from ernst) Date: Wed, 7 Mar 2001 18:47:58 +0100 From: Ernst de Haan To: Nate Williams Cc: FreeBSD Java mailing list Subject: Re: JDK install: Unpack source ? Message-ID: <20010307184758.A1163@c187104187.telekabel.chello.nl> References: <20010307113713.A2897@c187104187.telekabel.chello.nl> <15014.29052.149045.46268@nomad.yogotech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15014.29052.149045.46268@nomad.yogotech.com>; from nate@yogotech.com on Wed, Mar 07, 2001 at 10:35:56AM -0700 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Nate, > No way. I *never* look at the source code anymore, but then again, I've > no need to look at the source code except in rare cases. I try very > hard to program to the API, rather than to look at the implementation > because it makes my programs more portable. Well, in some cases I *do* need to check the source code, *and* javadoc wants to have the JDK source code path specified in the -sourcepath parameter. But while I'm writing this I'm wondering if (a) javadoc supports .jar files in the source path and (b) if I *really* need the source code for API docs generation, the Javadoc API docs should be enough. And the times I need to check the source code, is usually because the API docs don't tell me half the story, or because I want to know what approach is used in the JDK, for example w.r.t. the implementation of some collection classes. -- Ernst To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message