LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   not able to set up R I server in linux (https://www.linuxquestions.org/questions/linux-newbie-8/not-able-to-set-up-r-i-server-in-linux-932104/)

abi 03-01-2012 03:29 AM

not able to set up R I server in linux
 
i am trying to setup J2EE RI server in linux.



#PATH=$PATH:$HOME/bin
JAVA_HOME=/usr/local/AT_Dev_Env/Java/jdk1.6.0_16
J2EE_HOME=/home/kamath/studyj2ee/j2sdkee1.3.1
PATH=$JAVA_HOME/bin:$PATH:$HOME/bin:J2EE_HOME/bin
CLASSPATH JAVA_HOME/bin:J2EE_HOME/bin
export PATH

is what i have set in bash profile file.please tell i have went wrong?




In new terminal i went to

/home/kamath/studyj2ee/j2sdkee1.3.1/bin

[kamath@samhrd-4150 bin]$ ls
cleanup deploytool j2eeadmin packager runclient userconfig.sh
cloudscape j2ee keytool realmtool setenv.sh verifier


and gave the----- j2ee -verbose command but have got the result as

bash: j2ee: command not found...
[kamath@samhrd-4150 bin]$

please help me set up this R I server


All times are GMT -5. The time now is 11:59 PM.