Changeset 4d180035
- Timestamp:
- 06/07/2012 05:23:46 AM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3d9aec91
- Parents:
- 49b50d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/openjdk.xml
r49b50d4 r4d180035 97 97 General Public License, version 2, with the Classpath Exception</ulink> 98 98 allows third party programs to use classes provided by free software 99 without the requir ment that the third party software also be free. As with100 the LGPL, any modific taions made to the free software portions of a101 third party application, must also be made freely avail ible.</para>99 without the requirement that the third party software also be free. As with 100 the LGPL, any modifications made to the free software portions of a 101 third party application, must also be made freely available.</para> 102 102 103 103 <note> … … 311 311 <bridgehead renderas="sect3">OpenJDK Binary Installation</bridgehead> 312 312 <para>Begin by extracting the appropriate binary tarball and changing to 313 the extracted dir ctory. Install the binary313 the extracted directory. Install the binary 314 314 <application>OpenJDK</application> with the following commands as the 315 315 <systemitem class="username">root</systemitem> user:</para> … … 338 338 <para>Unlike other packages in BLFS, the <application>OpenJDK</application> 339 339 source packages are distributed in multiple downloads. Since the IcedTea 340 build harness wil be used to build <application>OpenJDK</application>,340 build harness will be used to build <application>OpenJDK</application>, 341 341 begin by extracting the IcedTea package and changing into the 342 extracted dir ctory.</para>343 344 <para>The IcedTea <application>OpenJDK</application> distribu ion requires342 extracted directory.</para> 343 344 <para>The IcedTea <application>OpenJDK</application> distribution requires 345 345 that <filename>js.jar</filename> (from the Rhino package) be in place in 346 346 order to provide a java-script implementation for the free JDK. If you have … … 396 396 and up to 160 failures in jdk with up to 17 errors in the tests themselves. 397 397 The majority of the 6000+ tests should pass. The reason for the 398 greatly var rying results is due to how stringent the testing environment399 must be. Var rying architechtures, different versions of dependent398 greatly varying results is due to how stringent the testing environment 399 must be. Varying architectures, different versions of dependent 400 400 libraries, unexpected X Window environment and window managers, the CA 401 401 certificates used to generate the <filename>cacerts</filename> file, and 402 even any user input or power management or screen saver inter uptions during402 even any user input or power management or screen saver interruptions during 403 403 the testing can lead to various failures. While the known broken tests have 404 been removed, with the fix_tests patch above, the graphics tests fai ulres404 been removed, with the fix_tests patch above, the graphics tests failures 405 405 cannot be pre-determined (short of removing them all). Best bet for a 406 completely clean result is to run the test suite in a fram buffer on a406 completely clean result is to run the test suite in a framebuffer on a 407 407 different screen (Xvfb). Even still, Disk I/O can cause failures.</para> 408 408 … … 426 426 427 427 <para><parameter>--enable-nss</parameter>: This switch enables the 428 build to utilize additional cry tography supplied by the nss428 build to utilize additional cryptography supplied by the nss 429 429 libraries.</para> 430 430 … … 519 519 schemagen, serialver, servertool, tnameserv, unpack200, 520 520 wsgen, wsimport, and xjc</seg> 521 <seg> <envar>$JAVA_HOME</envar>/lib/*, and522 <envar>$JAVA_HOME</envar>/jre/lib/*</seg>523 <seg>/opt/ openjdk-&openjdk-version;</seg>521 <seg>/opt/OpenJDK-&openjdk-version;/lib/*, and 522 /opt/OpenJDK-&openjdk-version;/jre/lib/*</seg> 523 <seg>/opt/OpenJDK-&openjdk-version;</seg> 524 524 </seglistitem> 525 525 </segmentedlist> … … 697 697 <listitem> 698 698 <para>parses a java heap dump file and allows viewing 699 in a web browser.</para>699 in a web browser.</para> 700 700 <indexterm zone="openjdk jhat"> 701 701 <primary sortas="b-jhat">jhat</primary>
Note:
See TracChangeset
for help on using the changeset viewer.