Skip to content

Commit

Permalink
Merge pull request #67 from DolphFlynn/typo
Browse files Browse the repository at this point in the history
Update required version of Java in README.md.
  • Loading branch information
DolphFlynn authored Oct 19, 2024
2 parents f2200f6 + 87ca885 commit 1e90078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ This option is automatically enabled if it is detected that the original JWT did

## Building JWT Editor from source
*JWT Editor* can be built from source.
* Ensure that Java JDK 17 or newer is installed
* Ensure that Java JDK 21 or newer is installed
* From root of project, run the command `./gradlew jar`
* This should place the JAR file `jwt-editor-2.3.jar` within the `build/libs` directory
* This can be loaded into Burp Suite by navigating to the `Extensions` tab, `Installed` sub-tab, clicking `Add` and loading the JAR file
Expand Down

0 comments on commit 1e90078

Please sign in to comment.