• 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

Compiling Error.

 
Ranch Hand
Posts: 664
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I cant compile this program.




I guess , it cant locate the jsp-api.jar as i get errors of SkipePageException() , JspContext() , SimpleTagSupport Etc.

This is my command at command prompt :

C:/>Program Files/Apache Software Foundation/Tomcat 5.5/wwebapps/Skip/WEB-INF>javac -classpath "C:/Program Files/Apache Software Foundation/Tomcat 5.5/common/lib/jsp-api.jar" -d classes src/SimpleTagTest2.java


Can some one point what I am missing.
I had compiled a simliar prgram with out skip page exception and it worked just fine.

Thanks.
 
Nabila Mohammad
Ranch Hand
Posts: 664
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got it !!

Had to import SkipPageException separately.
And some typos..

Thnks!
reply
    Bookmark Topic Watch Topic
  • New Topic