Hello
It works now
I did edit java.conf and /etc/profile
=============================
# System-wide Java configuration file                                -*- sh -*-
#
# JPackage Project <http://www.jpackage.org/>

# Location of jar files on the system
JAVA_LIBDIR=/usr/share/java

# Location of arch-specific jar files on the system
JNI_LIBDIR=/usr/lib/java

# Root of all JVM installations
JVM_ROOT=/usr/lib/jvm

# You can define a system-wide JVM root here if you're not using the default one
#JAVA_HOME=$JVM_ROOT/java-gcj
JAVA_HOME=/usr/java/jre1.5.0_06      <---

# Options to pass to the java interpreter
JAVACMD_OPTS=
============================
#part of /etc/profile
_____________________

# Path manipulation
if [ $EUID = 0 ]; then
        pathmunge /sbin
        pathmunge /usr/java/jre1.5.0_06/bin   <---
        pathmunge /usr/sbin
        pathmunge /usr/local/sbin
fi
=============

Thank you very much



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927593#3927593

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927593


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to