AhMyth icon indicating copy to clipboard operation
AhMyth copied to clipboard

feat: Support for a wider range of Java Versions

Open Morsmalleo opened this issue 4 months ago • 4 comments

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

  • [X] This issue is not a duplicate of an existing feature request.
  • [X] I have chosen an appropriate title.
  • [X] All requested information has been provided properly.

Morsmalleo avatar Mar 01 '24 01:03 Morsmalleo