Dear list, My R program has to deal with a 3rd party java program. I would like to know, automatically, which version of java is used when both programs are speaking together. Does anybody have an idea how to obtain such info from R ? Thanks Vincent
If you use the java version fom the classpath you can type inside R: system("java -version") or type "java -version" in the shell or console. -- View this message in context: http://www.nabble.com/know-java-version-tf4573584.html#a13057080 Sent from the R help mailing list archive at Nabble.com.
Bio7 a ?crit :> If you use the java version fom the classpath you can type inside R: > system("java -version") > or type "java -version" in the shell or console.This works for my config : R.2.5.1. under windowsXP. (apologies for forgetting precising it). Many thanks for your answer. Vincent