salut
la meme chose avec java version "1.5.0_11"?????
comment installer cette version la ? voici le etc/profile:
/************************************/
# /etc/profile
# System wide environment and startup programs, for login setup
# Functions and aliases go in /etc/bashrc
PATH=/usr/local/jdk1.5.0_11:$PATH:/usr/local/apache-ant-1.6.5/bin:/usr/local/jdk1.5.0_11/bin:/usr/local/globus-4.0.1/bin
JAVA_HOME=/usr/local/jdk1.5.0_07
ANT_HOME=/usr/local/apache-ant-1.6.5
GLOBUS_LOCATION=/usr/local/globus-4.0.1
LD_LIBRARY_PATH=/usr/local/globus-4.0.1/lib
export JAVA_HOME
export ANT_HOME
export GLOBUS_LOCATION
export LD_LIBRARY_PATH
pathmunge () {
if ! echo $PATH | /bin/egrep -q "(^|:)$1($|:)" ; then
if [ "$2" = "after" ] ; then
PATH=$PATH:$1
else
PATH=$1:$PATH
fi
fi
}
# Path manipulation
if [ $EUID = 0 ]; then
pathmunge /sbin
pathmunge /usr/sbin
pathmunge /usr/local/sbin
fi
pathmunge /usr/X11R6/bin after
# No core files by default
ulimit -S -c 0 > /dev/null 2>&1
USER="`id -un`"
LOGNAME=$USER
MAIL="/var/spool/mail/$USER"
HOSTNAME=`/bin/hostname`
HISTSIZE=1000
if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
INPUTRC=/etc/inputrc
fi
export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC
for i in /etc/profile.d/*.sh ; do
if [ -r "$i" ]; then
. $i
fi
done
unset i
unset pathmunge
/**************************************/
si le probleme est ici"$PATH:/usr/local/apache-ant-1.6.5/bin "alors qu'est ce que je peux faire


je peux modifier le "$PATH: " si oui comment???
merci