Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support for a wider range of Java Versions #501

Open
3 tasks done
Morsmalleo opened this issue Mar 1, 2024 · 4 comments
Open
3 tasks done

feat: Support for a wider range of Java Versions #501

Morsmalleo opened this issue Mar 1, 2024 · 4 comments
Labels
Enhancement New feature or request

Comments

@Morsmalleo
Copy link
Owner

Morsmalleo commented Mar 1, 2024

Feature description

Support for a wider range of java versions ranging from Java 8 upto Java 21

Motivation

Currently only Java 11 is supported, and as of Debian 12 users can't apt install openjdk-11-jdk anymore, they can only install Java 17 or 21, so therefore support for a wider range of java versions would be a great feature and would also solve the problem of higher java versions being utilised over older ones.

An example of this may be that one user may want to utilise Java 11 or Java 12 for AhMyth instead of the latest Java 17 or java 21 on Windows since another process could be using it (or whatever the case may be), this feature would allow this to happen in terms of AhMyth being able to use any version of Java 8 all the way upto Java 21 for Decompiling, Building & Signing on an OS with multiple Java installations.

Acknowledgements

  • This issue is not a duplicate of an existing feature request.
  • I have chosen an appropriate title.
  • All requested information has been provided properly.
@Morsmalleo Morsmalleo added the Enhancement New feature or request label Mar 1, 2024
@Morsmalleo
Copy link
Owner Author

Morsmalleo commented Mar 1, 2024

Opened this one up myself, because I figured it's being implemented anyway, so I need to keep track of features I come up with myself, hence why I opened this lol

@In2013
Copy link

In2013 commented Apr 20, 2024

Where is JRE 11? It's so frustrating 😫 https://stackoverflow.com/questions/53733312/where-is-jre-11

@Morsmalleo
Copy link
Owner Author

@Morsmalleo
Copy link
Owner Author

Morsmalleo commented Apr 20, 2024

Where is JRE 11? It's so frustrating 😫 https://stackoverflow.com/questions/53733312/where-is-jre-11

https://www.oracle.com/au/java/technologies/javase/jdk11-archive-downloads.html

There you go

I have no idea what the hell the some of th comments in that StackOverflow question were all about because I've been getting Java 11 straight from Oracle's Java Archive from on their website for a while now.

The main Answer to question is correct but useless in the fact that all he had to do was link Oracle's Java Archive in his Answer, which he didn't do.

For anyone else facing dramas with obtaining older builds of Java, look no further because you grab them straight from Oracle themselves below 👇 this archive also contains newer Ava released as well such as 21, 22, etc.

Oracle Java Archive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants