• 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

javaee.jar not j2ee.jar from the Sun Java EE SDK

 
Greenhorn
Posts: 14
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I too had trouble using j2ee.jar from the Oracle/Sun Java EE SDK (see also https://coderanch.com/t/472932/Cattle-Drive/Servlet-compile-fails-Mac-Osx). When I looked inside I saw it only seemed to contain a manifest file. It turns out it's javaee.jar (also part of the Java EE SDK) that contains the good stuff, HttpServletRequest, etc. Alternately, as pointed out in the other thread, orion.jar also has what is needed.
 
Sheriff
Posts: 1367
18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'll try to update the instructions this week.

Thanks for the heads up!
 
reply
    Bookmark Topic Watch Topic
  • New Topic