| Author |
Executing main() method.
|
chetan dhewal
Ranch Hand
Joined: Nov 07, 2000
Posts: 61
|
|
Hi, I am trying to run this small peice of code in Sun WTK, through command prompt. ------------------------------------------------------------------ class m7 { public static void main(String a[]) { System.out.println("hello World!"); } } ------------------------------------------------------------------ Whats the procedure to do it? I tried running it while going through the process of command line , given in the WTK UserGuide but of no use. after making the jad jar manifest , compiling , preverifying. I am stuck on executing it. Where is this KVM in the WTK ???
|
Chetan Dhewal<br />SCMAD,SCJP 1.2
|
 |
 |
|
|
subject: Executing main() method.
|
|
|