I am a java newbie. I have been using Eclipse to test a simple java class (named NewHelloWorld) and it runs fine in the console. When I try to do the same thing from a termi
wrong name: org/kodeplay/kodejava/NewHelloWorld
cd up to the package root, so that you're in the folder containing org folder and then do
cd
org
java -cp . org.kodeplay.kodejava.NewHelloWorld