i checked it mu class path is:
.;C:\Java\jre1.6.0\lib\ext\QTJava.zip;C:\Sun\AppServer\lib\j2ee.jar;C:\Sun\AppServer\lib\appserv-rt.jar;.
what else should i add.
my bean class is compiling successfully without any errors.. but remote and remote home interface are not compiling..
C:\>cd java pro 08
C:\Java pro 08>javac mybeancomp.java
mybeancomp.java:3: package javax.rmi.RemoteException does not exist
import javax.rmi.RemoteException.*;
^
mybeancomp.java:8: cannot find symbol
symbol : class RemoteException
location: interface headfirst.mybeancomp
public String[] ShowData() throws RemoteException;
^
2 errors