Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2002 10:10:54 -0600
From:      Bruce Burden <brucegb@realtime.net>
To:        freebsd-java@freebsd.org
Cc:        jcarner@carolina.rr.com
Subject:   Re: Questions on Java Installation on FreeBSD
Message-ID:  <20020221101054.F5923@tigerfish2.my.domain>
In-Reply-To: <DIEMLDABENBBGOLEEIKKIEICCAAA.jcarner@carolina.rr.com>; from jcarner@carolina.rr.com on Thu, Feb 21, 2002 at 12:59:24AM -0500
References:  <DIEMLDABENBBGOLEEIKKIEICCAAA.jcarner@carolina.rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 21, 2002 at 12:59:24AM -0500, Jerry Carner wrote:
>
> I am trying to install the Java 2 SDK on my FreeBSD system.
>
> 								If I go to
> "make" the JDK 1.3.1 port that's listed on the FreeBSD ports page, will it
> find the source code that I downloaded from the Sun Site?  Is there a
> specific directory that I'm supposed to download it to for the port to find
> it?
> 
	If you:

		cd /usr/ports/java/jdk13

	and:

		make  - or - make install


   The Makefile will answer your questions for you. You will need
   the Java 2 source from SUN the Patch6 code from somewhere else,
   and the Make process will tell you where to find the files and
   where to put the tarballs.

	Make will then look for linux-jdk1.3.1, since the code is
   written in java, and you won't have a binary javac in the tarball
   you downloaded from SUN. Once you have the native java installation,
   you can change the Makefile and ALT_BOOTDIR environment parameter
   to point to /usr/local/jdk1.3.1, and not /usr/local/linux-jck1.3.1.

							Bruce
-- 
------------------------------------------------------------------------
  "I like bad!"                         Bruce Burden    Austin, TX.
        - Thuganlitha
        The Power and the Prophet
        Robert Don Hughes


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020221101054.F5923>