This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I am completely new to programming and use a public computer. I've been running java console programs without issue but recently when I pull up the console window it won't run the java command against the class file. Compiling and creating the class file works fine however. The message returned says "File not opened". Is this a DOS window parameter that got changed somewhere or a java setting? typical input would be something like below for me....
Does it literally say "File not opened"? What is the exact error message? Did the file compile successfully (without errors)? Do you have a file SampleClass.class in the directory where you're running the command?