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
{{ message }}
This repository was archived by the owner on May 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Standalone program and library which can downgrade Java classes/programs down to Java 8.
3
3
4
4
To use JavaDowngrader as a library in your application, check out the [Usage (As a library)](#usage-as-a-library) section.
5
-
If you just want to downgrade .jar files you can check out the [Usage (Standalone)](#usage-standalone) section.
5
+
If you just want to downgrade .jar files you can check out the [Usage (Standalone)](#usage-standalonebootstrap) section.
6
6
7
7
## Features
8
8
- Supports up to Java 21 and down to Java 8
@@ -19,12 +19,19 @@ If you want the executable jar file you can download a stable release from [GitH
19
19
To use JavaDowngrader with Gradle/Maven you can use this [Maven server](https://maven.lenni0451.net/#/releases/net/raphimc/JavaDowngrader) or [Jitpack](https://jitpack.io/#RaphiMC/JavaDowngrader).
20
20
You can also find instructions how to implement it into your build script there.
21
21
22
-
## Usage (Standalone)
22
+
## Usage (Standalone/Bootstrap)
23
23
1. Download the latest version from the [Releases section](#executable-jar-file)
24
24
2. Run the jar file with `java -jar JavaDowngrader-whateverversion.jar` to see the usage
25
25
26
+
### Downgrade ahead of time
26
27
Here is an example command to convert the jar input.jar to Java 8 and output it to output.jar:
0 commit comments