Consultor Eletrônico



Kbase P15447: How to set the permanently JRE to the Linux or Unix path
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

How to set the permanently JRE to the Linux or Unix path

FACT(s) (Environment):

Linux Intel

FIX:

How to set the permanently JRE to the Linux or Unix path

Cd to /etc

Vi profile

Look for the path manipulation sections ( or a section that refers to you PATH)

On my profile for example what I have is :

# Path manipulation
if [ `id –u ` = 0 ] ; then
pathmnge /sbin
pathmnge /user/sbin
pathmnge /usr/local/sbin

#add the path to the jre directory
pathmnge /usr/java/j2re1.3.0.2
pathmnge / usr/java/j2re1.3.0.2/bin