Skip to content

Commit 132b2c5

Browse files
committed
first fix for missisgn step on setting java to 21
1 parent d78bd48 commit 132b2c5

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,16 @@ Select **_google-java-format Settings_** and click enable.
184184

185185
![](images/open-settings-4.4.png)
186186

187-
### Step 5: Reload the project
187+
### Step 5: Project Structure
188+
189+
Open **_File > Project structure _**.
190+
191+
In the tab `Project` make sure that an SDK of version `21` is selected (e.g. `openjdk-21`, `oraclejdk-21` or just `21` depending on which Java JDK variant you installed).
192+
193+
In the tab `SDKs` make sure that an SDK of version `21` is selected.
194+
195+
196+
### Step 6: Reload the project
188197

189198
Open the **_Maven_** Tab
190199

@@ -198,7 +207,7 @@ Further use the **_OWASP WrongSecrets --> Lifecycle --> install_** step to load
198207

199208
**NOTE:** Indians and other Asia-Pacific countries users may have to use **VPN** if you enounter this exception `org.owasp.dependencycheck.utils.DownloadFailedException: TLS Connection Reset`.
200209

201-
### Step 6: Running the Project.
210+
### Step 7: Running the Project.
202211

203212
Open the **_WrongSecretsApplication_** by following the path **_main>java>org.owasp.wrongsecrets>WrongSecretApplication_**.
204213

@@ -208,7 +217,7 @@ Press **_Shift+F10_** to run the application, this will open up the **_Run/Debug
208217

209218
![](images/run-application-6.2.png)
210219

211-
### Step 7: Setting up Configurations.
220+
### Step 8: Setting up Configurations.
212221

213222
Select **_Edit configuration templates_** then select **_Application_** section.
214223

0 commit comments

Comments
 (0)