Nowhere do you say that you actually compiled the file. Placing mycode.java in the folder is insufficient. You need to compile it so that mycode.class is in the myfirm/foo/project folder.
Sounds like a CLASSPATH issue. What directory are you running the java command from? Regardless, make sure you add the myfirm directory to your CLASSPATH. Also add . (current directory) to your CLASSPATH if it isn't already.
Wushutwist
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.