why this error occurs
Hi ,
Please some one help.
if we compile individual files like java bean, java remote , and java home files this error occurs for the java home file ,
D:\myproj>javac -d . boneHome.java
boneHome.java:8: cannot resolve symbol
symbol : class boneRemote
location: interface projx.boneHome
public boneRemote create() throws CreateException, RemoteException;
But........,
If we compile like this no error occurs,
D:\myproj>javac -d . b*.java
why is this so,
Thanks
murali

