View Single Post
Old 12-18-2004, 10:01 PM   #3 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,174
Belisarius is on a distinguished road
While I don't know if it'll do anything, try using "java" instead of "javaw". I'm not really clear on the differences, but "java" is the regular VM.

Now, first thing; you do have a class with "static public void main(String[] args)" in it, correct?

As for just double-clicking, the user should be able to do that provided they have the "JRE" installed; it's basically the same thing you downloaded only without source and the ability to compile. It can be downloaded from Sun as well. If this doesn't work for you, let me know, as I have a set-by-step tutorial I made for my employer.

Feel free to upload the jar.
__________________
GitS
Belisarius is offline   Reply With Quote