View Single Post
  #1 (permalink)  
Old 04-07-2008, 12:09 PM
Bizmark Bizmark is offline
Member
 
Join Date: Apr 2008
Posts: 4
Bizmark is on a distinguished road
Running main in a package...
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?
Reply With Quote
Sponsored Links