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

[531 byte] By [gopal@tcsa] at [2007-11-26 19:09:59]
# 1
It appears that the classname is not as you supplied it. It is part of a package.
bschauwejavaa at 2007-7-9 21:05:27 > top of Java-index,Core,Core APIs...
# 2
> Please remove the file, or make sure it appears in the correct subdirectory of the class path.i.e. examples/HelloImpl.java ...andrmic examples.HelloImplBut if you're using >= 1.5 don't run rmic at all ...
ejpa at 2007-7-9 21:05:27 > top of Java-index,Core,Core APIs...