Import FreeBSD Java homepage into the web server.
Submitted by: Patrick Gardella patrick@whetstonelogic.com
This commit is contained in:
parent
299f51d0b6
commit
95a47c416c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6447
29 changed files with 1801 additions and 0 deletions
19
en/java/Makefile
Normal file
19
en/java/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
|
||||
SUBDIR= dists docs links
|
||||
|
||||
DOCS = index.sgml
|
||||
DOCS+= advocacy.sgml
|
||||
DOCS+= howhelp.sgml
|
||||
DOCS+= index.sgml
|
||||
DOCS+= install.sgml
|
||||
DOCS+= newsflash.sgml
|
||||
DOCS+= press.sgml
|
||||
|
||||
DATA= j2j.gif
|
||||
|
||||
.include <../web.mk>
|
84
en/java/advocacy.sgml
Normal file
84
en/java/advocacy.sgml
Normal file
|
@ -0,0 +1,84 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Advocacy">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<!-- <table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<TD BGCOLOR="#990000" WIDTH="10"> <BR> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66">
|
||||
<P><BIG><FONT COLOR="#990000"><B>News</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./news/newsflash.html">Announcements</A><BR>
|
||||
<A HREF="news/">More ...</A>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Software</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./howto/install.html">Getting Java for FreeBSD</A><BR>
|
||||
<A HREF="./dists/">Release Information</A><BR>
|
||||
<A HREF="./dists/1.1/">JDK 1.1.x</A><BR>
|
||||
<A HREF="./dists/1.2/">JDK 1.2.x</A><BR>
|
||||
<A HREF="./ports/">Available Ports …</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Documentation</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./docs/newbies.html">For
|
||||
Newbies</A><BR>
|
||||
<A HREF="tutorials/">Tutorials</A><BR>
|
||||
<A HREF="./FAQ/FAQ.html">FAQ</A><BR>
|
||||
<A HREF="./docs/howtoports.html">Creating Ports…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Java Resources</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./links/index.html">Links</A><BR>
|
||||
<a href="./links/freebsd.html">FreeBSD</a><br>
|
||||
<A HREF="./links/vendor.html">Vendor</A><BR>
|
||||
<A HREF="./links/development.html">Development Tools</A><BR>
|
||||
<A HREF="./links/api.html">APIs</A><BR>
|
||||
<A HREF="./links/tutorials.html">Tutorials</A><BR>
|
||||
<A HREF="./links/documentation.html">Documentation</A><BR>
|
||||
<A HREF="./links/resources.html">Resources…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
|
||||
<FORM ACTION="http://www.freebsd.org/cgi/search.cgi" METHOD="GET"> <SMALL> Search for:<BR>
|
||||
<INPUT TYPE="TEXT" NAME="words" SIZE="10">
|
||||
<INPUT TYPE="HIDDEN" NAME="max" VALUE="25">
|
||||
<INPUT TYPE="HIDDEN" NAME="source" VALUE="www">
|
||||
<INPUT TYPE="SUBMIT" VALUE="Go"></SMALL>
|
||||
</FORM>
|
||||
</TD>
|
||||
</tr>
|
||||
</table> -->
|
||||
<h1><FONT COLOR="#660000">Java for FreeBSD: Advocacy</FONT></h1>
|
||||
<P>We would like to have FreeBSD known as the stable Java platform.
|
||||
|
||||
<P><B>Request for Enhancement to Sun</B>:
|
||||
<BR>We have petitioned Sun to provide an official FreeBSD port. We are currently
|
||||
in <B>2nd</B> place in the vote count. If you are a member of the Java Develop
|
||||
er's Connection (it's free), you can vote for it as well <A HREF="http://develop
|
||||
er.java.sun.com/developer/bugParade/bugs/4288745.html">http://developer.java.sun
|
||||
.com/developer/bugParade/bugs/4288745.html</A>
|
||||
<P><B>Petition IBM for a port to FreeBSD</B>:
|
||||
<BR>In October, 1999, IBM released a new version of their IBM Developer Kit for Linux. We would like to see them release one for FreeBSD. If anyone has a point of contact in IBM that could spearhead this petition, please let <A HREF="mailto: patrick@whetstonelogic.com">Patrick Gardella</A> know.
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
&footer
|
||||
</body>
|
||||
</html>
|
114
en/java/dists/10.sgml
Normal file
114
en/java/dists/10.sgml
Normal file
|
@ -0,0 +1,114 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: JDK 1.0">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<!-- <table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<TD BGCOLOR="#990000" WIDTH="10"> <BR> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66">
|
||||
<P><BIG><FONT COLOR="#990000"><B>News</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="newsflash.html">Announcements</A><BR>
|
||||
<A HREF="news.html">More ...</A>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Software</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="install.html">Getting Java for FreeBSD</A><BR>
|
||||
<A HREF="dists/">Release Information</A><BR>
|
||||
<A HREF="dists/11.html">JDK 1.1.x</A><BR>
|
||||
<A HREF="dists/12.html">JDK 1.2.x</A><BR>
|
||||
<A HREF="http://www.freebsd.org/ports/java.html">Available Ports …</A><BR>
|
||||
<A HREF="howhelp.html">How can I help?</A>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Documentation</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="docs/newbies.html">For
|
||||
Newbies</A><BR>
|
||||
<A HREF="docs/Tutorials.html">Tutorials</A><BR>
|
||||
<A HREF="docs/FAQ.html">FAQ</A><BR>
|
||||
<A HREF="docs/howtoports.html">Creating Ports…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Java Resources</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="links/index.html">Links</A><BR>
|
||||
<a href="links/freebsd.html">FreeBSD</a><br>
|
||||
<A HREF="links/vendor.html">Vendor</A><BR>
|
||||
<A HREF="links/development.html">Development Tools</A><BR>
|
||||
<A HREF="links/api.html">APIs</A><BR>
|
||||
<A HREF="links/tutorials.html">Tutorials</A><BR>
|
||||
<A HREF="links/documentation.html">Documentation</A><BR>
|
||||
<A HREF="links/resources.html">Resources…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
|
||||
<FORM ACTION="http://www.freebsd.org/cgi/search.cgi" METHOD="GET"> <SMALL> Search for:<BR>
|
||||
<INPUT TYPE="TEXT" NAME="words" SIZE="10">
|
||||
<INPUT TYPE="HIDDEN" NAME="max" VALUE="25">
|
||||
<INPUT TYPE="HIDDEN" NAME="source" VALUE="www">
|
||||
<INPUT TYPE="SUBMIT" VALUE="Go"></SMALL>
|
||||
</FORM>
|
||||
</TD>
|
||||
</tr>
|
||||
</table> -->
|
||||
</TD>
|
||||
<TD VALIGN="TOP" WIDTH="500">
|
||||
<h1><FONT COLOR="#660000">Java for FreeBSD: UNSUPPORTED</FONT></h1>
|
||||
<H3>JDK 1.0.x</H3>
|
||||
<P>Although it is noted below, this distribution is no longer found on freefall.FreeBSD.org. If you can find this port, feel free to use it. :)
|
||||
<PRE>
|
||||
Announcement
|
||||
------------
|
||||
A native FreeBSD binary distribution of the JDK 1.0.2 is now available from
|
||||
freefall.FreeBSD.org:/pub/FreeBSD/LOCAL_PORTS/jdk102.tar.gz
|
||||
This port contains the java interpreter, compiler, and appletviewer.
|
||||
This is a completely unsupported distribution.
|
||||
|
||||
Installation
|
||||
------------
|
||||
1. Grab freefall.FreeBSD.org:/pub/FreeBSD/LOCAL_PORTS/jdk102.tar.gz.
|
||||
2. Create a directory and untar the FreeBSD distribution in there.
|
||||
3. Install the pdksh port.
|
||||
|
||||
Running the JDK
|
||||
---------------
|
||||
If your JDK directory is rooted at <jdk>, you need to set
|
||||
1. your path to include the <jdk>/bin directory
|
||||
2. CLASSPATH environment variable to .:<jdk>/classes
|
||||
3. LD_LIBRARY_PATH to include <jdk>/lib/i386
|
||||
To compile a java program, invoke 'javac program.java'.
|
||||
To run it, use 'java <name of main class>'.
|
||||
|
||||
Answers to Common Questions
|
||||
---------------------------
|
||||
Q: Do I need Motif?
|
||||
A: No.
|
||||
|
||||
Q: Which version of FreeBSD does this work on?
|
||||
A: I run the current version of FreeBSD, so that's the only version which
|
||||
I've verified. /*"FreeBSD-current?" -comment added by Dave Hummel, not
|
||||
original author */
|
||||
|
||||
Q: It doesn't work on my machine. What do I do?
|
||||
A: You are out of luck. This is a completely unsupported distribution.
|
||||
</PRE>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
132
en/java/dists/11.sgml
Normal file
132
en/java/dists/11.sgml
Normal file
|
@ -0,0 +1,132 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: JDK 1.1">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<!-- <table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<TD BGCOLOR="#990000" WIDTH="10"> <BR> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66">
|
||||
<P><BIG><FONT COLOR="#990000"><B>News</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./news/newsflash.html">Announcements</A><BR>
|
||||
<A HREF="news/">More ...</A>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Software</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./howto/install.html">Getting Java for FreeBSD</A><BR>
|
||||
<A HREF="./dists/">Release Information</A><BR>
|
||||
<A HREF="./dists/1.1/">JDK 1.1.x</A><BR>
|
||||
<A HREF="./dists/1.2/">JDK 1.2.x</A><BR>
|
||||
<A HREF="./ports/">Available Ports …</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Documentation</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./docs/newbies.html">For
|
||||
Newbies</A><BR>
|
||||
<A HREF="tutorials/">Tutorials</A><BR>
|
||||
<A HREF="./FAQ/FAQ.html">FAQ</A><BR>
|
||||
<A HREF="./docs/howtoports.html">Creating Ports…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Java Resources</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./links/index.html">Links</A><BR>
|
||||
<a href="./links/freebsd.html">FreeBSD</a><br>
|
||||
<A HREF="./links/vendor.html">Vendor</A><BR>
|
||||
<A HREF="./links/development.html">Development Tools</A><BR>
|
||||
<A HREF="./links/api.html">APIs</A><BR>
|
||||
<A HREF="./links/tutorials.html">Tutorials</A><BR>
|
||||
<A HREF="./links/documentation.html">Documentation</A><BR>
|
||||
<A HREF="./links/resources.html">Resources…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
|
||||
<FORM ACTION="http://www.freebsd.org/cgi/search.cgi" METHOD="GET"> <SMALL> Search for:<BR>
|
||||
<INPUT TYPE="TEXT" NAME="words" SIZE="10">
|
||||
<INPUT TYPE="HIDDEN" NAME="max" VALUE="25">
|
||||
<INPUT TYPE="HIDDEN" NAME="source" VALUE="www">
|
||||
<INPUT TYPE="SUBMIT" VALUE="Go"></SMALL>
|
||||
</FORM>
|
||||
</TD>
|
||||
</tr>
|
||||
</table> -->
|
||||
<h1><FONT COLOR="#660000">Java for FreeBSD: JDK 1.1.x</FONT></h1>
|
||||
|
||||
<P><B>November 9, 1999:</B>Another JDK1.1.8 release to fix a separate class of multicast bugs.
|
||||
<UL>
|
||||
<LI>
|
||||
<A HREF="jdk1.1.8_AOUT.V99-11-9.tar.gz">jdk1.1.8_AOUT.V99-11-9.tar.gz</A>.
|
||||
For FreeBSD versions 2.2.*, which use the A.OUT binary format.
|
||||
<LI>
|
||||
<A HREF="jdk1.1.8_ELF.V99-11-9.tar.gz">jdk1.1.8_ELF.V99-11-9.tar.gz</A>.
|
||||
For FreeBSD versions 3.* and 4.* which use the ELF binary format. Note, due to a number of changes in -CURRENT, the JDK may not work properly.
|
||||
</UL>
|
||||
<P><B>September 22, 1999:</B> Re-rolled the JDK1.1.8 yet again to fixup
|
||||
some minor bugs that people have found, as well as to speedup the JDK.
|
||||
<UL>
|
||||
<LI>
|
||||
<A HREF="jdk1.1.8_AOUT.V99-9-22.tar.gz">jdk1.1.8_AOUT.V99-9-22.tar.gz</A>.
|
||||
For FreeBSD versions 2.2.*, which use the A.OUT binary format.
|
||||
<LI>
|
||||
<A HREF="jdk1.1.8_ELF.V99-9-22.tar.gz">jdk1.1.8_ELF.V99-9-22.tar.gz</A>.
|
||||
For FreeBSD versions 3.* and 4.* which use the ELF binary format.
|
||||
</UL>
|
||||
<H3>README.FreeBSD:</H3>
|
||||
<PRE>
|
||||
JDK1.1.8 for FreeBSD
|
||||
--------------------
|
||||
Fixed in this release:
|
||||
- Printing from the JDK should now work reliably.
|
||||
- Updated to now use the assembly version of the interpreter. Performance
|
||||
should be increased.
|
||||
- Better handling of signals like DIVIDE and SIGFPE which are trapped and
|
||||
handled correctly now.
|
||||
- The ELF version should work better with AWT/Swing applications. The
|
||||
FreeBSD project donated a more modern copy of Motif that should avoid
|
||||
some weird X errors that occurred previously.
|
||||
|
||||
For best results, we suggest you run the most recent releases of FreeBSD,
|
||||
which are 2.2.8 for the a.out releases, and FreeBSD 3.2R, to take advantage
|
||||
of the fixes in those releases.
|
||||
|
||||
If you find bug or have bug-fixes you'd like to see integrated, please send
|
||||
email to 'java-port@FreeBSD.org' so we can make future releases even better.
|
||||
|
||||
Known Bugs/Limitations:
|
||||
------------------------------------
|
||||
The number of sockets that can be used at any one time is hard-coded ahead
|
||||
of time (at this time, it's 2000). This is not necessarily a limitation of
|
||||
the FreeBSD kernel, but coming up with a 'dynamic' scheme is non-trivial so
|
||||
none of the developers has written the code, and and no-one else has
|
||||
provided any patches to the development team. If this is important to you,
|
||||
we welcome any patches to provide a more 'dynamic' scheme that doesn't limit
|
||||
the number of file descriptors (sockets).
|
||||
------------------------------------
|
||||
To make a a distribution that works without X *and* with X, two binaries
|
||||
are provided. The first is linked without X, and is the standard binary.
|
||||
The second binary is linked against a static version of X, and against
|
||||
the shared X libraries. The version used is controlled by the setting
|
||||
of the DISPLAY environment variable, which is used by X to determine
|
||||
where to send the output.
|
||||
</PRE>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
84
en/java/dists/12.sgml
Normal file
84
en/java/dists/12.sgml
Normal file
|
@ -0,0 +1,84 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: JDK 2 (aka JDK 1.2)">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<!-- <table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<TD BGCOLOR="#990000" WIDTH="10"> <BR> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66">
|
||||
<P><BIG><FONT COLOR="#990000"><B>News</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./news/newsflash.html">Announcements</A><BR>
|
||||
<A HREF="news/">More ...</A>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Software</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./howto/install.html">Getting Java for FreeBSD</A><BR>
|
||||
<A HREF="./dists/">Release Information</A><BR>
|
||||
<A HREF="./dists/1.1/">JDK 1.1.x</A><BR>
|
||||
<A HREF="./dists/1.2/">JDK 1.2.x</A><BR>
|
||||
<A HREF="./ports/">Available Ports …</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Documentation</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./docs/newbies.html">For
|
||||
Newbies</A><BR>
|
||||
<A HREF="tutorials/">Tutorials</A><BR>
|
||||
<A HREF="./FAQ/FAQ.html">FAQ</A><BR>
|
||||
<A HREF="./docs/howtoports.html">Creating Ports…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Java Resources</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./links/index.html">Links</A><BR>
|
||||
<a href="./links/freebsd.html">FreeBSD</a><br>
|
||||
<A HREF="./links/vendor.html">Vendor</A><BR>
|
||||
<A HREF="./links/development.html">Development Tools</A><BR>
|
||||
<A HREF="./links/api.html">APIs</A><BR>
|
||||
<A HREF="./links/tutorials.html">Tutorials</A><BR>
|
||||
<A HREF="./links/documentation.html">Documentation</A><BR>
|
||||
<A HREF="./links/resources.html">Resources…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
|
||||
<FORM ACTION="http://www.freebsd.org/cgi/search.cgi" METHOD="GET"> <SMALL> Search for:<BR>
|
||||
<INPUT TYPE="TEXT" NAME="words" SIZE="10">
|
||||
<INPUT TYPE="HIDDEN" NAME="max" VALUE="25">
|
||||
<INPUT TYPE="HIDDEN" NAME="source" VALUE="www">
|
||||
<INPUT TYPE="SUBMIT" VALUE="Go"></SMALL>
|
||||
</FORM>
|
||||
</TD>
|
||||
</tr>
|
||||
</table> -->
|
||||
<h1><FONT COLOR="#660000">Java for FreeBSD: JDK 2 (aka 1.2.x)</FONT></h1>
|
||||
|
||||
<P>
|
||||
<B>October 11, 1999:</B> Work has re-started on the Java2/JDK1.2 port.
|
||||
Expect an early 'alpha' release in the coming weeks for FreeBSD
|
||||
3.3-stable/ELF boxes.
|
||||
|
||||
<P>For most JDK2 development issues, you can use the JDK1 release and the
|
||||
<A HREF="http://java.sun.com/products/jfc/index.html#download-swing">Swing</A>
|
||||
releases provided by Sun for JDK1, which works very well under FreeBSD.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</TABLE>
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
5
en/java/dists/Makefile
Normal file
5
en/java/dists/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
DOCS= 10.sgml 11.sgml 12.sgml index.sgml
|
||||
|
||||
WEBBASE= /data/java
|
||||
|
||||
.include "../../web.mk"
|
97
en/java/dists/index.sgml
Normal file
97
en/java/dists/index.sgml
Normal file
|
@ -0,0 +1,97 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Distributions">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<!-- <table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<TD BGCOLOR="#990000" WIDTH="10"> <BR> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66">
|
||||
<P><BIG><FONT COLOR="#990000"><B>News</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="newsflash.html">Announcements</A><BR>
|
||||
<A HREF="news.html">More ...</A>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Software</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="install.html">Getting Java for FreeBSD</A><BR>
|
||||
<A HREF="dists/">Release Information</A><BR>
|
||||
<A HREF="dists/11.html">JDK 1.1.x</A><BR>
|
||||
<A HREF="dists/12.html">JDK 1.2.x</A><BR>
|
||||
<A HREF="http://www.freebsd.org/ports/java.html">Available Ports …</A><BR>
|
||||
<A HREF="howhelp.html">How can I help?</A>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Documentation</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="docs/newbies.html">For
|
||||
Newbies</A><BR>
|
||||
<A HREF="docs/Tutorials.html">Tutorials</A><BR>
|
||||
<A HREF="docs/FAQ.html">FAQ</A><BR>
|
||||
<A HREF="docs/howtoports.html">Creating Ports…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Java Resources</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="links/index.html">Links</A><BR>
|
||||
<a href="links/freebsd.html">FreeBSD</a><br>
|
||||
<A HREF="links/vendor.html">Vendor</A><BR>
|
||||
<A HREF="links/development.html">Development Tools</A><BR>
|
||||
<A HREF="links/api.html">APIs</A><BR>
|
||||
<A HREF="links/tutorials.html">Tutorials</A><BR>
|
||||
<A HREF="links/documentation.html">Documentation</A><BR>
|
||||
<A HREF="links/resources.html">Resources…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
|
||||
<FORM ACTION="http://www.freebsd.org/cgi/search.cgi" METHOD="GET"> <SMALL> Search for:<BR>
|
||||
<INPUT TYPE="TEXT" NAME="words" SIZE="10">
|
||||
<INPUT TYPE="HIDDEN" NAME="max" VALUE="25">
|
||||
<INPUT TYPE="HIDDEN" NAME="source" VALUE="www">
|
||||
<INPUT TYPE="SUBMIT" VALUE="Go"></SMALL>
|
||||
</FORM>
|
||||
</TD>
|
||||
</tr>
|
||||
</table> -->
|
||||
</TD>
|
||||
<TD VALIGN="TOP" WIDTH="500">
|
||||
<TABLE BORDER=0 WIDTH="100%">
|
||||
<TR>
|
||||
<TD>
|
||||
<h1><FONT COLOR="#660000">Java for FreeBSD</FONT></h1>
|
||||
This is the offical port of Sun's Java Development Kit for FreeBSD. No known significant bugs exist at this time, but there are no guarantees of usability. However, many commercial companies rely on this port, so it should be safe to use.
|
||||
</TD>
|
||||
<TD>
|
||||
<A HREF="http://java.sun.com"><IMG SRC="../j2j.gif" HSPACE=10 border="0" ALT="Jump to Java"></A>
|
||||
</TD>
|
||||
</tr>
|
||||
</TABLE>
|
||||
<H2>Supported</H2>
|
||||
<H3>JDK 1.1.x</H3>
|
||||
<P>We currently have support for 2.2.x, 3.x and 4-CURRENT FreeBSD Systems for <A HREF="11.html">JDK 1.1.8</A>. Included is support for both X and non-X systems as two separate binaries.
|
||||
|
||||
<H3>JDK 1.2.x</H3>
|
||||
<P><A HREF="12.html">JDK2 (aka 1.2)</A> support is forthcoming.
|
||||
|
||||
<H2>Unsupported</H2>
|
||||
<H3>JDK 1.0.x</H3>
|
||||
<P>There is an old port of <A HREF="10.html">JDK 1.0.2</A> availible. It is a.out, and will run on older FreeBSD systems (2.1.x and 2.2.x). <B>This port is not supported</B>
|
||||
<P>Anything prior to FreeBSD 2.2 (such as FreeBSD 2.1.7.1) is not supported in either JDK 1.1.8 or JDK 1.2.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
5
en/java/docs/Makefile
Normal file
5
en/java/docs/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
DOCS= faq.sgml howtoports.sgml newbies.sgml tutorials.sgml
|
||||
|
||||
WEBBASE= /data/java
|
||||
|
||||
.include "../../web.mk"
|
120
en/java/docs/faq.sgml
Normal file
120
en/java/docs/faq.sgml
Normal file
|
@ -0,0 +1,120 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: FAQ">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
|
||||
<h1>FreeBSD-Java-FAQ</h1>
|
||||
<h2>Contents</h2>
|
||||
<ol>
|
||||
<li> <a href="#q1">Is there a JDK 1.2 for FreeBSD?</a>
|
||||
<li> <a href="#q2">Can I use the Linux-Port from the Blackdown people?</a>
|
||||
</ol>
|
||||
<h2>Full Text </h2>
|
||||
<table border="0" cellspacing="0" cellpadding="2" width=500>
|
||||
<tr>
|
||||
<TD BGCOLOR="#990000" WIDTH="10">
|
||||
<font color="#FFFFFF"><a name="q1"> 1.</a></font>
|
||||
</TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66" colspan=3>
|
||||
Is there a JDK 1.2 for FreeBSD?
|
||||
</TD>
|
||||
</tr>
|
||||
<tr>
|
||||
<TD BGCOLOR="#990000" WIDTH="10"> <br> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" colspan=3>
|
||||
No. But porting is under way. Hava a look at the news section.
|
||||
</TD>
|
||||
</tr>
|
||||
<tr bgcolor="#ffcc66">
|
||||
<TD BGCOLOR="#990000" WIDTH="10"><br></td>
|
||||
<td><font color="#990000"><strong>Prev</strong></font></td>
|
||||
<td align=center><font color="#990000"><strong>Top</strong></font></td>
|
||||
<td align=right><font color="#990000"><strong>Next</strong></font></td>
|
||||
</tr>
|
||||
<tr><td colspan=4><br></td></tr>
|
||||
<tr>
|
||||
<TD BGCOLOR="#990000" WIDTH="10">
|
||||
<FONT color="#FFFFFF"><a name="q2"> 2.</a></font></TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66" colspan=3>
|
||||
Can I use the Linux-Port from the Blackdown people?
|
||||
</TD>
|
||||
</tr>
|
||||
<tr>
|
||||
<TD BGCOLOR="#990000" WIDTH="10"> <BR> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" colspan=3>
|
||||
Some people reported success in doing so. Try the following:
|
||||
Get the archive, extract it somewhere. Then apply the following diff: <br>
|
||||
<pre>
|
||||
--- bin/.java_wrapper.dist Thu Jun 3 01:14:34 1999
|
||||
+++ bin/.java_wrapper Thu Oct 14 19:17:11 1999
|
||||
@@ -31,8 +31,8 @@
|
||||
# Resolve symlinks. See 4152645.
|
||||
while [ -h "$PRG" ]; do
|
||||
ls=`/bin/ls -ld "$PRG"`
|
||||
- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
|
||||
- if /usr/bin/expr "$link" : '/' > /dev/null; then
|
||||
+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
|
||||
+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then
|
||||
PRG="$link"
|
||||
else
|
||||
PRG="`/usr/bin/dirname $PRG`/$link"
|
||||
@@ -63,7 +63,7 @@
|
||||
# Select vm type (if classic vm, also select thread type).
|
||||
unset vmtype
|
||||
unset ttype
|
||||
-DEFAULT_THREADS_FLAG=native
|
||||
+DEFAULT_THREADS_FLAG=green
|
||||
if [ "x$1" = "x-hotspot" ]; then
|
||||
vmtype=hotspot
|
||||
ttype=native_threads
|
||||
--- jre/bin/.java_wrapper.dist Thu Jun 3 01:14:34 1999
|
||||
+++ jre/bin/.java_wrapper Thu Oct 14 19:32:06 1999
|
||||
@@ -31,8 +31,8 @@
|
||||
# Resolve symlinks. See 4152645.
|
||||
while [ -h "$PRG" ]; do
|
||||
ls=`/bin/ls -ld "$PRG"`
|
||||
- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
|
||||
- if /usr/bin/expr "$link" : '/' > /dev/null; then
|
||||
+ link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
|
||||
+ if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then
|
||||
PRG="$link"
|
||||
else
|
||||
PRG="`/usr/bin/dirname $PRG`/$link"
|
||||
@@ -63,7 +63,7 @@
|
||||
# Select vm type (if classic vm, also select thread type).
|
||||
unset vmtype
|
||||
unset ttype
|
||||
-DEFAULT_THREADS_FLAG=native
|
||||
+DEFAULT_THREADS_FLAG=green
|
||||
if [ "x$1" = "x-hotspot" ]; then
|
||||
vmtype=hotspot
|
||||
ttype=native_threads</pre><br>
|
||||
Thanks to Makoto MATSUSHITA (matusita@ics.es.osaka-u.ac.jp)
|
||||
</TD>
|
||||
</tr>
|
||||
<tr bgcolor="#ffcc66">
|
||||
<TD BGCOLOR="#990000" WIDTH="10"><br></td>
|
||||
<td><font color="#990000"><strong>Prev</strong></font></td>
|
||||
<td align=center><font color="#990000"><strong>Top</strong></font></td>
|
||||
<td align=right><font color="#990000"><strong>Next</strong></font></td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>
|
||||
<table cellspacing=0 border=0 bgcolor="#ffcc66" width=500>
|
||||
<tr>
|
||||
<td><a href="../index.html"><font color="#990000"><strong>Home</strong></font></a></td>
|
||||
<td align=center><font color="#990000"><strong>News</strong></font></td>
|
||||
<td align=center><font color="#990000"><strong>Software</strong></font></td>
|
||||
<td align=center><font color="#990000"><strong>Documentation</strong></font></td>
|
||||
<td align=center><font color="#990000"><strong>Resources</strong></font></td>
|
||||
<td align=right><font color="#990000"><strong>FAQ</strong></font></td>
|
||||
</tr>
|
||||
</table>
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
31
en/java/docs/howtoports.sgml
Normal file
31
en/java/docs/howtoports.sgml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: How To Make a Port">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
|
||||
<h1> <font color="#660000">How to Make a Port</font></h1>
|
||||
|
||||
<P>General instructions can be found in the FreeBSD Handbook, under <A HREF="http://www.freebsd.org/handbook/porting.html">Porting Applications</A>.
|
||||
<P>For Java ports, there are unofficial standards:
|
||||
<P><PRE>
|
||||
1) If it's a library then jar files go into:
|
||||
/usr/local/share/java/classes/
|
||||
|
||||
2) If it's a stand-alone application then jar files go into:
|
||||
/usr/local/share/java/<application-name>/
|
||||
and scripts to run it go into:
|
||||
/usr/local/bin/
|
||||
|
||||
3) Documentation goes into:
|
||||
/usr/local/share/doc/java/<application-name>/
|
||||
</PRE>
|
||||
<P>The more ported applications we have, the better.
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
19
en/java/docs/newbies.sgml
Normal file
19
en/java/docs/newbies.sgml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Newbies Guide">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">For Newbies</font></h1>
|
||||
|
||||
<P>What kind of "Newbie" are you?</P>
|
||||
|
||||
<P><B>New to FreeBSD's JDK?</B> -- <A HREF="install.html">Learn how to install the JDK</A>
|
||||
<P><B>New to Java?</B> -- Learn Java using a <A HREF="tutorials.html">tutorial</A> or from a <A HREF="documentation.html">book</A>. One of the most often recommended books is Bruce Eckel's <A HREF="http://www.eckelobjects.com/TIJ2/index.html">Thinking in Java</A>.
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
17
en/java/docs/tutorials.sgml
Normal file
17
en/java/docs/tutorials.sgml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Tutorials">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">Tutorials</font></h1>
|
||||
|
||||
<P>We currently do not have any FreeBSD specific tutorials. If you would like to see one, send a message to <A HREF="mailto:freebsd-java@freebsd.org">freebsd-java@freebsd.org</A>.
|
||||
|
||||
<P>Other tutorials may be found <A HREF="../links/tutorials.html">here</A>.
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
65
en/java/howhelp.sgml
Normal file
65
en/java/howhelp.sgml
Normal file
|
@ -0,0 +1,65 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Documentation Project: Current projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">How to Help</font></h1>
|
||||
|
||||
<P><B>I want to</B>:
|
||||
<BR>...<A HREF="#code">work on the port itself</A>
|
||||
<BR>...<A HREF="#testing">help testing</A>
|
||||
<BR>...<A HREF="#BUG">report a bug</A>
|
||||
<BR>...<A HREF="#documentation">write documentation</A>
|
||||
|
||||
|
||||
<A NAME="code"></A>
|
||||
<P><B><FONT COLOR="#660000">So you want to help, do you?</FONT></B></P>
|
||||
<P>Working on the JDK port requires a firm grasp of C, the FreeBSD architecture, and a lot of time to spare. The changes that need to be made in the code have to do with how FreeBSD differs from Solaris, so if you don't know these, you will not go very far in the port. We have
|
||||
had many people say they are willing to help, but when they see what is involved, they drop away.
|
||||
<P>Having been dutifully warned, here is what you need to do to get involved:
|
||||
<OL>
|
||||
<LI><B>Obtain a license from Sun for the source code</B>
|
||||
<UL>
|
||||
<LI><B>For JDK 1.1.x</B> You will need to obtain a "Non-Commercial License" This is done at <A HREF="http://www.javasoft.com/nav/business/source_form.html">http://www.javasoft.com/nav/business/source_form.html</A>
|
||||
<LI><B>For Java 2</B> You will need to agree to and sign the "Community Source License" This is done at <A HREF="http://jsecom4.sun.com:80/servlet/EComActionServlet/ECom.WelcomePageInfo;$sessionid$">the Sun Download Center</A>
|
||||
</UL>
|
||||
<LI><B>Download the source code</B>
|
||||
<UL>
|
||||
<LI><B>For JDK 1.1.x</B> Instructions will be provided to you by Sun.
|
||||
<LI><B>For Java 2</B> You may download the source code from <A HREF="http://www.sun.com/software/java2/download.html">http://www.sun.com/software/java2/download.html</A>
|
||||
</UL>
|
||||
<LI><B>Obtain source code "diffs"</B> Notify Nate Williams <A HREF="mailto:nate@mt.sri.com">nate@mt.sri.com</A> that you have the license and arrange to gain access to the CVS tree.
|
||||
<H3>AND/OR</H3>
|
||||
<LI><B>Begin hacking on the sources</B> Begin your porting. Jump right in and start digging.
|
||||
<LI><B>Let the world know you have finished it!</B>
|
||||
</OL>
|
||||
|
||||
<A NAME="testing"></A>
|
||||
<P><B><FONT COLOR="#660000">You want to help, but do not know C or FreeBSD <I>that</I> well?</FONT></B></P>
|
||||
<P>The absolute best thing you can do is download the <A HREF="dists/">latest release</A>, install it, and try all your favorite Java applications. If they don't work, see below.
|
||||
|
||||
<A NAME="BUG"></A>
|
||||
<P><B><FONT COLOR="#660000">I have a bug!</FONT></B></P>
|
||||
<P>If you find an application that does not work, or crashes, here are the steps you should follow before reporting it:
|
||||
<OL>
|
||||
<LI>Try it again.
|
||||
<LI>Check your settings for this application. Check to see if you made a mistake in starting it up.
|
||||
<LI>Try it on a different platform. If you have access to a reference platform, try it there. (We need to determine if it is an application error, a Java bug, or a FreeBSD specific bug.)
|
||||
<LI>Narrow down the problem. If it is your own code, narrow down the bug to the offending code. Otherwise, determine the steps required to reproduce the problem.
|
||||
<LI>Notify the JDK porting team. Send email to <A HREF="mailto:freebsd-java@freebsd.org">freebsd-java@freebsd.org</A>. Be sure to include the steps you have followed.
|
||||
<LI>Finally, and most importantly, be willing to work with the team to fix the problem.
|
||||
</OL>
|
||||
|
||||
<A NAME="documentation"></A>
|
||||
<P><B><FONT COLOR="#660000">I can help with the web site or documentation!</FONT></B></P>
|
||||
<P>Everyone can help here. If you have a suggestion to add to the documentation, write it up and send it to <A HREF="mailto:freebsd-java@freebsd.org">freebsd-java@freebsd.org</A>
|
||||
|
||||
&footer;
|
||||
|
||||
</BODY>
|
||||
</HTML>
|
90
en/java/index.sgml
Normal file
90
en/java/index.sgml
Normal file
|
@ -0,0 +1,90 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<TD bgcolor="#990000" WIDTH="10"> <BR> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" bgcolor="#ffcc66">
|
||||
<P><BIG><FONT COLOR="#990000"><B>News</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="newsflash.html">Announcements</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Software</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="install.html">Getting Java for FreeBSD</A><BR>
|
||||
<A HREF="dists/">Release Information</A><BR>
|
||||
<A HREF="dists/11.html">JDK 1.1.x</A><BR>
|
||||
<A HREF="dists/12.html">JDK 1.2.x</A><BR>
|
||||
<A HREF="http://www.freebsd.org/ports/java.html">Available Ports …</A><BR>
|
||||
<A HREF="howhelp.html">How can I help?</A><BR>
|
||||
<A HREF="howhelp.html#BUG">I found a bug!?!</A>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Documentation</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="docs/newbies.html">For
|
||||
Newbies</A><BR>
|
||||
<A HREF="docs/tutorials.html">Tutorials</A><BR>
|
||||
<A HREF="docs/faq.html">FAQ</A><BR>
|
||||
<A HREF="docs/howtoports.html">Creating Ports…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Java Resources</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="links/index.html">Links</A><BR>
|
||||
<a href="links/freebsd.html">FreeBSD</a><br>
|
||||
<A HREF="links/vendor.html">Vendor</A><BR>
|
||||
<A HREF="links/development.html">Development Tools</A><BR>
|
||||
<A HREF="links/api.html">APIs</A><BR>
|
||||
<A HREF="links/tutorials.html">Tutorials</A><BR>
|
||||
<A HREF="links/documentation.html">Documentation</A><BR>
|
||||
<A HREF="links/resources.html">Resources…</A><BR>
|
||||
<A HREF="links/servlets.html">Servlets</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<FORM ACTION="http://www.freebsd.org/cgi/search.cgi" METHOD="GET"> <SMALL> Search for:<BR>
|
||||
<INPUT TYPE="TEXT" NAME="words" SIZE="10">
|
||||
<INPUT TYPE="HIDDEN" NAME="max" VALUE="25">
|
||||
<INPUT TYPE="HIDDEN" NAME="source" VALUE="www">
|
||||
<INPUT TYPE="SUBMIT" VALUE="Go"></SMALL>
|
||||
</FORM>
|
||||
</TD>
|
||||
</tr>
|
||||
</table>
|
||||
</TD>
|
||||
<TD VALIGN="TOP" WIDTH="500">
|
||||
<TABLE border="0" WIDTH="100%">
|
||||
<TR>
|
||||
<TD>
|
||||
<h1><FONT COLOR="#660000">Java for FreeBSD</FONT></h1>
|
||||
This is the offical port of Sun's Java Development Kit for FreeBSD. No known significant bugs exist at this time, but there are no guarantees of usability. However, many commercial companies rely on this port, so it should be safe to use.
|
||||
</TD>
|
||||
<TD>
|
||||
<A HREF="http://java.sun.com"><IMG SRC="j2j.gif" HSPACE="10" border="0" ALT="Jump to Java"></A>
|
||||
</TD>
|
||||
</tr>
|
||||
</TABLE>
|
||||
|
||||
<P>We currently have support for 2.2.x, 3.x and 4-CURRENT FreeBSD Systems for JDK 1.1.8. JDK2 (aka 1.2) support is forthcoming. Anything prior to FreeBSD 2.2 (such as FreeBSD 2.1.7.1) is not supported.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
27
en/java/install.sgml
Normal file
27
en/java/install.sgml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Installation">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">How to Install</font></h1>
|
||||
<P>Installing FreeBSD's JDK is typically straightforward:</P>
|
||||
<P><CODE>cd /usr/ports/java/jdk
|
||||
<BR>make
|
||||
<BR>make install
|
||||
<BR>make clean
|
||||
</CODE></P>
|
||||
|
||||
<P>The JDK does not require any dependencies to install. However, if you wish to run any graphics, you will need to have X installed and running.
|
||||
|
||||
<P>Many applications in Java need Java Foundation Classes (Swing) to run. JFC can be installed in: <CODE>/usr/ports/java/jfc</CODE>
|
||||
|
||||
<P>If you should have trouble, you can see the <A HREF="http://www.freebsd.org/handbook/ports.html">FreeBSD Handbook section on "installing applications"</A> for help.
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
BIN
en/java/j2j.gif
Normal file
BIN
en/java/j2j.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
7
en/java/links/Makefile
Normal file
7
en/java/links/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
DOCS= freebsd.sgml tools.sgml api.sgml index.sgml
|
||||
DOCS+= tutorials.sgml development.sgml resources.sgml
|
||||
DOCS+= vendor.sgml documentation.sgml servlets.sgml
|
||||
|
||||
WEBBASE= /data/java
|
||||
|
||||
.include "../../web.mk"
|
106
en/java/links/api.sgml
Normal file
106
en/java/links/api.sgml
Normal file
|
@ -0,0 +1,106 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: API">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">Java API´s</font></h1>
|
||||
|
||||
<h2> API - Extensions by Sun Microsystems </h2>
|
||||
|
||||
The following list contains an excerpt from the available
|
||||
API definitions and implementations from SUN (for a start see
|
||||
<a href="http://java.sun.com/products">Java Products</a> and go e.g. to Standard Extensions)
|
||||
|
||||
<ul>
|
||||
<li><a href="http://java.sun.com/products/jfc">JFC (Java Foundation Classes)</a><br>
|
||||
That is where Swing comes from. For more info see
|
||||
<a href="http://java.sun.com/products/jfc/tsc">The Swing Connection</a>.
|
||||
<li> <a href="http://java.sun.com/products/java-media/jmf/index.html">Java<SUP><FONT SIZE="-2">TM</FONT></SUP> Media Framework</a><br>
|
||||
The Java Media Framework (JMF) 1.0 API specifies a simple,
|
||||
unified architecture, messaging protocol, and programming interface
|
||||
for media playback. This API was developed by Sun Microsystems,
|
||||
Inc., Silicon Graphics Inc., and Intel Corporation.
|
||||
<BR>
|
||||
The Java Media Framework (JMF) 2.0 API extends the 1.0 API by
|
||||
providing capture functionality, pluggable codecs, file saving, RTP
|
||||
broadcast and the ability to access and manipulate media data before it
|
||||
is rendered. This API is available for public review, and was developed
|
||||
by Sun Microsystems, Inc. and IBM.
|
||||
<li> <a href="http://java.sun.com/products/java-media/jai/index.html">Java<SUP><FONT SIZE="-2">TM</FONT></SUP> Advanced Imaging</a><br>
|
||||
The Java Advanced Imaging (JAI) API is the extensible,
|
||||
network-aware programming interface for creating advanced image processing
|
||||
applications and applets in the Java programming language. The
|
||||
Java Advanced Imaging API offers a rich set of image processing features
|
||||
such as tiling, deferred execution and multiprocessor scalability.
|
||||
Fully compatible with the Java 2D API, developers can easily extend the image
|
||||
processing capabilities and performance of standard Java 2D applications
|
||||
with the Java Advanced Imaging API.
|
||||
<li> <A HREF="http://java.sun.com/products/javacomm/">Java<SUP><FONT SIZE="-2">TM</FONT></SUP> Serial Port (COMM)</A> <br>
|
||||
The Java Serial Port can be used to write platform-independent communications
|
||||
applications for technologies such as voice mail, fax, and smartcards.
|
||||
Its current version supports RS232 serial ports and IEEE 1284 parallel ports.
|
||||
<li> <a href="http://java.sun.com/products/java-media/3D/index.html">Java 3D<SUP><FONT SIZE="-2">TM</FONT></SUP></a><br>
|
||||
The Java 3DTM 1.1 API is a set of classes for writing
|
||||
three-dimensional graphics applications and 3D applets. It gives
|
||||
developers high level constructs for creating and manipulating 3D
|
||||
geometry and for constructing the structures used in rendering that
|
||||
geometry. Application developers can describe very large virtual
|
||||
worlds using these constructs, which provides Java 3D with enough
|
||||
information to render these worlds efficiently.
|
||||
<li> <a href="http://java.sun.com/products/javamail/index.html">JavaMail</a><br>
|
||||
The JavaMail API provides a set of abstract classes that models a mail system.
|
||||
The API is meant to provide a platform independent and protocol
|
||||
independent framework to build Java-based mail and messaging applications.
|
||||
<li> <a href="http://java.sun.com/products/javahelp/index.html">JavaHelp<SUP><FONT SIZE="-2">TM</FONT></SUP></a><br>
|
||||
JavaHelp is the Help system for the Java platform: it is a Java-based,
|
||||
platform independent help system that enables Java developers to
|
||||
incorporate online help for a variety of needs, including Java components,
|
||||
applications (network and stand-alone), desktops, and HTML pages.
|
||||
<li> <a href="http://java.sun.com/products/beans/glasgow/jaf.html">JavaBeans<SUP><FONT SIZE="-2">TM</FONT></SUP> Activation Framework (JAF)</a><br>
|
||||
With the JavaBeans Activation Framework (JAF) developers can take
|
||||
advantage of standard services to determine the type of an arbitrary
|
||||
piece of data, encapsulate access to it, discover the operations
|
||||
available on it and to instantiate the appropriate JavaBeans
|
||||
component to perform these operations.
|
||||
<li> <A HREF="http://java.sun.com/products/servlet/index.html">Java<SUP><FONT SIZE="-2">TM</FONT></SUP> Servlet</A><br>
|
||||
Java Servlet provides a uniform, industry-supported
|
||||
interface for extending a web server with cross-platform and
|
||||
cross-server components written in the Java Programming Language.
|
||||
<li> <a href="http://java.sun.com/products/jce/index.html">Java<SUP><FONT SIZE="-2">TM</FONT></SUP> Cryptography (JCE)</a><br>
|
||||
The Java Cryptography Extension (JCE) 1.2 provides a framework and
|
||||
implementations for encryption, key generation and key agreement, and Message
|
||||
Authentication Code (MAC) algorithms. Support for encryption includes
|
||||
symmetric, asymmetric, block, and stream ciphers. The software also supports
|
||||
secure streams and sealed objects.
|
||||
<LI><a href="http://java.sun.com/products/beans/infobus/index.html">InfoBus</a><br>
|
||||
InfoBus enables dynamic exchange of data between JavaBeans components by
|
||||
defining a small number of interfaces between cooperating Beans and specifying
|
||||
the protocol for use of those interfaces.<BR>
|
||||
The protocols are based on a notion of an information bus. All components
|
||||
which implement these interfaces can plug into the bus. As a member of the
|
||||
bus any component can exchange data with any other component in structured
|
||||
way, including arrays, tables, and database rowsets.
|
||||
<li><A HREF="http://java.sun.com/products/jndi/index.html">Java Naming and Directory Interface<FONT SIZE="1"><SUP>TM</SUP></FONT> (JNDI)</A><br>
|
||||
Provides uniform, industry-standard, seamless connectivity from the
|
||||
Java platform to business information assets, thus allowing developers to
|
||||
deliver Java applications with unified access to multiple naming and directory
|
||||
services across the enterprise.
|
||||
<li> <a href="http://java.sun.com/xml">The XML Project</a><br>
|
||||
Sun´s home for combining XML and Java Technology
|
||||
</ul>
|
||||
<h2> Third Party packages … </h2>
|
||||
<ul>
|
||||
<li> <a href="http://www.objectspace.com/products/jglOverview.htm">JGL (Java Generic Library)</a><br>
|
||||
A collection API implementation including linked lists etc. The Collection
|
||||
API before invention of CollcetionAPI in JDK1.2
|
||||
<li> <a href="http://www.alphaworks.ibm.com/tech/xml4j">XML4J</a><br>
|
||||
XML Parser for java from IBM
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
71
en/java/links/development.sgml
Normal file
71
en/java/links/development.sgml
Normal file
|
@ -0,0 +1,71 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Development Tools">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">Java Development Tools</font></h1>
|
||||
<P> Included below are links to some tools that can be used on FreeBSD. It is not intended to be a comprehensive list.
|
||||
|
||||
<ul>
|
||||
<li> IDE´S
|
||||
<ul>
|
||||
<li><a href="http://sunsite.auc.dk/jde/">JDE</a> <br>
|
||||
(X)Emacs mode for editing Java
|
||||
<li><a href="http://www.ist.co.uk/visaj/index.html">visaj</a> <br>
|
||||
A commercial visual application builder for Java.
|
||||
<li><a href="http://www.gjt.org/~sp/jedit.html">jEdit</a> <br>
|
||||
jEdit is a programmer's text editor written in Java with Swing and allows for plug-ins. The author is also working on <A HREF="http://www.gjt.org/~sp/jedit-ide/">jEdit-IDE</A>.
|
||||
<li> <a href="http://www.netbeans.com">NetBeans</a><br>
|
||||
New IDE written completely in java, different versions available,
|
||||
free and commercial ones. Now part Sun Microsystems.
|
||||
<li> JWS - Sun´s IDE <br>
|
||||
Will not longer be maintained since Sun acquired NetBeans
|
||||
to use it as their IDE from now on.
|
||||
<li><a href="http://www.freebuilder.org">FreeBuilder</a><br>
|
||||
Open Source IDE, nice start but seems to be slowing down
|
||||
in progress lately, but don´t trust all the infos on the
|
||||
webpages, just check out the newest CVS-sources.
|
||||
<li><a href="http://www.island-design.co.uk/lemur.html">Lemur</a> <br>
|
||||
An IDE that is written in Java and uses Swing.
|
||||
<li><a href="http://www.elixirtech.com/ElixirIDE/index.html">ElixirIDE</a> <br>
|
||||
An IDE that includes a debugger. Rated a JARS top 5%.
|
||||
</ul>
|
||||
<li> JDBC
|
||||
<ul>
|
||||
<li><a href="http://java.sun.com/products/jdbc/drivers.html">Sun's list of JDBC Drivers</a>
|
||||
<li><a href="http://www.working-dogs.com/town/">Town</a><br>
|
||||
A 100% Pure Java API that works in conjunction with JDBC.
|
||||
<li><a href="http://www.voicenet.com/~zellert/tjFM/"></a>tjFM<br>
|
||||
A Type 4 JDBC driver for MySQL.
|
||||
<li><a href="http://www.gwe.co.uk/java/jdbc/">GWE</a><br>
|
||||
A Type 4 JDBC driver for MySQL.
|
||||
<li><a href="http://www.worldserver.com/mm.mysql/">mm.mysql</a><br>
|
||||
A Type 4 JDBC driver for MySQL.
|
||||
</ul>
|
||||
<li> UML
|
||||
<ul>
|
||||
<li><a href="http://www.tendril.com">Tendril Software Structure Builder</a><br>
|
||||
UML development software written in Java - commercial version and
|
||||
demo versions available.<br>
|
||||
Plugin for NetBeans available.
|
||||
<li><a href="http://www.togethersoft.com/together/togetherJ.html">TogetherJ</a> <br>
|
||||
UML based development environment, written in Java. Different editions
|
||||
available, even a free one.
|
||||
</ul>
|
||||
<li> Tools
|
||||
<ul>
|
||||
<li><a href="http://www10.software.ibm.com/developerworks/opensource/jikes/">Jikes</a> <br>
|
||||
Ultra fast java compiler from IBM (available as port)
|
||||
<li><a href="http://www.cs.berkeley.edu/~engberg/guavac/">Guavac</a> <br>
|
||||
Guavac is a free java compiler developed under GNU Public Licence,
|
||||
and its package includes guavad, java bytecode decompiler.
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
23
en/java/links/documentation.sgml
Normal file
23
en/java/links/documentation.sgml
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Documentation">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">Java Documentation</font></h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.blackdown.org/java-linux/docs/faq/FAQ-java-linux.html">JavaLinux FAQ</a>
|
||||
<li><a href="http://www.eckelobjects.com/TIJ2/index.html">Thinking in Java 2nd ed.</a><br>
|
||||
A free Java book, now available in its early second edition stage.
|
||||
It can be downloaded in W97/HTML or PDF format.<br>
|
||||
The <a href="http://www.eckelobjects.com/javabook.html">old version</a>
|
||||
of the book is still accessible.
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
31
en/java/links/freebsd.sgml
Normal file
31
en/java/links/freebsd.sgml
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: FreeBSD Related Java Stuff">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">FreeBSD Related Java Stuff</font></h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://student.ulb.ac.be/~jdricot/commapi">The JavaComm API</a><br>Port of the JavaComm API to FreeBSD
|
||||
<li><B>shuJIT</B> - <A HREF="http://www.shudo.net/jit/">http://www.shudo.net/jit/</A> - a "Just In Time" compiler for FreeBSD and Linux.
|
||||
<li><B>TYA</B> - <A HREF="ftp://gonzalez.cyberus.ca/pub/Linux/java/">ftp://gonzalez.cyberus.ca/pub/Linux/java/</A> - a "Just In Time" compiler for FreeBSD.
|
||||
<li><B>Kaffe</B> - <A HREF="http://www.kaffe.org">http://www.kaffe.org</A> - a "clean room" implementation of Java.
|
||||
<li><a href="http://www.blackdown.org">Linux-Ports</a><br>The Java Linux Porting Website
|
||||
<ul>
|
||||
<li><a href="http://www.blackdown.org/java-linux/jdk1.2-status/index.html">Status of porting…</a>
|
||||
<li> JDK 1.2
|
||||
<li> JAF
|
||||
<li> JMF
|
||||
<li> JAI
|
||||
<li> Java3D
|
||||
<li> JavaPlugin 1.2
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
35
en/java/links/index.sgml
Normal file
35
en/java/links/index.sgml
Normal file
|
@ -0,0 +1,35 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Java Links">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">Java Links</font></h1>
|
||||
|
||||
This page presents different categories of links to
|
||||
java resources. They are ordered by themes.<p>
|
||||
|
||||
<ul>
|
||||
<li> <a href="./freebsd.html">FreeBSD</a><br>
|
||||
Special FreeBSD related stuff, like ports etc.
|
||||
<li> <a href="./vendor.html">Vendors</a><br>
|
||||
Contains links to Sun, IBM … related websites.
|
||||
<li><A HREF="./development.html">Development Tools</A><BR>
|
||||
Contains links to Java Development Tools (incl. Sun, IBM)
|
||||
<li><A HREF="./api.html">APIs</A><BR>
|
||||
Contins links to different API and implementations of protocols
|
||||
<li><A HREF="./tutorials.html">Tutorials</A><BR>
|
||||
Contains links to on-line tutorials, e.g. the one at JavaSoft
|
||||
<li><A HREF="./documentation.html">Documentation</A><BR>
|
||||
Contains links to on-on-line documents concerning java
|
||||
<li><A HREF="./servlets.html">Servlets</A><BR>
|
||||
Contains links to information on servlets and servlet engines
|
||||
<li><A HREF="./resources.html">Resources…</A><BR>
|
||||
Everything not fitting anywhere else
|
||||
</ul>
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
41
en/java/links/resources.sgml
Normal file
41
en/java/links/resources.sgml
Normal file
|
@ -0,0 +1,41 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Other Resources">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">Other Java Resources</font></h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://www.gamelan.com">Java Directory at Gamelan</a><br>
|
||||
Collection of java applets, programs, tools and libraries …
|
||||
<li><a href="http://www.javaworld.com">Java World</a><br>
|
||||
<I>The</I> Java Magazine
|
||||
<li><a href="http://www.gjt.org">Giant Java Tree (GJT)</a><br>
|
||||
Open Source Java organized in a CVS tree.
|
||||
<li><a href="http://www.jos.org">JOS</a><br>
|
||||
Free Java Operating System (still under development but already some nice
|
||||
things available)
|
||||
<li><a href="http://www.javalobby.org">Javalobby</a><br>
|
||||
Organization to support Java (fight for Java), sometimes nice offers<br>
|
||||
of commercial software for free (if you are member of Javalobby)
|
||||
<ul>
|
||||
<li><a href="http://jfa.javalobby.org">JFA</a><br>
|
||||
The Javalobby Application Framework, collection of different java programs.<br>
|
||||
Also available via GJT.
|
||||
</ul>
|
||||
<li><a href="http://www.ice.com/java/index.shtml">ICE</a><br>
|
||||
Offering webspace for some nice Java projects, e.g. JCVS
|
||||
<li> <A HREF="http://www.ibm.com/developer/java/">JCentral</A> <br>
|
||||
Search engine only for java things (searches<br>
|
||||
newsgroups, sourcecode archives, … Provided by IBM
|
||||
<li> <A HREF="http://java.apache.org">Java at the Apache Group</A> <br>
|
||||
Different projects concerning java and web, e.g. JServ, Cocoon, etc.
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
46
en/java/links/servlets.sgml
Normal file
46
en/java/links/servlets.sgml
Normal file
|
@ -0,0 +1,46 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Servlets">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">Java Servlets</font></h1>
|
||||
|
||||
<P>Servlets are a Java API that can be used to replace Perl CGI scripts, or more specifically, to extend the capabilities of the web server.
|
||||
|
||||
<P>Servlets can also be used with XML and XSL.
|
||||
|
||||
<ul>
|
||||
<LI>API
|
||||
<ul>
|
||||
<li><a href="http://java.sun.com/products/servlet/index.html">Sun's Servlet API</a>
|
||||
<li><a href="http://java.sun.com/products/jsp/jsp_servlet.html">Sun's Java Server Pages White Paper</a><BR>
|
||||
Java Server Pages are a method to ease design and maintenance of web pages. Similar to Active Server Pages by Microsoft.
|
||||
|
||||
</ul>
|
||||
<LI>Servlet Information
|
||||
<ul>
|
||||
<li><a href="http://www.purpletech.com/servlet-faq">Purple Servlet FAQ</a><BR>
|
||||
A comprehensive source of information for Servlets.
|
||||
</ul>
|
||||
<LI>Servlet Engines
|
||||
<ul>
|
||||
<li><A HREF="http://www.sun.com/software/jwebserver/">Java Web Server</A><BR>
|
||||
This was the reference implementation of the servlet engine implemented in Java. Sun has turned over the source code to the Apache Project and is now implemented as Tomcat.
|
||||
<li><a href="http://jakarta.apache.org">Tomcat (Jakarta Project)</a><BR>
|
||||
The reference implementation of Java Servlets and Java Server Pages. The code is not yet availible aside from a nightly standalone build.
|
||||
<li><a href="http://java.apache.org/jserv">Apache JServ</a><BR>
|
||||
A 100% Pure Java implementation of the Servlet 2.0 API specification. Works with Apache.
|
||||
<li><a href="http://www.newatlanta.com">ServletExec</a><BR>
|
||||
A high-performance commercial servlet engine. Offers a free demo/development copy and a servlet debugger. Works with most web servers.
|
||||
<li><a href="http://www.jrun.com/products/Jrun">JRun</a><BR>
|
||||
A high-performance commercial servlet engine. Offers a free demo/development copy. JavaWorld's Best Servlet Tool for 1998 and WebTechnique's Best Java Tool for 1998. Recently acquired by Allaire. Works with most web servers.
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
28
en/java/links/tools.sgml
Normal file
28
en/java/links/tools.sgml
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Tools">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
|
||||
<h1> <font color="#660000">Java Tools</font></h1>
|
||||
|
||||
<ul>
|
||||
<li> Programming
|
||||
<ul>
|
||||
<li><a href="http://www.jpython.org">JPython</a><br>
|
||||
Best Java Scripting (combines Python and Java) - a must have!
|
||||
</ul>
|
||||
<li> Other
|
||||
<ul>
|
||||
<li><a href="http://www10.software.ibm.com/developerworks/opensource/jikes/">Jikes</a> <br>
|
||||
Ultra fast java compiler from IBM (available as port)
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
21
en/java/links/tutorials.sgml
Normal file
21
en/java/links/tutorials.sgml
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Tutorials">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">Java Tutorials</font></h1>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://java.sun.com/docs/books/tutorial/index.html">The Java Tutorial</a><br>
|
||||
THE tutorial for Java direct from Sun.
|
||||
<li><a href="http://developer.java.sun.com/developer/infodocs/index.shtml">Java Developer Connection's Listing of Documentations and Tutorials</a><br>
|
||||
If you need a tutorial, this is the place to find it. It includes basic tutorials on Java, JavaBeans, Collections, JDBC, Security, etc. You'll need to register to view them, but it is free, and very valuable!
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
30
en/java/links/vendor.sgml
Normal file
30
en/java/links/vendor.sgml
Normal file
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Vendor Links">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h1> <font color="#660000">Java Vendor Links</font></h1>
|
||||
This page contains links sorted by Vendors.<p>
|
||||
<ul>
|
||||
<li> Sun Microsystems
|
||||
<ul>
|
||||
<li><a href="http://www.javasoft.com">JavaSoft Main Website</a><br>
|
||||
This is THE resource for Java. Direct from the inventor.
|
||||
<li><a href="http://developer.java.sun.com/developer/">Java Developer Connection</a><br> Register for free and get early access versions and lots of other stuff as well.
|
||||
</ul>
|
||||
<li> IBM
|
||||
<ul>
|
||||
<li><a href="http://www.ibm.com/java">developerWorks - Java Technology Zone</a><br> Main java site
|
||||
<li><a href="http://www.alphaworks.ibm.com">Alphaworks</a><br>Technology studies, early access
|
||||
<li><a href="http://www10.software.ibm.com/developerworks/opensource/jikes/">Jikes</a><br>
|
||||
Very fast java compiler, open source
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
373
en/java/newsflash.sgml
Normal file
373
en/java/newsflash.sgml
Normal file
|
@ -0,0 +1,373 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: Newsflash">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<!-- <table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<TD BGCOLOR="#990000" WIDTH="10"> <BR> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66">
|
||||
<P><BIG><FONT COLOR="#990000"><B>News</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./news/newsflash.html">Announcements</A><BR>
|
||||
<A HREF="news/">More ...</A>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Software</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./howto/install.html">Getting Java for FreeBSD</A><BR>
|
||||
<A HREF="./dists/">Release Information</A><BR>
|
||||
<A HREF="./dists/1.1/">JDK 1.1.x</A><BR>
|
||||
<A HREF="./dists/1.2/">JDK 1.2.x</A><BR>
|
||||
<A HREF="./ports/">Available Ports …</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Documentation</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./docs/newbies.html">For
|
||||
Newbies</A><BR>
|
||||
<A HREF="tutorials/">Tutorials</A><BR>
|
||||
<A HREF="./FAQ/FAQ.html">FAQ</A><BR>
|
||||
<A HREF="./docs/howtoports.html">Creating Ports…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Java Resources</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./links/index.html">Links</A><BR>
|
||||
<a href="./links/freebsd.html">FreeBSD</a><br>
|
||||
<A HREF="./links/vendor.html">Vendor</A><BR>
|
||||
<A HREF="./links/development.html">Development Tools</A><BR>
|
||||
<A HREF="./links/api.html">APIs</A><BR>
|
||||
<A HREF="./links/tutorials.html">Tutorials</A><BR>
|
||||
<A HREF="./links/documentation.html">Documentation</A><BR>
|
||||
<A HREF="./links/resources.html">Resources…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
|
||||
<FORM ACTION="http://www.freebsd.org/cgi/search.cgi" METHOD="GET"> <SMALL> Search for:<BR>
|
||||
<INPUT TYPE="TEXT" NAME="words" SIZE="10">
|
||||
<INPUT TYPE="HIDDEN" NAME="max" VALUE="25">
|
||||
<INPUT TYPE="HIDDEN" NAME="source" VALUE="www">
|
||||
<INPUT TYPE="SUBMIT" VALUE="Go"></SMALL>
|
||||
</FORM>
|
||||
</TD>
|
||||
</tr>
|
||||
</table> -->
|
||||
<h1><FONT COLOR="#660000">Java for FreeBSD: NewsFlash!</FONT></h1>
|
||||
|
||||
<P>
|
||||
<H2>November, 1999</H2><UL>
|
||||
<LI><B>November 28, 1999:</B>Request for Enhancement
|
||||
<BR>We have petitioned Sun to provide an official FreeBSD JDK2 port. We are currently in <B>2nd</B> place in the vote count. If you are a member of the Java Developer's Connection (it's free), you can vote for it as well <A HREF="http://developer.java.sun.com/developer/bugParade/bugs/4288745.html">http://developer.java.sun.com/developer/bugParade/bugs/4288745.html</A>
|
||||
|
||||
<LI><B>November 9, 1999:</B>Another JDK1.1.8 release to fix a separate class of multicast bugs.
|
||||
<UL>
|
||||
<LI>
|
||||
<A HREF="jdk1.1.8_AOUT.V99-11-9.tar.gz">jdk1.1.8_AOUT.V99-11-9.tar.gz</A>.
|
||||
For FreeBSD versions 2.2.*, which use the A.OUT binary format.
|
||||
<LI>
|
||||
<A HREF="jdk1.1.8_ELF.V99-11-9.tar.gz">jdk1.1.8_ELF.V99-11-9.tar.gz</A>.
|
||||
For FreeBSD versions 3.* and 4.* which use the ELF binary format. Note, due to a
|
||||
number of changes in -CURRENT, the JDK may not work properly.
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<P>
|
||||
<H2>October, 1999</H2><UL>
|
||||
|
||||
<LI><B>October 11, 1999:</B> Work has re-started on the Java2/JDK1.2 port.
|
||||
Expect an early 'alpha' release in the coming weeks for FreeBSD
|
||||
3.3-stable/ELF boxes.</UL>
|
||||
|
||||
<H2>September, 1999</H2><UL>
|
||||
<LI><B>September 22, 1999:</B> Re-rolled the JDK1.1.8 yet again to fixup
|
||||
some minor bugs that people have found, as well as to speedup the JDK.
|
||||
For details checkout the README.FreeBSD supplied in the releases.
|
||||
<UL>
|
||||
<LI>
|
||||
<A HREF="jdk1.1.8_AOUT.V99-9-22.tar.gz">jdk1.1.8_AOUT.V99-9-22.tar.gz</A>.
|
||||
For FreeBSD versions 2.2.*, which use the A.OUT binary format.
|
||||
<LI>
|
||||
<A HREF="jdk1.1.8_ELF.V99-9-22.tar.gz">jdk1.1.8_ELF.V99-9-22.tar.gz</A>.
|
||||
For FreeBSD versions 3.* and 4.* which use the ELF binary format.
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<H2>July, 1999</H2><UL>
|
||||
<LI><B>July 19, 1999:</B> Re-rolled the JDK1.1.8 release to fix a couple of
|
||||
minor (but annoying bugs). First, the netpatch (see below) was
|
||||
incorporated into the build, and second an annoying Floating Point bug
|
||||
was found and fixed. The latter bug affected multi-threaded code that
|
||||
did floating point calculations and based on the code could produce
|
||||
completely bogus results.
|
||||
<UL>
|
||||
<LI>
|
||||
<A HREF="jdk1.1.8_AOUT.V99-7-19.tar.gz">jdk1.1.8_AOUT.V99-7-19.tar.gz</A>.
|
||||
For FreeBSD versions 2.2.*, which use the A.OUT binary format.
|
||||
<LI>
|
||||
<A HREF="jdk1.1.8_ELF.V99-7-19.tar.gz">jdk1.1.8_ELF.V99-7-19.tar.gz</A>.
|
||||
For FreeBSD versions 3.* and 4.* which use the ELF binary format.
|
||||
</UL>
|
||||
|
||||
<LI><B>July 2, 1999:</B> Organization of FreeBSD 'CommAPI' porting team wich
|
||||
is an effort to make
|
||||
<A HREF="http://java.sun.com/products/javacomm/index.html">JAVA's CommAPI</A>
|
||||
freely available to the FreeBSD community. Project is coordinated by
|
||||
<A HREF="mailto:jdricot@ulb.ac.be?subject=JAVA CommAPI: "> DRICOT Jean-Michel</A> and
|
||||
will officialy be maintained in
|
||||
<A HREF="http://student.ulb.ac.be/~jdricot/commapi/">http://student.ulb.ac.be/~jdricot/commapi/</A>.
|
||||
Feel free to contact him if you want to join the project.
|
||||
</UL>
|
||||
|
||||
<H2>June, 1999</H2><UL>
|
||||
<LI><B>June 8, 1999:</B> A small bug was found in the JDK1.1.8 release which
|
||||
affected people using UDP sockets. If you tried to send a packet to the
|
||||
broadcast address, the FreeBSD JDK refused with a permissions error.
|
||||
This error was fixed, and rather than re-releasing the entire release a
|
||||
small patchset was re-rolled for those folks who are experiencing this
|
||||
problem. If you experience this problem, feel free to download the
|
||||
gzipped tarfile and untar it wherever you installed the jdk. It will
|
||||
install itself over top of the old version. If you aren't experiencing
|
||||
the bug, there is no need to apply the patch, although it wouldn't hurt.
|
||||
<UL>
|
||||
<LI>
|
||||
<A HREF="AOUT.netpatch.tar.gz">AOUT.netpatch.tar.gz</A>.
|
||||
For FreeBSD versions 2.2.*, which use the A.OUT binary format.
|
||||
<LI>
|
||||
<A HREF="ELF.netpatch.tar.gz">ELF.netpatch.tar.gz</A>.
|
||||
For FreeBSD versions 3.* and 4.* which use the ELF binary format.
|
||||
</UL>
|
||||
|
||||
<LI><B>June 3, 1999:</B> JDK1.1.8 for A.OUT and ELF releases. This release
|
||||
adds support for older 3.*/ELF releases (without requiring any runtime
|
||||
loader changes), as well as fixes bugs in LOCALE and timezone support
|
||||
for all FreeBSD releases.
|
||||
<UL>
|
||||
<LI>
|
||||
<A HREF="jdk1.1.8_AOUT.V99-6-3.tar.gz">jdk1.1.8_AOUT.V99-6-3.tar.gz</A>.
|
||||
For FreeBSD versions 2.2.*, which use the A.OUT binary format.
|
||||
<LI>
|
||||
<A HREF="jdk1.1.8_ELF.V99-6-3.tar.gz">jdk1.1.8_ELF.V99-6-3.tar.gz</A>.
|
||||
For FreeBSD versions 3.* and 4.* which use the ELF binary format.
|
||||
</UL>
|
||||
|
||||
<LI><B>June 1, 1999:</B> JDK2 status
|
||||
<UL>
|
||||
<LI>
|
||||
Work on JDK1.2/JDK2 has been going very slow as the development team has
|
||||
been focusing it's effort on solid JDK1 releases. For most JDK2 development
|
||||
issues, you can use the JDK1 release and the
|
||||
<A HREF="http://java.sun.com/products/jfc/index.html#download-swing">Swing</A>
|
||||
releases provided by Sun for JDK1, which works very well under FreeBSD.
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<H2>April, 1999</H2><UL>
|
||||
<LI><B>Apr. 16, 1999:</B> New JDK1.1.7 A.OUT release. This fixes build
|
||||
problems in the March release. A new ELF release will be made to
|
||||
support older 3.0 releases as well sometime in the near future.
|
||||
<UL>
|
||||
<LI>
|
||||
<A HREF="jdk1.1.7_AOUT.V99-4-16.tar.gz">jdk1.1.7_AOUT.V99-4-16.tar.gz</A>.
|
||||
For FreeBSD versions 2.2.*, which use the A.OUT binary format.
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<H2>March, 1999</H2><UL>
|
||||
<LI><B>Mar. 26, 1999:</B> ELF support for JDK1.1.7, as well as a new A.OUT
|
||||
release which includes minor bugfixes.
|
||||
<UL>
|
||||
<LI>
|
||||
<A HREF="jdk1.1.7_AOUT.V99-3-24.tar.gz">jdk1.1.7_AOUT.V99-3-24.tar.gz</A>.
|
||||
For FreeBSD versions 2.2.*, which use the A.OUT binary format.
|
||||
<LI>
|
||||
<A HREF="jdk1.1.7_ELF.V99-3-25.tar.gz">jdk1.1.7_ELF.V99-3-25.tar.gz</A>.
|
||||
For FreeBSD versions 3.x and 4 which use the ELF binary format. <B>Note</B>:
|
||||
This requires changes made to the runtime loader to support dladdr()
|
||||
functionality made on 1999/3/24. You will need to be running 3.1-stable
|
||||
or 4.0-current dated later than 1999/3/24. If you don't have the new loader
|
||||
binary or are not tracking -stable or -current, you can download it
|
||||
from <A HREF="ld-elf.so.1">here</A> and install it as
|
||||
/usr/libexec/ld-elf.so.1 (you need to be root to do this):
|
||||
|
||||
<PRE># install -c -s -o bin -g bin -m 555 -C -fschg <B>ld-elf.so.1</B> /usr/libexec</PRE>
|
||||
</UL>
|
||||
|
||||
<LI><B>Mar. 16, 1999:</B> Updates on current development:
|
||||
<UL>
|
||||
<LI>
|
||||
ELF JDK1.1.7 : An ELF build of JDK1.1.7 (for use on FreeBSD 3.x and later)
|
||||
is currently entering it's initial internal testing phase. A beta
|
||||
release should be availible in a few weeks.
|
||||
<LI>
|
||||
JDK2 (aka JDK1.2): Several individuals are working on porting JDK2 to
|
||||
FreeBSD, but the work is progressing slowly. This is primarily due to a
|
||||
lack of developer time to work on this project. (The release of
|
||||
Blackdown's JDK2 port will assist our development when they release
|
||||
their source diffs.)
|
||||
</UL>
|
||||
</UL>
|
||||
<H2>December, 1998</H2><UL><LI>
|
||||
<B>Dec. 21, 1998:</B>
|
||||
<A HREF="jdk1.1.7.V98-12-21.tar.gz">jdk1.1.7.V98-12-21.tar.gz</A>.
|
||||
<UL>
|
||||
<LI>
|
||||
Bugfix version of JDK1.1.7. Thanks go to Keith White who tracked down a
|
||||
couple annoying (and serious) bugs in the JDK, notably the modulo bug. This
|
||||
release also has the 256 file-descriptor limit bumped up to 2048. The JRE
|
||||
should also be much more usable, again thanks to Keith.
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<H2>November, 1998</H2><UL><LI>
|
||||
<B>Nov. 14, 1998:</B>
|
||||
<A HREF="jdk1.1.7.V98-11-5.tar.gz">jdk1.1.7.V98-11-5.tar.gz</A>.
|
||||
<UL>
|
||||
<LI>
|
||||
Updated to JDK1.1.7. Thanks go to
|
||||
Patrick Gardella <A HREF="mailto:patrick@cre8tivegroup.com">patrick@cre8tivegroup.com</A>
|
||||
who provided most of the testing for this release.
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<H2>September, 1998</H2><UL><LI>
|
||||
<B>Sept 23, 1998:</B>
|
||||
<A HREF="jdk1.1.6.V98-9-23.tar.gz">jdk1.1.6.V98-9-23.tar.gz</A>.
|
||||
<UL>
|
||||
<LI>
|
||||
The August 14 build had jre incorrectly linked in both the JDK and the JRE,
|
||||
so a new release was rebuilt with the correct linkage. Otherwise, there were
|
||||
no changes from the older release.
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<H2>August, 1998</H2><UL><LI>
|
||||
<B>Aug 22, 1998:</B>
|
||||
<UL>
|
||||
<LI>
|
||||
Updated page to list numerous sites who have agreed to mirror the JDK
|
||||
and provide ftp access. Thanks to all!
|
||||
</UL>
|
||||
|
||||
<LI><B>Aug 14, 1998:</B>
|
||||
<A HREF="jdk1.1.6.V98-8-14.tar.gz">jdk1.1.6.V98-8-14.tar.gz</A>.
|
||||
<UL>
|
||||
<LI>
|
||||
The SO_REUSEADDR option is now correctly set on ServerSockets (may affect
|
||||
other sockets as well.)
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<H2>July, 1998</H2><UL><LI>
|
||||
<B>July 21, 1998:</B>
|
||||
<A HREF="jdk1.1.6.V98-7-21.tar.gz">jdk1.1.6.V98-7-21.tar.gz</A>.
|
||||
<UL>
|
||||
<LI>
|
||||
Updated port to JDK1.1.6. Thanks go to
|
||||
Keith White <A HREF="mailto:kwhite@site.uottawa.ca">kwhite@site.uottawa.ca</A>
|
||||
who did most of the work to make this release happen!
|
||||
<LI>
|
||||
More standard 'naming' for java.version and such.
|
||||
<LI>
|
||||
Fixes for UDP/Multicast sockets.
|
||||
<LI>
|
||||
The signal abort error may be fixed (knock on wood).
|
||||
<LI>
|
||||
Add support for the "KOI8-R" and "CP866" encodings.
|
||||
<LI>
|
||||
Timezone's now work correctly under FreeBSD (this required some native
|
||||
code, but it is embedded in the JDK so shouldn't affect users. However,
|
||||
FreeBSD has one of the few (only?) VM's that correctly support Timezones
|
||||
now).
|
||||
<LI>
|
||||
sysRmdir() now correctly removes directories.
|
||||
<LI>
|
||||
Link in the xpg4 library to support CJK locales.
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<H2>May, 1998</H2><UL><LI>
|
||||
<B>May 5, 1998:</B>
|
||||
<UL>
|
||||
<LI>
|
||||
Updated page to include instruction on how to get Sun's JWS (Java Work
|
||||
Shop) working under FreeBSD.
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<H2>February, 1998</H2><UL><LI>
|
||||
<B>February 25, 1998:</B>
|
||||
<A HREF="jdk1.1.5.V98-2-25.tar.gz">jdk1.1.5.V98-2-25.tar.gz</A>.
|
||||
<UL>
|
||||
<LI>
|
||||
JDK's built on 2.2.2 should now work again.
|
||||
<LI>
|
||||
The AWT now correctly sets the Window name.
|
||||
<LI>
|
||||
Fixed obscure bug that could cause a core dump if you hit a button in a
|
||||
dialog box multiple times.
|
||||
<LI>
|
||||
Fixed bug where SHMEM wasn't released when using images, causing a leak.
|
||||
</UL>
|
||||
|
||||
<B>February 12, 1998:</B>
|
||||
<UL>
|
||||
<LI>
|
||||
Johan Larsson graciously provided an ftp mirror site
|
||||
for the JDK, so if you have an aversion to using HTTP, then feel free to
|
||||
grab it from his site.
|
||||
<LI>
|
||||
Replaced the 'Steaming Cup of Java' logo with the 'Jump to Java' logo,
|
||||
which is more politically (and legally) acceptable to SUN's lawyers.
|
||||
</UL>
|
||||
|
||||
<B>February 9, 1998:</B>
|
||||
<A HREF="jdk1.1.5.V98-2-8.tar.gz">jdk1.1.5.V98-2-8.tar.gz</A>.
|
||||
<UL>
|
||||
<LI>
|
||||
Fixed bugs in Process.waitFor()
|
||||
<LI>
|
||||
Modified the way the Motif library was linked in. This will allow anyone
|
||||
with a Motif library (static or dynamic) to build their own JDK once the
|
||||
patchkit is released. If their Motif license allows for it, they can also
|
||||
make binary releases available.
|
||||
<LI>
|
||||
Non blocking reads on PIPE did not work reliably on all versions of the
|
||||
OS.
|
||||
<LI>
|
||||
Multicast now works.
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
<H2>January, 1998</H2><UL><LI>
|
||||
<B>January, 1998:</B>
|
||||
<UL>
|
||||
<LI>
|
||||
Organization of FreeBSD 'JDK' porting team, which now jointly creates new
|
||||
JDK releases for FreeBSD.
|
||||
<LI>
|
||||
New JDK1.1.5 binary, which has Motif statically compiled in. (Unfortunately,
|
||||
this release was lost in a disk crash on the ftp server.)
|
||||
</UL>
|
||||
</UL>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
80
en/java/press.sgml
Normal file
80
en/java/press.sgml
Normal file
|
@ -0,0 +1,80 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Java Project: In The Press...">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<!-- <table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<TD BGCOLOR="#990000" WIDTH="10"> <BR> </TD>
|
||||
<TD ALIGN="LEFT" VALIGN="TOP" BGCOLOR="#ffcc66">
|
||||
<P><BIG><FONT COLOR="#990000"><B>News</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./news/newsflash.html">Announcements</A><BR>
|
||||
<A HREF="news/">More ...</A>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Software</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./howto/install.html">Getting Java for FreeBSD</A><BR>
|
||||
<A HREF="./dists/">Release Information</A><BR>
|
||||
<A HREF="./dists/1.1/">JDK 1.1.x</A><BR>
|
||||
<A HREF="./dists/1.2/">JDK 1.2.x</A><BR>
|
||||
<A HREF="./ports/">Available Ports …</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Documentation</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./docs/newbies.html">For
|
||||
Newbies</A><BR>
|
||||
<A HREF="tutorials/">Tutorials</A><BR>
|
||||
<A HREF="./FAQ/FAQ.html">FAQ</A><BR>
|
||||
<A HREF="./docs/howtoports.html">Creating Ports…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
<P><BIG><FONT COLOR="#990000"><B>Java Resources</B></FONT></BIG>
|
||||
|
||||
<SMALL><BR>
|
||||
<A HREF="./links/index.html">Links</A><BR>
|
||||
<a href="./links/freebsd.html">FreeBSD</a><br>
|
||||
<A HREF="./links/vendor.html">Vendor</A><BR>
|
||||
<A HREF="./links/development.html">Development Tools</A><BR>
|
||||
<A HREF="./links/api.html">APIs</A><BR>
|
||||
<A HREF="./links/tutorials.html">Tutorials</A><BR>
|
||||
<A HREF="./links/documentation.html">Documentation</A><BR>
|
||||
<A HREF="./links/resources.html">Resources…</A><BR>
|
||||
</SMALL></P>
|
||||
|
||||
|
||||
<FORM ACTION="http://www.freebsd.org/cgi/search.cgi" METHOD="GET"> <SMALL> Search for:<BR>
|
||||
<INPUT TYPE="TEXT" NAME="words" SIZE="10">
|
||||
<INPUT TYPE="HIDDEN" NAME="max" VALUE="25">
|
||||
<INPUT TYPE="HIDDEN" NAME="source" VALUE="www">
|
||||
<INPUT TYPE="SUBMIT" VALUE="Go"></SMALL>
|
||||
</FORM>
|
||||
</TD>
|
||||
</tr>
|
||||
</table> -->
|
||||
<h1><FONT COLOR="#660000">Java for FreeBSD: In the Press..!</FONT></h1>
|
||||
|
||||
<P><B>Java World March, 1999</B>:<A HREF="http://www.javaworld.com/javaworld/jw-03-1999/jw-03-volanomark-2.html">(link)</A>
|
||||
|
||||
<BR>JavaWorld presents Volano's report which studies the performance and network scalability of 16 Java virtual machines on 7 operating systems. FreeBSD is included using our 1.1.8 JDK.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Add table
Add a link
Reference in a new issue