Kyle-Falconer / Court-Scheduler

3 stars 2 forks source link

Running the .jar is not user-friendly #22

Closed Kyle-Falconer closed 10 years ago

Kyle-Falconer commented 10 years ago

The jar file should be modified so that the PATH variable does not have to be modified. The program should be runnable on any computer with the JRE installed.

If needed, package the jar file into an exe like we're doing with the config file.

Kyle-Falconer commented 10 years ago

Fixed this by using Launch4J and updated the wiki to give new instructions.

I have an open question on stackoverflow dealing with this issue, but this seems like the best solution (although it's a bad one).