search for: getsp

Displaying 3 results from an estimated 3 matches for "getsp".

Did you mean: gets
2008 Oct 01
3
Installing RWeka package in CentOS 5: problems with JAVA?
...install it (as root): $ wget http://cran.cnr.berkeley.edu/src/contrib/RWeka_0.3-14.tar.gz $ R CMD INSTALL RWeka_0.3-14.tar.gz * Installing to library '/usr/lib/R/library' * Installing *source* package 'RWeka' ... Exception in thread "main" java.lang.NoClassDefFoundError: getsp Caused by: java.lang.ClassNotFoundException: getsp at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at s...
2019 Jan 23
0
So nearly there, but can't install rJava
...operly. > > based on the underlying javareconf script. > > Scrolling through > >> less `R RHOME`/bin/javareconf > > we can see that the script exits from > >> echo "Java interpreter : $JAVA" >> jires=`$JAVA -classpath ${tools_classpath} getsp -test` >> if test "$jires" != "Test1234OK"; then >> echo "$jires" >> echo "~*** Java interpreter doesn't work properly.~"|${SED-sed} -e 'y/~/\n/' >&2 >> exit 1 >> fi > > From your output we can see...
2019 Jan 22
3
So nearly there, but can't install rJava
Thanks Dirk and Enrico, First clarification: I'm in this mess because I'm trying to run R 3.5.2 within Debian stable (9/"sretch") using the stretch-cran35 repository. That uses and provides r-api-35 but many of the packages depend upon r-api-3. As Johannes said a day or so back, the way around this is to use install.packages() in R to get the packages you want. That leads you