Displaying 20 results from an estimated 700 matches similar to: "error starting SJava: classpath"
2002 Aug 29
3
running SJava
Folks,
Having problems getting started with SJava and request help.
I get this error when running .JavaInit() (within RGui 1.5.1, on Windows
2000):
Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find
the Omegahat interface manager class. Check you classpath!
(Before you right back saying read the emails, please read further - in
short, been there, done that)
2002 Jul 01
0
error starting SJava: classpath?
Does SJava require that omegahat be installed? I have installed the
binary Windows package (SJavaWin_0.62-8.zip), made the change
eliminating the call to .alias(), with the following results on startup:
> library(SJava)
> .JavaInit()
Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find the Omegahat interface manager class. Check you classpath!
> tmp <-
2002 Jul 10
0
Configuring SJava on Windows
Dear R users,
I was happy to find a binary library for SJava in the last released of R
(1.5.1)... I am able to load the library... but I have some problems to run this library:
> .JavaInit()
Error in .JavaInit() : Couldn't start Java Virtual Machine: Can't create Java Virtual Machine
> javaConfig()
$classPath
[1] "F:/Program
2002 Oct 24
1
Rjava failing to initialize in Windows 2000
Dear Any,
I am trying to initialise Rjava with the objective of running ORCA within R.
I am running R1.5.1 on Windows2000 and get the same problem with Sun
Java run time jre-1.2.2_013
Java j2re-1.4.1_01
Microsoft Java Virtual Machine Build 3805
.JavaInit() is failing at :
.C("s_start_VM", as.character(classPath), as.character(classPath),
2004 Oct 15
0
SJava 0.65 and R 2.0.0 (slightly long)
Hi,
I had some Java code that worked with SJava 0.65 under R 1.8.*. I'm
trying to get it to work with R 2.0.0. My JVM is Sun 1.5.0 (running on
Fedora Core 2)
I downloaded and installed SJava 0.65 in my personal directory using
R CMD INSTALL SJava-0.65.tar.gz -l ~/src/Rlibrary
and before starting R I sourced RJava.bsh. However after loading the
SJava library if do javaConfig() I get
2003 Feb 03
2
[Out off-topic] SJava under Windows
Sorry for this off-topic subject.
I am fighting for running SJava under Windows.
SJava_0.64 (compiled by Simon Urbanek, thanks), R 1.6.2, Java JDK 1.4.0_02,
Windows XP pro:
> library(SJava)
> .JavaInit()
Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find the
Omegahat interface manager class. Check you classpath!
> # And the second time...
> .JavaInit()
It
2003 Sep 24
1
SJava help
Hi,
I installed SJava 0.66-1 on my linux RH 7.2 machine. I am using R-1.7.1.
I set LD_LIBRARY_PATH up then called library(SJava) and it was fine. But
when I called .JavaInit(), I got weird error that states it could not
find java/lang/Hashtable. The session is below and shows my java
configuration. I am using j2sdk1.4.2_01 from Sun.
Thank you very much.
Weiming Zhang
> .javaConfig
2004 Jan 15
0
Sjava question on MacOS 10.3
I am running R-1.81, apple's JVM installed with OS 10.3.2, and installed
Sjava-0.65.X (a patched version of Sjava for MacOS from Simon Urbanek, which
I know is inherently dangerous, but...). This version installed fine and
some aspects seem to work as expected. However, this is one of the examples
and causes R to hang. Any insights? What other information should I
provide to make it easier
2003 Nov 22
0
R crashes with package SJava; was Memory leakage?
Dear All,
<<OS and software>>
R-1.81
j2sdk1.4.0_03
SJava_0.66-1
Windows NT4.01
I try to run R from Java with SJava and I seem to have the same problem as
discussed before in this mail list a few month ago:
https://www.stat.math.ethz.ch/pipermail/r-help/2003-May/031960.html
https://www.stat.math.ethz.ch/pipermail/r-help/2003-May/031962.html
2005 Jun 10
0
launching RSJava from external application
Hi,all,
I have a problem about launching SJava in R from external application
(Cytoscape).
My R version is 2.1.0 and Sjava version is 0.68. R is installed by issuing
1. configure --enable-R-shlib
2. make
3. make check
4. make install
SJava is installed by issuing "R CMD INSTALL -c SJava_version_.tar.gz".
The LD_LIBRARY_PATH is set in .bash_profile by
2001 Oct 02
2
R and Java
Daer all,
Before to expose my problem, this the configuartion of my environment.
I use the version 1.2.1 of R with a limux system (redhat)
I have installed SJava (from omeghat) package successfully.
So, i wanted to try an example (calc.R) that is provided in the library.
This is the message I obtained:
Error in isJavaInitialized("Java virtual machine has not been
initialized. Call
2002 Aug 13
1
Rcmd SHLIB under NT
Hello:
I'm trying to use Rcmd SHLIB to compile a single file, sann.c, to
get sann.dll.
I was able to get
make libR.a
to work, after going into MkRules and changing the line
DLLTOOL=$(BINPREF)dlltool -k --as $(AS)
to read
DLLTOOL=C:/MINGW-1.1/bin/dlltool -k --as $(AS)
But now I get:
C:\rw1051\src\gnuwin32>Rcmd SHLIB sann.c
make: make: Command not found
make: *** [libR] Error 127
2002 Sep 20
1
Trouble in running Rcmd --check on Windows 2000.
Hi!
My Platform:
Windows 2000
R version >1.5
Active Perl 5.6
Rtools at the start of the PATH.
I am trying to build a package. The functions are written only in R (no C code). I am trying to proceed as described in R-exts.pdf
But instead to get a build package i am getting (see below). At first glance it seems to me that i understand the output. At something similar i am looking most of my
2002 Sep 29
1
Runnin R prorams from a command line
Hello, I am a new R user, using version 1.5.1. I am
attempting to run R programs from a dos command line
(in win2000) and am having problems. My goal is to
be able to use R from batch scripts in both windows
and also in Linux eventually later.
When I first ran "rcmd BATCH --help" it said that
perl was not found. after installing perl and
running again, I received the following error:
2004 Aug 30
2
problem with SJava
hello,
I am trying to install SJava on Windows XP as
described on
http://www.omegahat.org/RSJava/:
at the level configure.win:
$rhome/sjava/configure.win returned "argument 'c:/...'
ignored"
When i tried to install like the readme file, it
returned in R
> library(SJava)
using JAVA_HOME = C:\Program Files\Java\j2re1.4.2_04
> .JavaInit()
Error in .JavaInit() :
2002 Jun 20
1
Questions on Instalation of SJava Package to R1.5.0
Dear Expects,
I tried to install the SJava package to the Library subdirectory of my
R1.5.0. However, when I tried it according to the instructions from
http://www.omegahat.org/RSJava/, I got the following error messages:
library(SJava)
Error in .Defunct() : `.Alias' is defunct.
See ?Defunct.
>.JavaInit()
Error: couldn't find function ".JavaInit"
I downloaded SJavaWin
2002 Aug 12
1
Error 127 and dlltool
Hello:
Many thanks to Professor Ripley for responding to my earlier post, included below, about trying to use mingw32 gcc.I did put back the original Rinternals.h. I am still crashing R every time I try to use C code.
Here is what I did, basd on readme.packages:
1.) Ensured that C:\Rtools was first in my path, and obtained a new tools.zip from BDR's R tools site.
2.) Ensured that I
2002 Jun 04
1
compiling packages
Hello, Using R 1051 in win98
When I try to build a library Addreg with DESCRIPTION, Index and Title
in R and subdirectories Man and R. From a Command window I do:
c:\> c:\rw1051\bin\Rcmd INSTALL c:\r_src\src\library\addreg
--library=c:\r\src\library
make: Entering directory '/cygdrive/c/rw1051/src/gnuwin32'
make DLLNM= \
-C c:/r_src/src/library/addreg PKG=addreg RHOME=c:/rw1051
2003 May 08
3
R crashes with package SJava; was Memory leakage?
Dear all,
Maybe this has something to do with R crashing?
When my R version crashes, there is Rgui.exe still
running in the background (i.e. W2K's task manager
recognises it only as a process, which apparently
is using almost 100% of the CPU).
I can reproduce that by "using" the SJava package
(from Brian Ripley's homepage, as suggested on
http://www.omegahat.org/RSJava/).
2002 Sep 11
1
.Renviron and Renviron.site (on Windows XP)
Hello,
Could someone please tell me why the following doesn't work:
I have a file C:\Program Files\R\rw1051\etc\Renviron.site, which
contains the line:
R_LIBS= "C:/Jim/LocalR-Libraries/FromCran";
"C:/Jim/LocalR-Libraries/Cantata"
>From the documentation, I gather that I have put this file in the
default location, but to be safe I also explicitly set the R_ENVIRON