posted 19 years ago
Hi Landon,
Why not create an executable jar file and then launch it with
. With the proper manifest file in the jar, a user can double click and run the application. If you need, have the first screen be a GUI to configure parameters (unless you need them to configure JVM parameters, such as -Xmx, which I think would be suitable to change through a config file since the average user probably wouldn't be changing these). Hope this helps, but if you have follow-up questions, feel free.
Sincerely,
Jeff