• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Netbeans project how to find/recognize jee6.

 
Ranch Hand
Posts: 128
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using Netbeans 6.7.1, and jee5.

I downloaded and installed Java EE 6 SDK Previews; trouble is i can't figure out how to get a Netbeans project to recognize jee6.

When i'm setting up a new project i don't get JEE 6 as an option, only JEE 5, J2EE 1.3 & 1.4

Which is a drag because i need the "reference implementation" of servlet 3.0.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You will probably have to do everything by hand. Use NetBeans as a glorified text editor and add the Java EE JARs to your project (create a basic "Java Application" project) and build your WAR by hand. Not ideal, but it should work.
 
reply
    Bookmark Topic Watch Topic
  • New Topic