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

[256 byte] By [raghu11983a] at [2007-11-27 10:44:29]
# 1

> 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 > top of Java-index,Java Essentials,New To Java...
# 2

did you compile your helloworld.java...

you should have a class file if you have done so

after compilation just do

java HelloWorld

chabhia at 2007-7-28 20:07:09 > top of Java-index,Java Essentials,New To Java...