tags:

views:

14

answers:

1

One of my Java projects requires setting up a variable java_runtime_dir. On Ubuntu, how do I find this directory? Is it the path to the java executable?

+1  A: 

It is probably /usr/lib/jvm/java-6-openjdk.

Matthew Flaschen
@Matthew: Great. Thank you...
Legend