Today I downloaded
J2ee 1.4 from Sun site, and tried to play with it.
I can run the sample using
ant.
but when I try to type in some
java files( I copied from Headfirst EJB book), and tried to compile using
javac *.java
I got: symbol not found: javax.rmi.RemoteException.
I did include j2ee.jar in the classpath. What else do I need to set up? or there are more jar files to download?
Bow!!
[ December 20, 2003: Message edited by: Edelweiss Cierniak ]