[R] RJava help

lord12 trexinsd at yahoo.com
Fri Oct 15 14:08:10 CEST 2010


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.



More information about the R-help mailing list