You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Haris Berbic <ha...@hermes.si> on 2000/08/18 13:05:12 UTC

j2ee Aplication

I am doing simple lesson for application on j2ee on

http://developer.java.sun.com/developer/onlineTraining/J2EE/Intro/session.ht
ml#25210

When I complete compiled BonusServlet.java
I get 3 errors

I can't find these 3 libraries :

import javax.naming.*;
import javax.rmi.PortableRemoteObject;
import Beans.*;

Where are they?

Haris <<BonusServlet.java>>