JDK location problem

1
When trying to deploy, we are receiving this message. Java Development Kit 1.6. was not found. Please check the JDK location in the project settings dialog. Install JDK if necessary. The JDK was installed. Any help would be appreciated.
asked
3 answers
2

Hi Lynne,

You need to install the java platform first:

Java Development Kit

answered
1

Make sure you have the proper directory defined under "Settings" -> "Project Settings" -> "JDK Location".

answered
1

Don't use the JRE directory.

It should look like this for the version quoted: C:\Program Files\Java\jdk1.6.0_16

For mine (the latest as of March 4, 2011), it looks like this: C:\Program Files\Java\jdk1.6.0_24

HTH.

answered