I was trying to install a package in R using the following command line,
/R-3.2.1/bin/R CMD INSTALL /CNVPanelizer_0.99.10.tar.gz
But it throws me rJava error as follows,
Error : .onLoad failed in loadNamespace() for 'rJava', details:
call: dyn.load(file, DLLpath = DLLpath, ...)
and so I tried the solution from [stackover][1] ..
But it didnt help me and still the issue perexists
Any solutions is greatly appreciated..my java version is
java version "1.8.0_60"
Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode)
echo $JAVA_HOMEand if it is defined: is this directory included in the output ofecho $PATH?/usr/lib/jvm/java-8-oracle. I assume that you have installed Oracle Java recently and that you're working on a Linux system; is that correct?$PATHenvironment variable contains/home/user/Tools/jdk1.8.0_60/bin/.