Could not find or load main class Files\R\R-3.2.3\library\rJava\jri I encounter the above problem .Pls help
Ulrik Stervbo
2016-Jan-28 13:08 UTC
[R] Error while integrating R with netbeans using rJava
Hi Daphne, It seems Java cannot find what it is looking for. I know next to nothing of using rJava but maybe this is helpful: binfalse.de/2011/02/20/talking-r-through-java Best, Ulrik On Thu, 28 Jan 2016 at 12:15 DAPHNE WAR <daphnewar at gmail.com> wrote:> Could not find or load main class Files\R\R-3.2.3\library\rJava\jri > I encounter the above problem .Pls help > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
Simon Urbanek
2016-Jan-28 16:05 UTC
[R] Error while integrating R with netbeans using rJava
.. this looks like a quoting problem in you classpath - you'll need to quote it properly otherwise the space in your class path gets interpreted as the next argument.> On Jan 28, 2016, at 8:08 AM, Ulrik Stervbo <ulrik.stervbo at gmail.com> wrote: > > Hi Daphne, > > It seems Java cannot find what it is looking for. > > I know next to nothing of using rJava but maybe this is helpful: > binfalse.de/2011/02/20/talking-r-through-java > > Best, > Ulrik > > On Thu, 28 Jan 2016 at 12:15 DAPHNE WAR <daphnewar at gmail.com> wrote: > >> Could not find or load main class Files\R\R-3.2.3\library\rJava\jri >> I encounter the above problem .Pls help >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >