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)