- Timestamp:
- 01/31/2003 05:36:22 PM (22 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- d75b734
- Parents:
- a338b48
- Location:
- general/prog/jdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/jdk/j2sdk-config.xml
ra338b48 r1030431 8 8 compiled j2sdk, do the following:</para> 9 9 10 <para><screen><userinput>ln -nsf j2sdk-&j2sdk-src-version; /opt/j2sdk/j2sdk 11 </userinput></screen></para> 10 <para><screen><userinput>ln -nsf j2sdk-&j2sdk-src-version; /opt/j2sdk/j2sdk</userinput></screen></para> 12 11 13 12 <para>Add the following lines to your shell startup file (e.g. /etc/profile). -
general/prog/jdk/j2sdk-inst.xml
ra338b48 r1030431 7 7 <para>Install the binary version of the jdk by running the following commands:</para> 8 8 9 <para><screen><userinput> 10 VERSION=&j2sdk-bin-version; && 9 <para><screen><userinput>VERSION=&j2sdk-bin-version; && 11 10 MV=`echo $VERSION | cut -d "_" -f 1,1` && 12 11 V=`echo ${VERSION} | sed -e "s/\./_/g"` && … … 17 16 cd j2sdk${VERSION} && 18 17 install -d /opt/j2sdk/j2sdk-precompiled-${MV} && 19 mv * /opt/j2sdk/j2sdk-precompiled-${MV} 20 </userinput></screen></para> 18 mv * /opt/j2sdk/j2sdk-precompiled-${MV}</userinput></screen></para> 21 19 22 20 <para>The binary version is now installed.</para> … … 31 29 <para>Unzip and patch the source:</para> 32 30 33 <para><screen><userinput> 34 VERSION=&j2sdk-src-version; && 31 <para><screen><userinput>VERSION=&j2sdk-src-version; && 35 32 V=`echo $VERSION | sed -e "s/\./_/g"` && 36 33 unzip j2sdk-${V}-src-scsl.zip && … … 40 37 patch -Np1 -i j2sdk-${VERSION}-remove-fixed-paths.patch && 41 38 patch -Np1 -i j2sdk-${VERSION}-syntax-fixes.patch && 42 patch -Np1 -i j2sdk-${VERSION}-use-included-motif.patch 43 </userinput></screen></para> 39 patch -Np1 -i j2sdk-${VERSION}-use-included-motif.patch</userinput></screen></para> 44 40 45 41 <para>Set some vars which affect the build:</para> 46 <para><screen><userinput> 47 export ALT_BOOTDIR="$JAVA_HOME" && 42 <para><screen><userinput>export ALT_BOOTDIR="$JAVA_HOME" && 48 43 unset JAVA_HOME && 49 44 unset CLASSPATH && … … 57 52 export INSANE=true && 58 53 export MAKE_VERBOSE=true && 59 export ALT_CACERTS_FILE=${ALT_BOOTDIR}/jre/lib/security/cacerts 60 </userinput></screen></para> 54 export ALT_CACERTS_FILE=${ALT_BOOTDIR}/jre/lib/security/cacerts</userinput></screen></para> 61 55 62 56 <para>Make and Install j2sdk with the following commands:</para> 63 57 64 <para><screen><userinput> 65 cd control/make && 58 <para><screen><userinput>cd control/make && 66 59 make && 67 60 cd ../.. && 68 61 cd control/build/linux-i?86 && 69 cp -a j2sdk-image /opt/java/j2sdk-&j2sdk-src-version; && 70 </userinput></screen></para> 62 cp -a j2sdk-image /opt/java/j2sdk-&j2sdk-src-version; &&</userinput></screen></para> 71 63 72 64 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.