This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Added
- Added some generic executables for all supported systems: Windows, Linux, Mac OS
- Introduced the debug switch in the launch.json file to debug the local executable
Changed
- The client packaging mechanism no longer generates the exe, it now deploys the generic executables and creates a launch.json file which contains all parameters to use during the execution
- Re-compiled the WebstartLauncher.jar classes using java 8 in order to avoid the java.lang.UnsupportedClassVersionError error.
Removed
- Removed the Launch4j files
- Removed the restriction to create Windows executables from linux clients