Changeset 5496648
- Timestamp:
- 09/20/2003 10:28:42 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 9fcf865
- Parents:
- ed510ac
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/jdk/j2sdk-inst.xml
red510ac r5496648 5 5 or both.</para> 6 6 7 <para>Install the binary version of the jdk by running the following commands:</para> 7 <para>Installation of the precompiled JDK is easy, change the executable bit for 8 the downloaded file, change to the directory where you want it installed 9 and execute the downloaded file.</para> 8 10 9 11 <para><screen><userinput>VERSION=&j2sdk-bin-version; && 10 12 MV=`echo $VERSION | cut -d "_" -f 1,1` && 11 13 V=`echo ${VERSION} | sed -e "s/\./_/g"` && 12 T=`grep -a tail j2sdk-${V}-linux-i?86.bin | cut -f 2 -d " "` && 13 tail $T j2sdk-${V}-linux-i?86.bin > install.sfx.$$ && 14 chmod +x install.sfx.$$ && 15 ./install.sfx.$$ && 14 chmod +x j2sdk-${V}-linux-i?86.bin && 15 ./j2sdk-${V}-linux-i?86.bin && 16 16 cd j2sdk${VERSION} && 17 17 install -d /opt/j2sdk/j2sdk-precompiled-${MV} && … … 33 33 unzip j2sdk-${V}-src-scsl.zip && 34 34 unzip j2sdk-${V}-mozilla_headers-unix.zip && 35 patch -Np1 -i j2sdk-${VERSION}-gcc33-1.patch && 35 36 patch -Np1 -i j2sdk-${VERSION}-fix-intl-files.patch && 36 37 patch -Np1 -i j2sdk-${VERSION}-link-missing-libs.patch && -
general/prog/jdk/j2sdk.ent
red510ac r5496648 8 8 <!ENTITY j2sdk-src-buildsize "1810 MB"> 9 9 <!ENTITY j2sdk-src-size "77 MB"> 10 <!ENTITY j2sdk-bin-version "1.4. 1_02">10 <!ENTITY j2sdk-bin-version "1.4.2_01"> 11 11 <!ENTITY j2sdk-src-version "1.4.1"> 12 12 <!ENTITY j2sdk-download-http "http://freshmeat.net/projects/sunjdk"> -
introduction/welcome/changelog.xml
red510ac r5496648 10 10 11 11 <itemizedlist> 12 13 <listitem><para>September 20th, 2003 [tushar]: Updated to 14 j2sdk-1.4.2_01 (precompiled).</para></listitem> 12 15 13 16 <listitem><para>September 20th, 2003 [tushar]: Added
Note:
See TracChangeset
for help on using the changeset viewer.