Skip to content

Commit 4babd72

Browse files
committed
Update Windows installation instructions
1 parent cbb9829 commit 4babd72

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

ReadMe.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This example will show how to:
8282

8383
**1. Download FIJI without JRE**
8484

85-
Go to https://fiji.sc/ and download the **"No JRE"** version (not specific to any OS).
85+
Go to https://imagej.net/software/fiji/downloads and download the **"No JRE"** version (not specific to any OS).
8686
That should get file called `fiji-nojre.zip`
8787

8888
**2. Unzip the `fiji-nojre.zip` in a folder of choice**
@@ -100,15 +100,15 @@ Inside the `Fiji.app` folder create a new folder called `java`.
100100
In browser open https://adoptium.net/temurin/releases/
101101
Select:
102102

103-
* operating system: `macOS`
104-
* architecture: `aarch64` also known as Apple Silicon or Arm64
105-
* package: `JRE` (`JDK` is fine too, is larger and supports Java compilation)
106-
* version: `11-LTS` (`17-LTS` will work too, but you will not have JavaScript available, if you want to use it)
103+
* Operating System: `macOS`
104+
* Architecture: `aarch64` also known as Apple Silicon or Arm64
105+
* Package Type: `JRE` (`JDK` is fine too, is larger and supports Java compilation)
106+
* Version: `11-LTS` (`17-LTS` will work too, but you will not have JavaScript available, if you want to use it)
107107

108108
Click on `tar.gz` button to download and save to the `java` folder you created earlier.
109109
You should have file like `OpenJDK11U-jre_aarch64_mac_hotspot_11.0.20_8.tar.gz`.
110110

111-
**5. Uncompress into the `java` folder**
111+
**5. Uncompress into the `Fiji.app/java` folder**
112112

113113
That will create folder like `jdk-11.0.20+8-jre`.
114114
This is the Java VM that IJP ImageJ Launcher will use to start Fiji.
@@ -142,7 +142,7 @@ This example will show how to:
142142

143143
**1. Download FIJI without JRE**
144144

145-
Go to https://fiji.sc/ and select "Download the no-JRE version".
145+
Go to https://imagej.net/software/fiji/downloads and download the **"No JRE"** version (not specific to any OS).
146146
That should get file called `fiji-nojre.zip`
147147

148148
**2. Unzip the `fiji-nojre.zip` in a folder of choice**
@@ -159,31 +159,31 @@ Inside the `Fiji.app` folder create a new folder called `java`.
159159
In browser open https://adoptium.net/temurin/releases/
160160
Select:
161161

162-
* operating system: `Windows`
163-
* architecture: `x64` also known as Apple Silicon or Arm64
164-
* package: `JRE` (`JDK` is fine too, is larger and supports Java compilation)
165-
* version: `11-LTS` (`17-LTS` will work too, but you will not have JavaScript available, if you want to use it)
162+
* Operating System: `Windows`
163+
* Architecture: `x64` also known as Apple Silicon or Arm64
164+
* Package Type: `JRE` (`JDK` is fine too, is larger and supports Java compilation)
165+
* Version: `11-LTS` (`17-LTS` will work too, but you will not have JavaScript available, if you want to use it)
166166

167167
Click on `.zip` button to download and save to the `java` folder you created earlier.
168-
You should have file like `OpenJDK11U-jre_x64_windows_hotspot_11.0.19_7.zip`.
168+
You should have file like `OpenJDK11U-jre_x64_windows_hotspot_11.0.20_8.zip`.
169169

170-
**5. Uncompress into the `java` folder**
170+
**5. Uncompress into the `Fiji.app/java` folder**
171171

172-
That will create folder like `jdk-11.0.19+7-jre`.
172+
That will create folder like `jdk-11.0.20+8-jre`.
173173
This is the Java VM that IJP ImageJ Launcher will use to start Fiji.
174174

175175
**6. Download the IJP ImageJ Launcher to the Fiji.app directory**
176176

177-
Go to [Releases], download "IJP-ImageJ-Launcher-0.1.0-windows_x64.exe", save it to the `Fiji.app` folder.
177+
Go to [Releases], download "IJP-ImageJ-Launcher-0.2.0-windows_x64.exe", save it to the `Fiji.app` folder.
178178

179179
**7. Start ImageJ**
180180

181-
In the `Fiji.app` folder double-click on `IJP-ImageJ-Launcher-0.1.0-windows_x64.exe`.
181+
In the `Fiji.app` folder double-click on `IJP-ImageJ-Launcher-0.2.0-windows_x64.exe`.
182182
That should start Fiji.
183183

184184
You can also create a shortcut on the Desktop to avoid navigating to the `Fiji.app` folder each time.
185185

186-
**_Left_**-click on the `IJP-ImageJ-Launcher-0.1.0-windows_x64.exe` and drag it to the Desktop.
186+
**_Left_**-click on the `IJP-ImageJ-Launcher-0.2.0-windows_x64.exe` and drag it to the Desktop.
187187
Once you release mouse button, a pop-up manu will open, select "Create shortcut here".
188188
Now you can double-click on the new shortcut on the Desktop to start Fiji.
189189

0 commit comments

Comments
 (0)