Re: [R] know java version

2007-10-05 Thread mel
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 _

Re: [R] know java version

2007-10-05 Thread Bio7
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.c

[R] know java version

2007-10-05 Thread mel
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 __ R