SimonSellick
Programmer
Hi,
Sorry to post a trivial problem, but I can't work out the answer (well, it is Friday).
I'm planning to develop a web service client (Win XP for both development and running) and have downloaded NetBeans 5.5.1 as it appears to do a fair bit of the work for you. [Is this a good choice?]
On trying to create the AnagramGame sample as per the web service client tutorial, I get to the 'New Web Service Client' wizard, but it complains that the JDK is not the correct version:
According to the NetBeans Help/About/Detail, the Java version is 1.6.0_02. Is this different from the JDK version? And how does Java EE 5 fit into the scheme?
The PC has two Java directories under Program Files: jre and jdk, both at version 1.6.0_2. Have I pointed NetBeans at the wrong directory?
As I said, apologies for what is probably a trivial post, but if someone could point me in the right direction, I would be grateful.
Sorry to post a trivial problem, but I can't work out the answer (well, it is Friday).
I'm planning to develop a web service client (Win XP for both development and running) and have downloaded NetBeans 5.5.1 as it appears to do a fair bit of the work for you. [Is this a good choice?]
On trying to create the AnagramGame sample as per the web service client tutorial, I get to the 'New Web Service Client' wizard, but it complains that the JDK is not the correct version:
Code:
[red]To create web service clients in this project, the Java source level must be at least JDK 1.5
[/red]
The PC has two Java directories under Program Files: jre and jdk, both at version 1.6.0_2. Have I pointed NetBeans at the wrong directory?
As I said, apologies for what is probably a trivial post, but if someone could point me in the right direction, I would be grateful.