I am trying to call a r file named es.r which have lotes of R functions. These R functions are internally calling java functions by using ".jnew()" and ".jcall()". I have added necessary jar's to the Classpath and I am able to run es.r from command prompt . But when I tried to call it from anoter r file using source() getting Exception Error in .jnew("com/algoTree/ClientElasticSearch/ElasticSearchLoader") : java.lang.ClassNotFoundException How can I solve this ? How can i execute the file from r-console. ? -- View this message in context: http://r.789695.n4.nabble.com/Class-Not-found-execption-tp4650824.html Sent from the R help mailing list archive at Nabble.com.
I am trying to call a r file named es.r which have lotes of R functions. These R functions are internally calling java functions by using ".jnew()" and ".jcall()". I have added necessary jar's to the Classpath and I am able to run es.r from command prompt . But when I tried to call it from anoter r file using source() getting Exception Error in .jnew("com/algoTree/ClientElasticSearch/ElasticSearchLoader") : java.lang.ClassNotFoundException How can I solve this ? How can i execute the file from r-console. ? Anybody can help me.. Thanks -- View this message in context: http://r.789695.n4.nabble.com/Class-Not-found-execption-tp4650916.html Sent from the R help mailing list archive at Nabble.com.