Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Jimmy Vaughn
685 Pointsdid I install java correctly, and how can I fix this?
when I click on Java mission control I get this message.
{No local (attachable) JVMs were detected, not even the JVMs running this instance of java mission control. Local JVMs will not be detected if the Java mission control client is run with a JRE instead of JDK or if the hsperfdata_<user> folder in TMP is not writable. see the FAQ help section For more information.} I need to know why I am getting this message and what steps can be taken to fix it.
Ken Alger
Treehouse TeacherKen Alger
Treehouse TeacherJimmy;
Can you provide additional details about your computer environment (OS, OS version, etc.)?
From a command line what results do you get if you type
java -versionand
javac -versionKen