• 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

help class doen't compile

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
my profile | register | search | faq | forum home

� You are not logged in. Login or register JavaRanch Big Moose Saloon � JavaJSP � class doesn't complie

hi
can some one tell me which jar file i ahave to include to compile my tagehandler class i have included the common\lib\servlet.jar but it says
package javax.servlet.jsp.tagext does not exist
i amusing tomcat 4.1.12

madhur
 
Ranch Hand
Posts: 560
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you have downloaded j2sdkee, you can see the j2ee.jar file c:\j2sdkee\lib folder. Just include this jar in the CLASSPATH.
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Madhur,
You don't need to download j2sdkee for compiling your class. The tomcat servlet.jar file is the correct jar file. Please verify your classpath setting again.
I have Tomcat 4.1.12 version and everything works fine.
regards
Srinivas
[ February 14, 2003: Message edited by: Srinivas M ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic