source: scripts/scripts/untested/blfs-scripts/java-setup.sh @ 7f65c0e

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 7f65c0e was 7f65c0e, checked in by Jim Gifford <clfs@…>, 18 years ago

r625@server (orig r623): jim | 2005-10-31 12:43:24 -0800
Final Move

  • Property mode set to 100755
File size: 259 bytes
Line 
1#!/bin/sh
2
3export JAVA_INSTALLDIR=/opt
4export JAVA_VER=1.5.0_03
5
6# JAVA_HOME will be ${JAVA_BASE}-${BUILDENV} on a multilib setup
7# Handling for the moment will be via the set_libdirname function in
8# multiarch_funcs until I think of a samer way to do it...
9
Note: See TracBrowser for help on using the repository browser.