aspose file tools
The moose likes Servlets and the fly likes Textpad and Servlets Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Textpad and Servlets" Watch "Textpad and Servlets" New topic
Author

Textpad and Servlets

uv java
Greenhorn

Joined: May 27, 2001
Posts: 2
I have a strange problem.
I'm using the jdk1.2.2. and jswk
I can compile java application and servlets from the dos prompt, however with textpad I can compile only java files.
When trying to compile servlets it doesn't recognize the
import javax.servlet.*; and
import javax.servlet.http.*;
The same servlet compiled fine through the dos prompt.
Any suggestion how to run it using Textpad???
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
Please do not post the same question in more than one forum. You obviously read more than one forum, and so do the people who might take the time to answer your question.


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Textpad and Servlets
 
Similar Threads
IDE for scwcd ???????
NoClassDefFound error
problem with .class file creation
problem with .class file creation
Servlets and Textpad