Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

1.8.0

Latest
Compare
Choose a tag to compare
@SebastianAdams SebastianAdams released this 14 Mar 14:58
· 54 commits to master since this release

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