Displaying 20 results from an estimated 1000 matches similar to: "header containing (PR#2003)"
2002 Sep 03
2
Problem with SJava sample "JavaRCall"
Hi,
I am trying to run the example "JavaRCall" with SJava 0.65 and R1.5.1
under
Windows NT4.0. Although loadLibrary("RInterpreter") worked successfull,
the
following error occurs:
"Exception breakpoint occurred at line 65 of ROmegahatInterpreter.java.
java.lang.UnsatisfiedLinkError: boolean
org.omegahat.R.Java.ROmegahatInterpreter.initR(java.lang.String[])
boolean
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
2002 Oct 21
1
Does SJava work on Windows? It does (ish) on Linux
Apologies for posting to this list but my attempts to join the omegahelp
list bounce back with address unknown errors.
I'm struggling to get SJava working on windows 98. I'm using R 1.6 and the
latest SJava 0.65 and JDK 1.3.1_04. I keep getting an Unsatisified Link
error on initR.
Our Java application gets launched with a wrapper script. I've put the
library paths and current
2002 Sep 03
1
Bugs in $RHOME/src/library/SJava/src/makefile.win (PR#1977)
Full_Name: Heinz Grimm
Version: R1.5.1
OS: Windows NT
Submission from: (NULL) (195.65.178.178)
Line 11 is:
"DLLLIBS=-L'c:/jdk1.3/lib' -L$(JAVA_HOME)/jre/bin/hotspot...."
should be:
"DLLLIBS=-L$(JAVA_HOME)/lib -L$(JAVA_HOME)/jre/bin/hotspot...."
Line 59 is:
" (cd .. ; ./configure.win $(RHOME))"
should be:
" (cd .. ; sh ./configure.win $(RHOME))"
2008 Jul 19
1
GetModuleFileName in winelib DLLs
Hi,
I have the following problem - when I compile a DLL using winegcc and
call GetModuleFileName on it I get a name in "c:\windows\system",
regardless of the DLLs actual location. I have googled for it, and found
this thread
http://www.winehq.org/pipermail/wine-devel/2003-December/023224.html
which says that this behavior is needed for built-in DLLs. My problem is
that I'm
2002 Sep 21
1
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
2003 Jul 16
2
Fatal error in SJava.
Dear r-helpers,
I have been trying to invoke R from Java in a Windows 2000 computer
(unfortunately). All my environment variables seem to be properly set,
everything seems to be in order, but I obtaining a
Fatal error: unable to open the base package
error window.
Also, the output of the invoker is
Loading RInterpreter library
R_HOME: R_HOME=C:/Programas/R
RVersion: R_VERSION=1.6.1
whereas
2013 Aug 29
5
[PATCH 1/6] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of
4. This commit rationalises the whitespace to use only 4 space indentation, and
removes trailing whitespace.
---
RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++--------------------------
RHSrvAny/RHSrvAny.h | 1 -
RHSrvAny/resource.h | 2 +-
3 files changed, 269 insertions(+), 271 deletions(-)
diff --git
2007 Apr 03
4
binding JAVA, rushing!
Hi,
I met a problem when I binding JAVA.
1. download xapian-bindings-0.9.10.tar.gz to my local.
2. unzip binding file.
3. input ./configure --with-java in cygwin.
4 give me error:
checking for java... /cygdrive/c/Program
Files/Java/jdk1.5.0_11/bin/java
checking for javac... /cygdrive/c/Program
Files/Java/jdk1.5.0_11/bin/javac
checking for jar... /cygdrive/c/Program
Files/Java/jdk1.5.0_11/bin/jar
2002 Aug 30
1
Can neither find or create RInterpreter.DLL
Hi,
I am doing my first steps with R. This worked so far:
- Installed R1.5.1 from binary distribution
- Installed SJava 0.62.8 from binary distribution
- Executed Java statements within R
Problem:
If I call R from Java, I get an UnsatisfiedLinkError:
RInterpreter.DLL not found. This DLL is completely
missing, I searched all drives for it.
In "Calling R from Java" I found a hint:
2002 Sep 12
0
(PR#2005) R_HOME/etc/Renviron.site not interpreted on windows
ligges@statistik.uni-dortmund.de wrote:
>
> Was on R-help:
>
> Subject: Re: [R] .Renviron and Renviron.site (on Windows XP)
> Date: Thu, 11 Sep 2002
> From: "James Rogers" <jrogers@cantatapharm.com>
>
> At least on the windows version of R the file
> ...../etc/Renviron.site
> won't be interpreted as mentioned in, e.g., ?.Renviron.
>
2004 Sep 10
2
loading Sjava
I'm excited about SJava, and I'ld love to get it working, but can't get
past loading the package.
.First.lib fails on this statement:
> library.dynam("SJava", "SJava", "C:/PROGRA~1/R/rw1091/library")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
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
2007 Jan 03
1
troubles installing SJava for R
Hello all,
I am using R 2.4.0 and SJava 0.69-0 on linux.
I am not able to install SJava on R. The following errors appear when
installing:
...
** R
** inst
WARNING: use of install..R is no longer supported
** preparing package for lazy loading
Creating a new generic function for "merge" in "SJava"
** help
>>> Building/Updating help pages for package
2004 Jun 08
3
SJAVA error
Hi
I'm trying to use SJava and I have troubles.
I try to run examples from "Calling R from Java"
but,I have an error that
"fatal error: enable to open the base package"
I heard SJAVA bug,
so,could you send me your compiled SJava package with the modified
REmbed.c because
in Windows i'm not able to recompile!!!
--example
package org.omegahat.R.Java;
public
2004 May 26
3
SJava
Hi again!
I'm trying to download SJava from the http://www.omegahat.org/RSJava/
website.
I'm trying to get the binary.
I download the version from BDR's website.
When I unzip the file via unzip.exe, the new folder appears as SJAVA (upper
case).
>library(SJava)
Error in library(SJava) : There is no package called 'SJava'
>library(SJAVA)
Error in library(SJAVA) :
2010 Jan 12
1
trouble with installing SJava
Colleagues,
How i can solve this error when i install SJava package
Thanks
----------------
R CMD INSTALL -c /usr/local/lib/R/SJava_0.69-0.tar.gz
* installing to library ?/usr/local/lib/R/site-library?
* installing *source* package ?SJava? ...
checking for java... /usr/lib/jvm/java-6-sun/bin/java
Java VM /usr/lib/jvm/java-6-sun/bin/java
checking for javah... /usr/lib/jvm/java-6-sun/bin/javah
2007 May 16
2
Installing SJava - problem
Hi there.
I am trying to install SJava on my windows xp machine.
I downloaded the windows source file SJava_0.69-0.tar.gz from the web site
http://www.omegahat.org/RSJava/
I have folloed the XP command line instructions as directed in the table
underneath the download link:
cd $RHOME/src/library
unzip SJava_0.69-0.zip
cd SJava
./configure.win $RHOME
cd $RHOME/src/gnuwin32
make pkg-SJava
I
2004 Oct 27
1
SJava loading --error!
Hi list,
I am having a problem in SJava. while loading the library I get the
folowing error.
> library(SJava)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/usr/lib/R/library/SJava/libs/SJava.so":
libRSNativeJava.so: cannot open shared object file: No such file or
directory
Error in library(SJava) : .First.lib failed for
2004 Mar 05
1
Problems with SJava instalation
Hi,
I'm try to use the SJava package. The install is OK. In R I have this error
message:
--------------------------
> library(SJava)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/opt/lib/R/site-library/SJava/libs/SJava.so":
libRSNativeJava.so: cannot open shared object file: No such file or
directory
Error in