Please help me in fixing this bug
Hello,
I tried Bootstrap example given in jguru tutorials...
i was creating stubs throgh this command
c:\>rmic HelloImpl
Here HelloImpl.java is implementing Hello interface.
But i got this error
error: File .\HelloImpl.class does not contain type HelloImpl as expected, but t
ype examples.HelloImpl. Please remove the file, or make sure it appears in the c
orrect subdirectory of the class path.
error: Class HelloImpl not found.
2 errors
Please help me

