facebook

Using JDK1.4 for creating a webservice client

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #306925 Reply

    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

    #306926

    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

    #306930

    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

    #306941

    Praveena,
    I am afraid, web service clients must be created with J2SE-1.5 or higher.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Using JDK1.4 for creating a webservice client

You must be logged in to post in the forum log in