Re: [R] RJDBC and rjava

2007-09-25 Thread Joe W. Byers
Help is sincerely requested. After further investigation, I found that if I run .jmethods and have the listing below. I know that this driver works because I have a java program using that loads data scrapped from the web every night. The call to JDBC in my previous email is trying to create t

[R] RJDBC and rjava

2007-09-21 Thread Joe W. Byers
I am having trouble getting RJDBC and rJava working. rjava does not seem to be able to traverse my classpath that I define inside R. My example is library(RJDBC) .jinit('C:\\Libraries\\mysql-connector-java-5.1.3-rc\\mysql-connector-java-5.1.3-rc-bin.jar') drv <- JDBC("com.mysql.jdbc.Driver", 'C:\