# Download Oracle JDK Without login

### Step 1 
Open [JDK download Page](https://www.oracle.com/java/technologies/downloads/) and choose what JDK you want to download, for example: `jdk-8u333-windows-x64.exe`.

![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1657897254652/kt6Rxe2xy.png)

### Step 2
Click the link and pay attention to the dialog. Check the checkbox to agree with the agreement, right-click the download button and copy the link.

> ![image.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1657896909991/4Ydl4Jd5f.png)

### Step 3

1. You will get a link like `https://www.oracle.com/webapps/redirect/signon?nexturl=https://download.oracle.com/otn/java/jdk/8u333-b02/2dee051a5d0647d5be72a7c0abff270e/jdk-8u333-windows-x64.exe`.

2. The download link is the value of parameter `nexturl`, which is `https://download.oracle.com/otn/java/jdk/8u333-b02/2dee051a5d0647d5be72a7c0abff270e/jdk-8u333-windows-x64.exe`. However if you access it directly, you will be redirected to the login page.

3. Change `otn` in the above link to `otn-pub`, Then you get the actual link `https://download.oracle.com/otn-pub/java/jdk/8u333-b02/2dee051a5d0647d5be72a7c0abff270e/jdk-8u333-windows-x64.exe`.

### Step 4

Paste the actual link in the browser address bar and click enter. Then the download starts.

