A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Certification
»
Web Component Certification (SCWCD/OCPJWCD)
Author
Servlet program using command prompt
Swapnil Sanghai
Ranch Hand
Joined: Dec 05, 2011
Posts: 41
I like...
posted
Jan 16, 2012 12:22:08
0
Hi,
I am unable to compile the
servlet
class using command prompt.
When I compile it shows the error
cannot find symbol
import javax.servlet.*;
(and all other jar files related to the servlet)
i.e. it is unable to find the jar files.
I already set the environment varibles.
What may be the reason?
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
13
I like...
posted
Jan 16, 2012 12:25:38
0
This means that you didn't put the proper jar file in your compilation classpath. This has been discussed countless times in the Beginning Java forum. Please search there fro your answer.
[
Smart Questions
] [
JSP FAQ
] [
Books by Bear
] [
Bear's FrontMan
] [
About Bear
]
I agree. Here's the link:
http://jrebel.com/download
subject: Servlet program using command prompt
Similar Threads
Devaka's PracticeExam3 Q.No 7
cannot compile
Unmarshalling Error while registering an object in RMIRegistery
Problem in making Beer Expert app from Head First Servlet Book
Compiling a servlet
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter