gorilla-devs / GDLauncher

GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
https://gdevs.io
GNU General Public License v3.0
1.22k stars 247 forks source link

Option to launch JARs with automatically downloaded Java #982

Closed brawaru closed 3 years ago

brawaru commented 3 years ago

Is your feature request related to a problem? Please describe.

Non-technical users have a very difficult time understanding what they have to do to obtain mods like OptiFine. When talking to my friends, I found that Java is one of the biggest issues for them, since they don't know how to install it (and scared of doing it — rightfully so, nobody wants to deal with adware) or sometimes they can't just do that (managed PCs without admin access).

Describe the solution you'd like

GDLauncher installs locally without requiring admin access and so does the Java it downloads. It'd be convenient if there was a small shortcut that allowed to launch JAR files right from the launcher. This can be a single button that prompts the open file dialog and after the file is selected, it doesn't do much, just executes javaw -jar {selectedFile}. Warning can be made that running arbitrary JAR files might be dangerous.

Describe alternatives you've considered

Additional context

This issue is not just about OptiFine (although that it benefits from this the most) but any tools for Minecraft (and not only) that might require Java to run.

Eskaan commented 3 years ago

Duplicate of #616

Eskaan commented 3 years ago

But thanks for telling us ❤️