@@ -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).
8686That 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`.
100100In browser open https://adoptium.net/temurin/releases/
101101Select:
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
108108Click on ` tar.gz ` button to download and save to the ` java ` folder you created earlier.
109109You 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
113113That will create folder like ` jdk-11.0.20+8-jre ` .
114114This 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) .
146146That 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`.
159159In browser open https://adoptium.net/temurin/releases/
160160Select:
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
167167Click 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 ` .
173173This 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 ` .
182182That should start Fiji.
183183
184184You 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.
187187Once you release mouse button, a pop-up manu will open, select "Create shortcut here".
188188Now you can double-click on the new shortcut on the Desktop to start Fiji.
189189
0 commit comments