• 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

Servlet Compilation

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am doing a program using servlet, for your information, i am using j2sdk1.4.2_07, but when i compile it,the error shown like 'package javax.servlet does not exist' and others.
Does anyone know what is the problem?
Is it regarding my JDK problem?
[ November 19, 2007: Message edited by: Ben Souther ]
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
John, I'm going to move this to our Java In General (Beginner) forum where we normally discuss javac and classpath issues.

Once there, I'm going to rename the thread "Servlet Compilation" which better describes your question than "servlet"
This is a common issue here so we have a FAQ entry especially for it:
http://faq.javaranch.com/java/CompilingServlets

-Ben
[ November 19, 2007: Message edited by: Ben Souther ]
reply
    Bookmark Topic Watch Topic
  • New Topic