Hello Greenhorns¡
Im trying to run a command on using the
java Runtime Class, but here's my problem.
If i run this, it works perfect:
I want to run "java -version" in the CMD parameter, so i can get the java version installed on the pc, but the runtime method doesnt return anything:
Do you have any idea about why it doesnt return anything? Is the command syntax wrong?
Thanks in advanced¡