I want to call the jar file from R. I want to be able to do this without using system(). Normally a command line call would look like
java -jar eps2pgf.jar -m directcopy myfile.eps My question is: Can I call this program using the rJava package or any other (command line options and all)? I really know nothing about Java so any pointers would be appreciated. Thanks -Cameron Bracken -- View this message in context: http://www.nabble.com/Calling-a-jar-file-with-rJava-tp21650356p21650356.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.