Hi, I so close to getting this to work. Basically, I trying to wrap my program up in a jar file. So that wen i doulbe click it, it executes. Much like c/c++ programs do.
I can jar it up from the command line, but when i double click it it gives me errors. Please help, I be soooooooooo greatful.
My file is called ColorSlide.java.
To jar it up I use the command:
jar cf ColorSlide.jar ColorSlide.class
But when I double click it, and expect it to run it gives me this?
God bless.