Garmin SDK under Linux

Hello,

I am having some difficulties with using Garmin SDK under Linux.

I have tried to follow the howto, install Eclipse (snap under Debian 10), install the addons and install the SDK. This works just partially. When I try to run something, it typically does nothing. When I try to examinate the cause, I see there are some libraries missing or in wrong version (libusb, libwebkitgtk, libpng) and Java is 11 instead of 8. It seems that Garmin SDK depends on ancient library versions.

I have tried running Garmin SDK in Docker under Ubuntu 16.04. After some tuning (see https://github.com/v6ak/docker-connectiq ), it seems to kind of work. However:

1. I cannot install the Eclipse plugin to such ancient Eclipse version.

2. There is not much of howto for usig Garmin SDK without Eclipse. I was able to compile an app without Eclipse by callink monkeyc. However, I am not able to run the app in simulator. I can run simulator just by command `simulator` (if X11 is forwarded), but I do not know how to control it or how to run a watchface there. When I run simulator --help, it seems to just ignore the --help…