which package do i need????

O

ojvm

tanks in advance for your time.


ok, i have a class whit this import

import javax.servlet.ServletException;

but eclipse says that can not be resolved. i have instaled
jdk-1_5_0_01-windows-i586-p.exe but i dont know if i need other
package.


with others import i don't have any trouble. like this

import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.HashMap;

import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
 
A

Andrew Thompson

tanks in advance for your time.

You will get more of people's attention and time
if you make effort to use capitals where appropriate
and avoid 'cute' abbreviations and/or spellings.
import javax.servlet.ServletException;
EE

....i have instaled
jdk-1_5_0_01-windows-i586-p.exe
SE

..but i dont know if i need other
package.
Yes.

with others import i don't have any trouble. like this

import java.io.IOException;
import java.io.PrintWriter;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.HashMap;

import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;

They are all in SE.
 

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

Members online

No members online now.

Forum statistics

Threads
473,787
Messages
2,569,627
Members
45,329
Latest member
InezZ76898

Latest Threads

Top