|
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.
|