- Strip unnecessary trailing spaces
Approved by: doceng (implicit)
This commit is contained in:
parent
b2153405c5
commit
2e51ec7022
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39416
1363 changed files with 63242 additions and 63242 deletions
|
|
@ -13,14 +13,14 @@
|
|||
<body class="navinclude.developers">
|
||||
|
||||
<p>
|
||||
<b>September 18, 2002:</b> Greg Lewis has released a new patchset for
|
||||
<b>September 18, 2002:</b> Greg Lewis has released a new patchset for
|
||||
&jdk; 1.2.2.</p>
|
||||
<p>Of most interest to FreeBSD users is the inclusion of JPDA support.
|
||||
The other significant changes are support for both
|
||||
<a href="http://www.netbsd.org/">NetBSD</a> and
|
||||
The other significant changes are support for both
|
||||
<a href="http://www.netbsd.org/">NetBSD</a> and
|
||||
<a href="http://www.openbsd.org/">OpenBSD</a>.</p>
|
||||
|
||||
<p>As previously stated, the patchset is available from
|
||||
<p>As previously stated, the patchset is available from
|
||||
<a href="http://www.eyesbeyond.com/freebsddom/java/jdk.html">http://www.eyesbeyond.com/freebsddom/java/jdk.html</a>, although FreeBSD users are encouraged
|
||||
to use the port in ports/java/jdk12.</p>
|
||||
|
||||
|
|
@ -29,16 +29,16 @@ to use the port in ports/java/jdk12.</p>
|
|||
test stage and is now available in the ports directory (ports/java/jdk12-beta).
|
||||
<br/>While this is only for i386 architecture at the moment, this will allow anyone
|
||||
running the i386 (most of you) the opportunity to build a native JDK2, and then
|
||||
test them out against your favorite apps and custom code. If you use something
|
||||
test them out against your favorite apps and custom code. If you use something
|
||||
regularly, why not make a port of it? Instructions are available at <a href="../../doc/en_US.ISO8859-1/books/porters-handbook/index.html">Porters Handbook</a>.</p>
|
||||
|
||||
<p>If you want to try to build it by hand, due to SCSL concerns, you now have to go to
|
||||
<a href="http://www.eyesbeyond.com/freebsddom/java/jdk.html">http://www.eyesbeyond.com/freebsddom/java/jdk.html</a>
|
||||
and agree to the SCSL before downloading.</p>
|
||||
<p><b>Note</b>: This port will take a lot of hard drive space to build (around 250 MB).</p>
|
||||
|
||||
|
||||
<p>
|
||||
<b>May 3, 2000:</b> Greg Lewis has just announced that the native FreeBSD
|
||||
<b>May 3, 2000:</b> Greg Lewis has just announced that the native FreeBSD
|
||||
JDK 1.2.2 port has entered alpha test stage.
|
||||
<br/>In its current form, the port will build and run on most FreeBSD releases
|
||||
(3.4, 4.0 and 5.0 on x86) and work is being done on the others (2.2.8 on x86
|
||||
|
|
@ -71,11 +71,11 @@ at <a href="http://www.jmcm.org/tech/ports/linux_jdk.html">
|
|||
http://www.jmcm.org/tech/ports/linux_jdk.html</a>. (Reported by Jose Marques)</p>
|
||||
|
||||
<p>
|
||||
<b>October 11, 1999:</b> Work has re-started on the Java2/JDK1.2 port.
|
||||
<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>
|
||||
|
||||
<p>For most JDK2 development issues, you can use the JDK1 release and the
|
||||
<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.</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ software and updated the ports/java/jdk13 port accordingly. The updated
|
|||
patches may be found, as usual, at <a href=
|
||||
"http://www.eyesbeyond.com/freebsddom/java/jdk13.html">http://www.eyesbeyond.com/freebsddom/java/jdk13.html</a>
|
||||
<br/>This release is the first release for the JDK 1.3.1 software which
|
||||
has passed Sun's compatibility tests. It contains many fixes and
|
||||
has passed Sun's compatibility tests. It contains many fixes and
|
||||
improvements, so please upgrade before reporting a problem.
|
||||
</p>
|
||||
|
||||
|
|
@ -96,7 +96,7 @@ downloaded at
|
|||
<p><b>September 15, 2000:</b> <a href="mailto:gallatin@cs.duke.edu">Andrew
|
||||
Gallatin</a> and <a href="mailto:sean@stat.Duke.EDU">Sean O'Connell</a>
|
||||
have been working on getting IBM's JDK 1.3 working. To make them work
|
||||
on your system, you will have to patch some of your FreeBSD sources.
|
||||
on your system, you will have to patch some of your FreeBSD sources.
|
||||
They have provided patches based on your version:
|
||||
<br/>
|
||||
<a href="http://www.cs.duke.edu/~gallatin/linux_sa_siginfo/4.0-release.diff">
|
||||
|
|
@ -136,7 +136,7 @@ currently use:
|
|||
is_procstack = addr >= (vm_offset_t)vm->vm_maxsaddr;
|
||||
|
||||
where vm->vm_maxsaddr comes from exec_new_vmspace():
|
||||
vmspace->vm_maxsaddr = (char *)USRSTACK - MAXSSIZ;
|
||||
vmspace->vm_maxsaddr = (char *)USRSTACK - MAXSSIZ;
|
||||
|
||||
The IBM JDK's main thread reduces it's stack size to rlim_cur="2040"*1024.
|
||||
It then creates stacks for its threads at addresses which are greater
|
||||
|
|
@ -148,7 +148,7 @@ down in flames.
|
|||
|
||||
<p>And Sean's email:</p>
|
||||
<pre>
|
||||
I did a Quick&Dirty MFC of Andrew Gallatin's work on getting the
|
||||
I did a Quick&Dirty MFC of Andrew Gallatin's work on getting the
|
||||
IBM Java SDK to work. I was able to run the appletviewer on one
|
||||
of the demos and it worked. I cannot say much more than that.
|
||||
|
||||
|
|
@ -166,7 +166,7 @@ take effect.
|
|||
|
||||
<p><b>July 18, 2000:</b> <a href="ernst@jollem.com">Ernst de Haan</a>
|
||||
has done some work getting Sun's Linux JDK 1.3.0b9 to run on
|
||||
4.0-STABLE. The .java_wrapper file can be found
|
||||
4.0-STABLE. The .java_wrapper file can be found
|
||||
<a href="http://people.FreeBSD.org/~patrick/sunjdk/java_wrapper">
|
||||
here</a>. (Don't forget to rename it to .java_wrapper)</p>
|
||||
|
||||
|
|
@ -181,45 +181,45 @@ top. So you will get:
|
|||
|
||||
I _do_ get one warning, BTW, when running the Swing app:
|
||||
|
||||
Warning: Cannot convert string "MetaCtrl<Key>Insert" to type VirtualBinding
|
||||
Warning: Cannot convert string "MetaCtrl<Key>Insert" to type VirtualBinding
|
||||
|
||||
Ernst
|
||||
|
||||
|
||||
Ernst de Haan wrote:
|
||||
> Hi folkz,
|
||||
>
|
||||
>
|
||||
> I have the Sun JDK 1.3.0 for Linux, beta 9 running on my FreeBSD
|
||||
> 4.0-STABLE system. Runs pretty nicely too.
|
||||
>
|
||||
>
|
||||
> java -version reports:
|
||||
>
|
||||
>
|
||||
> bash-2.04$ java -version
|
||||
> expr: syntax error
|
||||
> java version "1.3.0beta_refresh"
|
||||
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0beta_refresh-b09)
|
||||
> Classic VM (build 1.3.0beta_refresh-b09, green threads, nojit)
|
||||
>
|
||||
>
|
||||
> The first line with the syntax error is a small problem with
|
||||
> .java_wrapper, but it seems harmless. I had to make some modifications
|
||||
> to the .java_wrapper script to make it work on my system. I've attached
|
||||
> the version I use.
|
||||
>
|
||||
>
|
||||
> I haven't done much testing yet, but I have tried a single Swing
|
||||
> application. I did notice some differences in fonts, but it all seems to
|
||||
> work pretty nice and fast :)
|
||||
>
|
||||
>
|
||||
> Wow, soon FreeBSD will be the platform with the greatest number of
|
||||
> working JDKs on it, once we get WINE to work so we can run the Windows
|
||||
> JDKs too, and write an AS/400 emulator, and... and... ;-)
|
||||
>
|
||||
>
|
||||
> Ernst
|
||||
>
|
||||
>
|
||||
> P.S. Thanks go to Victor Salaman how pointed me in the right direction.
|
||||
> He has been running the Sun JDK 1.3 for Linux for quite a while.
|
||||
</pre>
|
||||
|
||||
<p><b>January 29, 2000:</b> Work has not begun on the JDK 1.3 port.
|
||||
<p><b>January 29, 2000:</b> Work has not begun on the JDK 1.3 port.
|
||||
It will not be until after our JDK 1.2 release is done that we will begin
|
||||
on JDK 1.3.</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -58,10 +58,10 @@ IPv6 environment. Information on downloading the patchset can be found at
|
|||
Lewis</a> has released the fourth patchset (patchlevel 4) for the &jdk; 1.4
|
||||
software. The code is now suitable for most applications, although it does
|
||||
still contain some problems. Browser plugin support works, GCC 3.3 is
|
||||
supported and many bugfixes are included. This patchset is the
|
||||
supported and many bugfixes are included. This patchset is the
|
||||
result of a lot of hard work by the BSD Java Porting Team and continued
|
||||
support from the FreeBSD Foundation. Information on downloading the patchset
|
||||
can be found at
|
||||
can be found at
|
||||
<a href="http://www.eyesbeyond.com/freebsddom/java/jdk14.html">http://www.eyesbeyond.com/freebsddom/java/jdk14.html</a>.
|
||||
</p>
|
||||
|
||||
|
|
@ -69,9 +69,9 @@ can be found at
|
|||
<b>March 7, 2003:</b> <a href="mailto:glewis@FreeBSD.org">Greg
|
||||
Lewis</a> has released the third patchset (patchlevel 3) for the &jdk; 1.4
|
||||
software. The code is now ready for general testing, although not all
|
||||
features have been implemented (e.g. plugin, NIO). This patchset is the
|
||||
result of a lot of hard work by <a href="mailto:phantom@FreeBSD.org">Alexey
|
||||
Zelkin</a>. Information on downloading the patchset can be found at
|
||||
features have been implemented (e.g. plugin, NIO). This patchset is the
|
||||
result of a lot of hard work by <a href="mailto:phantom@FreeBSD.org">Alexey
|
||||
Zelkin</a>. Information on downloading the patchset can be found at
|
||||
<a href="http://www.eyesbeyond.com/freebsddom/java/jdk14.html">http://www.eyesbeyond.com/freebsddom/java/jdk14.html</a>.
|
||||
</p>
|
||||
|
||||
|
|
@ -80,8 +80,8 @@ Zelkin</a>. Information on downloading the patchset can be found at
|
|||
Lewis</a> has released the second patchset (patchlevel 2) for the &jdk; 1.4
|
||||
software. Please keep in mind that this patchset is still for experienced
|
||||
testers and developers. This patchset is based on &jdk; 1.4.1 and is the
|
||||
result of a lot of hard work by <a href="mailto:phantom@FreeBSD.org">Alexey
|
||||
Zelkin</a>. Information on downloading the patchset can be found at
|
||||
result of a lot of hard work by <a href="mailto:phantom@FreeBSD.org">Alexey
|
||||
Zelkin</a>. Information on downloading the patchset can be found at
|
||||
<a href="http://www.eyesbeyond.com/freebsddom/java/jdk14.html">http://www.eyesbeyond.com/freebsddom/java/jdk14.html</a>.
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue