amitjoy / osgifx

An easy-to-use desktop application to manage OSGi frameworks remotely
http://osgifx.com
Apache License 2.0
33 stars 7 forks source link

Provide product archive downloads (without Java) #762

Open peterkir opened 3 weeks ago

peterkir commented 3 weeks ago

As a developer inside company networks I want to download the product archive and be able to extract it and run it with my local available system java instance. Archive download it feasible for most developers. Executables are filtered by firewall/proxy settings.

amitjoy commented 2 weeks ago

Yeah, you are absolutely right. I would need to make the executable jar available to the release pages. The executables are built for ease of use, but executable jar is a better choice, in which case, you need to have the required JDK with JavaFX manually installed to your system.

peterkir commented 1 week ago

enterprise_install Archives would allow to download and use it inside corporate networks. On windows I get above error, when downloading and using the Installer executable. So a zip archive (with or without java) would be a nice workaround.