• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

class doesn't complie

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
did u give the class path?
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi. Im experiencing one problem too similar: im compiling a program that imports javax.servlet.jsp. My output says that does not exists package javax.servlet.jsp.
My line of compilation looks like:
javac -classpath /Library/JBoss/3.2/server/deploy-standalone/lib/jboss-j2ee.jar /Library/JBoss/3.2/deploy/ComplexTag/WEB-INF/classes/com/masslight/tagExampleClasses/*.java
Any idea about this problem?
reply
    Bookmark Topic Watch Topic
  • New Topic