determine which JVM IDEA is using?
How can I figure out which JVM IDEA is running on? I have both Java 5
and Java 6 installed and I think IDEA ships with it's own JRE as well.
I'd like to know which JVM IDEA is running with because I want to
compare performance of Java 5 and 6.
I'm running on an Ubuntu machine.
Thanks,
Cory
Please sign in to leave a comment.
Nevermind. As soon as I hit send I realized ps would tell me that.
Specifically "ps ax" tells me that I'm running on JDK6 right now.
Sorry for the noise.
cory
Cory R wrote:
Actually go into the Help menu and About and it will tell you right away.
Surya wrote:
Ah- you're right. Thanks for the suggestion.