• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps "find_java.exe has stopped working"

IMKarla

Lurker
I use RoboHelp to create help for several software products. The latest version, v10, can now generate "Native Mobile apps." I've been following the Android tutorials and RoboHelp's tutorial to install and configure the required apps. (RoboHelp requires the PhoneGap SDK, Android SDK, JDK, and Apache Ant.) I have everything installed, and it looks as though RoboHelp is working, until it gets almost to the end, and then spits out this error message:

ERROR: No suitable Java found. In order to properly use the Android Developer Tools, you need a suitable version of Java JDK installed on your system. We recommend that you install the JDK version of JavaSE,

I have the JDK installed. In fact, I need it for other projects, like JavaHelp. I have:
C:\Program Files\Java\jdk1.7.0_05
C:\Program Files\Java\jdk1.7.0_07
C:\Program Files\Java\jre7
C:\Program Files (x86)\Java\jdk1.7.0_05
C:\Program Files (x86)\Java\jre7
and they're all in my PATH.
Any ideas as to why the ADT is not seeing the JDK? Is there some place in ADT that I can tell it where the JDK is?
 
I got it working! I went into the registry and made sure that the path to the JDK for RoboHelp and each of the dependent apps was correct.
 
Back
Top Bottom