aspose file tools
The moose likes Java Micro Edition and the fly likes Executing main() method. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply Bookmark "Executing main() method." Watch "Executing main() method." New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Executing main() method.
 
Similar Threads
Problem in Motorola L6
nullpointer exception
setTicker(null) problem with MIDP on wtk 1.0.4
Trouble in executing sqlldr through java
i am facing problem in creating jar file