Hi, I'm writing a program where I have my main function in a package called firm. Well when I go to the DOS command prompt, change the directory to the "firm" folder, type "javac mainApp.java", and then type "java mainApp", the debugger throws a bunch of errors at me. Is there a certain way I should be calling the mainApp file now that it's in a package?
