|
|
Q4058 I get errors saying: "compiling: x.java x.java:3: Package x.servlet not found in import. import x.servlet.*" - whatis wrong?
irt.org | Knowledge Base | Java | Q4058 [ previous next ] Q4058 I get errors saying: "compiling: x.java x.java:3: Package x.servlet not found in import. import x.servlet.*" - whatis wrong?The compilation error you have got is a classpath error. The Java compiler is unable to find the specified class (import x.servlet.*) To solve the problem you can: |
-- div -->
|