v6ak / MuniTimetableToICal

Converts XML timetables from is.muni.cz to iCalendar format.
2 stars 1 forks source link

Creating an executable application #4

Open v6ak opened 13 years ago

v6ak commented 13 years ago

The mvn package command currently creates an executable JAR files. There should be an option to build a platform-specific binary which wraps the app and checks Java version. Launch4J may solve this issue.

v6ak commented 13 years ago

It is not so simple, because Launch4J is a GPL software. Relicensing it under GPL can lead to some legal issues, but I'm not sure.