public class my_convolve
{
        public static  void main(String[] args)
        {
                
        }
     public static void convolve()
     {
        System.out.println("Hello");
      }   
    }  


library(rJava) 
.jinit(classpath="C:/Documents and Settings/GV/workspace/Test/bin",
parameters="-Xmx512m")
.jcall("my_convolve", method="convolve")

Error in .jcall("my_convolve", method = "convolve") : 
  method convolve with signature ()V not found



-- 
View this message in context: 
http://r.789695.n4.nabble.com/RJava-help-tp2995886p2996914.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to