Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to install MonkeyTalkIDE but show this error

A java Runtime Environment (JRE) or Java Development kit (JDK) must be available in order to run MonkeyTalkIDE. No Java virtual machine was found after searching the following locations: C:\Program Files\MonkeyTalkIDE\jre\bin\javaw.exe javaw.exe in your current PATH.

I am also set environment variable for java.

How can resolved problem?

share|improve this question

1 Answer

Download a Java JDK here.

You might need to set JAVA_HOME to point to the directory where you install Java. (I'll assume you know how to do that.)

set JAVA_HOME=<directory-where-you-installed-JDK>

Add the path to the Java /bin directory to your PATH environment variable. (I'll assume you know how to do that.) If you do the second step, it'll be

PATH=%PATH%;%JAVA_HOME%\bin;
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.