Displaying 3 results from an estimated 3 matches for "pathsepar".
Did you mean:
pathsep
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 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)
2004 Nov 15
1
several errors with irregular pathnames
...e
transferred (code 23) at main.c(397)
After this error, I tried to copy a complete directory which caused the
first mentioned problem. It appears that the pathname somehow gets
misinterpreted and split into two separates. Which in this last case,
causes not existing path-/filenames. If this same pathseparation occurs
in the first case, it might explain its behaviour to start working on
"module/" or whatever.
In short:
It appears that rsync misinterprets certain pathnames, splits them up to
start working on them separately.
Doing so, in my case, might have caused an additional error whi...