You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I would like to try running clippy but I don't want to install Java on my system because of security issues and it constantly needs to be updated. Would you be willing to offer an executable release for Windows that does not require a JRE? Maybe this would make it easier for more people to use?
To do this, you could use one of the many executable wrappers such as launch4j https://sourceforge.net/projects/launch4j. It just bundles any needed dependencies into a single exe file.
The text was updated successfully, but these errors were encountered:
A JRE is always required to run any Java application. I'm not excited about bundling a JRE with Clippy, as it makes the app much larger and is inconvenient for me. You can get a portable JRE with no installer / update crap here: https://portableapps.com/apps/utilities/java_portable
Hi I would like to try running clippy but I don't want to install Java on my system because of security issues and it constantly needs to be updated. Would you be willing to offer an executable release for Windows that does not require a JRE? Maybe this would make it easier for more people to use?
To do this, you could use one of the many executable wrappers such as launch4j https://sourceforge.net/projects/launch4j. It just bundles any needed dependencies into a single exe file.
The text was updated successfully, but these errors were encountered: