Displaying 20 results from an estimated 517 matches for "rjava".
Did you mean:
java
2020 Mar 28
5
status of Java & rJava?
Hello, All:
????? Is Java being deprecated for R?
????? I ask, because I've been unable to get rJava 0.9-11 to work under
either macOS 10.15 or Windows 10, and I can't get rJava 0.9-12 to
install -- and my Ecfun package uses it:?? I can't get "R CMD build
Ecfun" to work on my Mac nor "R CMD check Ecfun_0.2-4" under Windows.?
Travis CI builds "https://github.com...
2009 Jan 23
2
can't load rJava in R 2.8.1 on Windows XP
Dear community,
unfortunately I did not manage load the rJava package receiving the following
error-message:
> library("rJava")
Error in inDL(x, as.logical(local), as.logical(now), ...) :
kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht
laden:
LoadLibrary failure: Das angegebene Modul wurde nicht gefunden....
2009 Jan 23
2
can't load rJava in R 2.8.1 on Windows XP
Dear community,
unfortunately I did not manage load the rJava package receiving the following
error-message:
> library("rJava")
Error in inDL(x, as.logical(local), as.logical(now), ...) :
kann shared library 'C:/Programme/R/2.8.1/library/rJava/libs/rJava.dll' nicht
laden:
LoadLibrary failure: Das angegebene Modul wurde nicht gefunden....
2020 Mar 29
1
[BULK] Re: status of Java & rJava?
Hi, Simon et al.:
????? My attempts to install rJava 0.9-12 from source failed under both
macOS 10.15.4 and Windows 10.
????? Below please find what I got just now trying "update.packages()"
and selecting "install from sources" on both computers followed by
"sessionInfo()" in each case.
????? Thanks for your hel...
2007 May 17
5
rJava problem
Basically, I?m trying to install rJava on my windows XP machine. I think I
have succeeded in doing so as it appears in the list when i type library()
in R.
However, when i type ?library(rJava)? I get an error dialog box saying:
'This application has failed to start because jvm.dll was not found.
Re-installing the application may...
2012 Oct 31
2
Snallball, rJava, and R 2.15.1
I just bought a new machine and installed the latest release of R 2.15.1 two
days ago. Loaded libraries yesterday (all reported successful loads).
While running scripts, rJava and Snowball would not load. Here is Snowball
successful install:
> utils:::menuInstallPkgs()
trying URL
'http://cran.cs.wwu.edu/bin/windows/contrib/2.15/Snowball_0.0-8.zip'
Content type 'application/zip' length 386840 bytes (377 Kb)
opened URL
downloaded 377 Kb
package ?Snow...
2012 Oct 29
1
Java, rJava, and Windows x64
When running [1] "R version 2.15.1 (2012-06-22)" "x86_64-pc-mingw32",
rJava fails. I have installed both the 32-bit and 64-bit versions of
Java 7 update 9.
> library(rJava)
Error : .onLoad failed in loadNamespace() for 'rJava', details:
call: stop("No CurrentVersion entry in '", key, "'! Try re-installing
Java and make sure R and Java...
2011 Feb 07
1
rjava does not install
I am on a fedora server on which I am not root privileges. I am trying
to locally install rJava... Here are my steps :
$uname -a
Linux 2.6.18-194.17.4.el5 #1 SMP Mon Oct 25 15:50:53 EDT 2010 x86_64
x86_64 x86_64 GNU/Linux
$ java -version
java version "1.6.0_22"
Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode)
$ e...
2009 May 29
1
Problem loading rJava
I am running R on Windows XP
I first tried to install rJava and got this message
utils:::menuInstallLocal()
package 'rJava' successfully unpacked and MD5 sums checked
updating HTML package descriptions
then i tried this
require(rJava)
Loading required package: rJava
Error in if (!nchar(javahome)) stop("JAVA_HOME is not set and could not be...
2010 Jul 15
1
Problem installing rJava under FreeBSD
Hi there
I am setting up a FreeBSD server for my research department at university,
and one of my teachers needs specifically R modules like tm, RWeka, rJava
and the like.
I have installed FreeBSD 8.0/i386 and applied the relevant security patches
as well as the native FreeBSD JDK 1.6 with its latest patchset.
I have installed R 2.11 and enabled Java support on it. Now, when trying to
install rJava both from inside R via install.packages(rJava) or R C...
2012 Oct 16
1
Problems with xlsx and rjava
Hi,
I keep getting the below error regarding rJava which is required by package xlsx (I have used it in the past to directly import data from Excel 2010).
I was on R version 2.15.0 when I was getting this error this morning. So I upgraded to 2.15.1 but still the same problem. I tried unstalling and reinstalling xlsx and even rJava directly from th...
2018 Mar 21
1
problem with rJAVA
I have installed rJava into my Windows 10 (64-bit) R instillation using the Tools > Install Packages command of my RStudion IDE. When I issued the R command in my R code
library(rJava) I received the following error:
library(rJava)
Error: package or namespace load failed for ?rJava? in get(Info[i, 1], envir = env...
2010 Nov 19
1
problems with rJava
Hello, using r-2.12.0 on a Toshiba laptop with Win7
I am trying to install JGR, iut installs OK but when loading, complains about rJava
so I did:
> install.packages("rJava")
Installing package(s) into ?I:\R\cran?
(as ?lib? is unspecified)
trying URL 'http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.12/rJava_0.8-8.zip'
Content type 'application/zip' length 636680 bytes (621 Kb)
opened URL
downloa...
2011 Nov 23
1
glmulti fails because of rJava
Dear R,
The glmulti package no longer loads through the library() command, apparently because of a problem with rJava.
I have today reinstalled R from scratch (updated to v2.14.0) and reinstalled all packages from scratch and updated them all too. The problem is the same as I found on v2.13.2. See session below for the error. I tried
install.packages(rJava) as advised by the error report but it didn't help (se...
2012 Oct 15
1
rJava install - "%1 is not a valid Win32 application."
All –
I’m having a problem with the rJava package. I can download it to my
machine (Win 7 64-bit) but when I try to load the package into R (2.15.1,
64-bit version), I get the following error:
> require(rJava)
Loading required package: rJava
Error : .onLoad failed in loadNamespace() for 'rJava', details:
call: inDL(x, as...
2020 May 01
1
"not a valid win32 application" with rtools40-x86_65.exe on Windows 10
....com> wrote:
>> Hello, All:
>>
>>
>> "00install.out" from "R CMD check Ecfun_0.2-4.tar.gz" includes:
>>
>>
>> Error: package or namespace load failed for 'Ecfun':
>> .onLoad failed in loadNamespace() for 'rJava', details
>> call: inDL(x, as.logical(local), as.logical(now), ...)
>> error: unable to load shared object 'c:/Program
>> Files/R/R-4.0.0/library/rJava/libs/i386/rJava.dll':
>> LoadLibrary failure: ^1 is not a valid win32 application
>>
> Th...
2012 Feb 24
3
install rJava in Ubuntu 11.10
I am trying to install rJava on a WUBI Ubuntu 11.10 installation of R with no luck. I was originally trying to install the iplots package and encountered this rJava problem.
Code used:
install.packages("rJava")
(CRAN mirrors --Canada(ON) and Canada(QC2)
I installed iplots with no problem on Windows 7.
I know jus...
2007 Feb 21
1
Problem with rjava in linux
Hi,
I install rJava in linux. The installation, from source, is ok. But I have
this error on load package.
> library(rJava)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared
library '/usr/local/lib/R/site-library/rJava/libs/rJava.so':
libjvm.so: cannot open share...
2006 Apr 15
2
cannot load rJava in R
Hi all!
I recently tried to install the rJava package on my notebook (Debian Etch / Kernel 2.6.15 / jdk 1.5.0-5 / R 2.2.1 / rJava ?? the repo one, have a look below). I compiled R myself with "--with-readline=no" and "--enable-R-shlib flags". Now, each time loading the library rJava I encouter the same error. I reinstalled...
2017 Jun 26
3
rJava Broken on Linux + R 3.4
Dear All,
I think there is something wrong with rJava on any Debian based
distribution.
I may be wrong, but I experiencing exactly the problems mentioned at
https://github.com/amattioc/SDMX/issues/130
and at
https://github.com/s-u/rJava/issues/110
A couple of packages (RJSDMX and xlsx) are now impossible to install
on my debian stretch platform ru...