Re: does java needs linux base?

2004-09-01 Thread Dick Davies

You need a linux jdk tp build the native one.

* Jorge Mario G. [EMAIL PROTECTED] [0937 05:37]:
 Hi there
 I built the native java from ports
 and I see it uses the linux_base which I dont want
 because I'm running out of space
 can I remove it??? completely?? and how by the way
 I mean all the linux_base and itss dependencies
 
 
 
 
 Jorge
 
 =
 
 
 _
 Do You Yahoo!?
 Informaci?n de Estados Unidos y Am?rica Latina, en Yahoo! Noticias.
 Vis?tanos en http://noticias.espanol.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
Man invented language to satisfy his deep need to complain.
-- Lily Tomlin
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: does java needs linux base?

2004-09-01 Thread Matthew Seaman
On Tue, Aug 31, 2004 at 11:37:48PM -0500, Jorge Mario G. wrote:

 I built the native java from ports
 and I see it uses the linux_base which I dont want
 because I'm running out of space
 can I remove it??? completely?? and how by the way
 I mean all the linux_base and itss dependencies

Once you've built and installed a native JDK, you can dispense with
the Linux JDK, and the entire Linux compatability setup, if the only
reason you only installed it was to build the JDK with.

To build eg. JDK 1.4.x, you need to use JDK 1.4.x to compile it.  This
Catch 22 situation is the only reason why you have to install a
pre-compiled JDK, and the licensing situation being what it is, that
means a Linux JDK.  However, once the native JDK is installed, you can
use that to install any updates to the JDK that happen to come along.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpkp9SVTJVRR.pgp
Description: PGP signature


Re: does java needs linux base?

2004-09-01 Thread Matthew Seaman
 
 * Matthew Seaman [EMAIL PROTECTED] [0903 09:03]:
  On Tue, Aug 31, 2004 at 11:37:48PM -0500, Jorge Mario G. wrote:
  
   I built the native java from ports
   and I see it uses the linux_base which I dont want
   because I'm running out of space
   can I remove it??? completely?? and how by the way
   I mean all the linux_base and itss dependencies
  
  Once you've built and installed a native JDK, you can dispense with
  the Linux JDK, and the entire Linux compatability setup, if the only
  reason you only installed it was to build the JDK with.
  
  To build eg. JDK 1.4.x, you need to use JDK 1.4.x to compile it.  This
  Catch 22 situation is the only reason why you have to install a
  pre-compiled JDK, and the licensing situation being what it is, that
  means a Linux JDK.  However, once the native JDK is installed, you can
  use that to install any updates to the JDK that happen to come along.

On Wed, Sep 01, 2004 at 10:52:23AM +0100, Dick Davies wrote:
 
 Wasn't there a binary package?
 
 I'm sure I read that Sun had finally given in and let the project 
 distribute one

Only for the JDK 1.3.1 which has passed the compliance suite tests and
been licensed for distribution -- see
http://www.freebsdfoundation.org/downloads/java.shtml

Unfortunately the 1.3.1 JDK isn't suitable for compiling the 1.4.2
JDK.  I've heard that the FreeBSD Java people have run the latest JDK
1.4.2 port through the compliance testing suite unofficially and they
reckon it would pass hands down.  Unfortunately, it takes money to get
the licensing sorted, and the project has to rely on donations in
order to afford that.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpZKlh4UeqwZ.pgp
Description: PGP signature


Re: does java needs linux base?

2004-09-01 Thread Toomas Aas
 From:  Dick Davies [EMAIL PROTECTED]

 You need a linux jdk tp build the native one.

... but once the native JDK is installed, you can remove the Linux 
version.

  can I remove it??? completely?? and how by the way
  I mean all the linux_base and itss dependencies

If nothing but the Linux JDK was using the Linux emulator, then you can 
remove it. Use pkg_info | grep linux to find out which Linux emulator 
packages are installed and pkg_delete to remove them. To make sure 
nothing is using the linux_base package, use pkg_info -R.
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* Boy, that lightning came a little clo-!!***NO CARRIER

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]