Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2001 23:22:13 -0700
From:      Mike D'Agosta <mdagosta@earthtribe.net>
To:        freebsd-java@freebsd.org
Subject:   Sun's JDK 1.4 and FreeBSD
Message-ID:  <5.1.0.14.0.20010710232019.00b0c058@spot.earthtribe.net>

next in thread | raw e-mail | index | archive | help
--=====================_10429326==_
Content-Type: text/plain; charset="us-ascii"; format=flowed

I've attached a .html file with a very basic overview of installing Sun's 
JDK1.4 on FreeBSD. Might be good advertising for the FreeBSD-Java home page.

Mike
--=====================_10429326==_
Content-Type: text/html; charset="us-ascii"
Content-Disposition: attachment; filename="FreeBSD-jdk1.4.html"

<html>
<body>

<h2>Installing j2sdk1.4</h2>

<p>I just got curious and installed j2sdk1.4 on my FreeBSD 4.3-STABLE. So far I've
done very few tests - installed jakarta-tomcat and ran some small programs I 
had. I haven't tested anything with threading, jini, rmi, gui, etc.</p>

<pre>
mdagosta@vitruvian:~> java -version
expr: syntax error
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)

mdagosta@vitruvian:~> jikes
Jikes Compiler
(C) Copyright IBM Corp. 1997, 2001.

Version 1.14 - 13 May 2001
</pre>

<a href="mailto:mdagosta@earthtribe.net?subject=FreeBSD Java">Mike</a>

<h3>For the Impatient</h3>
<ol>
  <li>Install linux_base-6.1 - <a href="ftp://ftp5.freebsd.org/pub/FreeBSD/ports/i386/packages-4.3-stable/All/linux_base-6.1.tgz">FTP Package</a>
  <li>Install javavmwrapper-1.1 - <a href="ftp://ftp5.freebsd.org/pub/FreeBSD/ports/i386/packages-4.3-stable/All/javavmwrapper-1.1.tgz">FTP Package</a>
  <li>Get Sun's JDK 1.4 (beta) - <a href="http://java.sun.com/j2se/1.4/">HTTP</a>;
  <li>Unpack it to XXX and set/export JAVA_HOME=XXX
  <li>Install IBM's Jikes - <a href="ftp://ftp5.freebsd.org/pub/FreeBSD/ports/i386/packages-4.3-stable/All/jikes-1.14.tgz">FTP Package</a>
</ol>

</body>
</html>

--=====================_10429326==_--


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?5.1.0.14.0.20010710232019.00b0c058>