search for: classnotfound

Displaying 1 result from an estimated 1 matches for "classnotfound".

2009 Mar 24
0
A question about rJava and the classpath
...t;jar$",full.names=T)) allfiles <- c(allfiles,"/home/sguha/tmp/x/build/jar/rhipe.jar") .jinit(classpath=allfiles) Now, I create a new object .jnew("org/guha/SeqKeyList",.jnull) but get this error Exception in thread "main" java.lang.RuntimeException: java.lang.ClassNotFoundException: org.apache.hadoop.hdfs.DistributedFileSystem at org.apache.hadoop.conf.Configuration.getClass(Configuration.java:720) This does not appear to be possible(ClassNotFound), since hadoop-0.19-core.jar which is *present* in the output of .jclassPath() does contain an entry to this class. Mor...