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

[559 byte] By [muralijavaa] at [2007-10-3 4:02:23]
# 1
What is your classpath setting? Try set classpath=.;%classpath%and then compile using a single name, from your source directory.
Pawan_Shrivastavaa at 2007-7-14 22:01:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
hai pawan,This is my classpath setting.D:\bea\jdk131_14\lib\tools.jar;D:\bea\weblogic700\server\lib\weblogic_sp.jar;D:\bea\weblogic700\server\lib\weblogic.jar;Thanks once again,Murali
muralijavaa at 2007-7-14 22:01:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
Hi Pawan,Thank u , it works, it is compiled with out errors,The meaning is that we should set the classpath to our current directory.Thanks once againmurali
muralijavaa at 2007-7-14 22:01:47 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...