The problems are technically with the weblogic compiler. First of all I'm
guessing your install path is something like \Program Files\ or there's a
space in it somewhere - that explains the first error. The other warnings are because ejbc just wants the jar file and not any of
the source files in it's classpath. However, the warning doesn't stop it
doing it's job - at least not when you ran it from the command prompt.My guess is that you can probably ignore these warnings if you're getting
your Weblogic JAR file successfully. The other thing to note is that you've got WLS6 or above you don't need to
explicitly run ejbc because it will be run when you deploy the ejb jar file.