 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: Using JDK1.4 for creating a webservice client
Posted: Mar 23, 2010 - 10:12 AM
|
|
Joined: Mar 23, 2010
Posts: 2
|
|
Hi Team,
I have tried to create a webservie and client with JDK1.5 and it works successfully.
But i have a requirement where i have to deploy the client in a server which has only JDK 1.4.2 and it can't be upgraded.
can you let me know how a webservice client can be created using JDK 1.4.2 in My eclipse Blue.
Regards,
Praveena |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Using JDK1.4 for creating a webservice client
Posted: Mar 23, 2010 - 10:53 AM
|
|
Registered Member

Joined: May 18, 2009
Posts: 1532
|
|
Praveena,
When creating a java project, change the value for "Use Execution environment JRE" to the desired value.
For an existing project you can right click on your project and go to properties. In the new window that opens, select Java Compiler. Check "Enable Project Specific Settings", uncheck "Use Compliance From Execution Environment ..." and change the compiler compliance level accordingly.
Let me know if that helps |
_________________ Shalini
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: Using JDK1.4 for creating a webservice client
Posted: Mar 23, 2010 - 01:13 PM
|
|
Joined: Mar 23, 2010
Posts: 2
|
|
Hi Shalini,
I have done that and created a Java project and now i want make this a webservice client. So I am choosing 'New Web Service Client from the toolbar. A dialog box opens and i Choose the project(webservice project) and the framwork is by default JAX-WS. But an error message appears in the dialog box saying"project must use Java 5 or above ".
Regards
Praveena |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Using JDK1.4 for creating a webservice client
Posted: Mar 24, 2010 - 05:21 AM
|
|
Registered Member

Joined: May 18, 2009
Posts: 1532
|
|
Praveena,
I am afraid, web service clients must be created with J2SE-1.5 or higher. |
_________________ Shalini
MyEclipse Support
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |