problem gettin output
hey im new to java and im workin on linux .I just worked on helloworld programme and could compile it but cannot run im logged in with my login in linux with my username & password but i always get this command HelloWorldApp.java: cannot execute
> hey im new to java and im workin on linux .I just
> worked on helloworld programme and could compile it
> but cannot run im logged in with my login in linux
> with my username & password but i always get this
> command HelloWorldApp.java: cannot execute
Assuming that the java interpreter is in your path and the HelloWorldApp class is in your classpath and not in any package, type:
java HelloWorldApp
tsitha at 2007-7-28 20:07:09 >

did you compile your helloworld.java...
you should have a class file if you have done so
after compilation just do
java HelloWorld