facebook

web application jsf

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #264706 Reply

    arsal
    Member

    Hi,
    I have myeclipse 5.1. I started web application by web application project option but it didn’t give me option j2ee 1.5. The options were just j2ee 1.4 nd j2ee 1.3. How can I make web application with j2ee 1.5? Also would that work fine if I choose 1.4 j2ee as web container but make default java of version 1.5?
    Regards,
    Arsalan

    #264803 Reply

    Riyad Kalla
    Member

    Arsalan,
    We don’t ship JEE 5 libraries yet (renamed by Sun instead of J2EE 1.5). But I have used MyEclipse to work on a JEE 5 project, what you have to do is:

    0) Download and install a JEE 5 compliant application server like Glassfish or Sun Application Server 9
    1) Create a new J2EE 1.4 project
    2) Create a new User Library (Window > Prefs > Java > Build Path > User Libraries) that contains the libraries from your app server (JEE 5 Libraries)
    3) Remove the J2EE 1.4 Library Set from your build Path and add the JEE 5 Libraries to your build path.
    4) Make sure your complier level for your project is set to Java 5

    And you should be all set.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: web application jsf

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