java package

M

Matko Klaic

I have tryied what you said, but it doesnt work.

import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;

error: package javax.servlet does not exist

I understan now what a package is.

where is javax.servlet located? or in whish directory?

Thanks
 
V

VisionSet

Matko Klaic said:
I have tryied what you said, but it doesnt work.

import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;

error: package javax.servlet does not exist

I understan now what a package is.

where is javax.servlet located? or in whish directory?

I don't know what was wrong with replying to the existing thread, but still.

The package you require is not included with J2SE, you need J2EE or it is
available with a Servlet container such as Apache's Tomcat, which you will
also likely need.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,773
Messages
2,569,594
Members
45,123
Latest member
Layne6498
Top