Newbie question
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Newbie question
I know it's a newbie question but it's stumping me. I can compile a java program without errors but how do I execute it?
Re: Newbie question
You just type, at the command prompt:
java XYZ
where XYZ is the name of your compiled class file.
It should run fine so long as the source file has no logical errors
Peter
java XYZ
where XYZ is the name of your compiled class file.
It should run fine so long as the source file has no logical errors
Peter
Re: Newbie question
You just type, at the command prompt:
java XYZ
where XYZ is the name of your compiled class file.
It should run fine so long as the source file has no logical errors
Peter
java XYZ
where XYZ is the name of your compiled class file.
It should run fine so long as the source file has no logical errors
Peter