Skip to content

Commit 80d8357

Browse files
committed
Update path to java-info script
It moved to a different repository.
1 parent 8b9af17 commit 80d8357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_pages/learn/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ nav-links: true
1010

1111
You can tell which Java version ImageJ is using by clicking the ImageJ [status bar](/learn#the-status-bar) and looking for the part that says e.g. "Java 1.8.0\_45 \[64-bit\]". The relevant number is the one after "Java 1."—so e.g. "Java 1.8.0\_45" or similar indicates Java 8, while "Java 1.7.0\_79" or similar indicates Java 7.
1212

13-
On macOS, you can use [this script](https://raw.githubusercontent.com/ctrueden/ctr-scripts/master/java-info) to diagnose which versions of Java are installed on your system.
13+
On macOS, you can use [this script](https://raw.githubusercontent.com/ctrueden/dotfiles/master/bin/java-info) to diagnose which versions of Java are installed on your system.
1414

1515
See also [How do I launch ImageJ with a different version of Java?](/learn/faq#how-do-i-launch-imagej-with-a-different-version-of-java).
1616

_pages/platforms/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ See also the [Frequently Asked Questions](/learn/faq) page.
4848

4949
It is unfortunately no longer feasible to install Apple Java 6 on current versions of macOS. However, ImageJ should work OK with Java 8. If you have difficulties, please post on the [Image.sc Forum](https://forum.image.sc/).
5050

51-
At any time, you can verify which Javas are installed on your system using {% include github org='ctrueden' repo='ctr-scripts' branch='master' path='java-info' label='this script' %}.
51+
At any time, you can verify which Javas are installed on your system using {% include github org='ctrueden' repo='dotfiles' branch='master' path='bin/java-info' label='this script' %}.
5252

5353
## How do I run ImageJ with JavaFX support?
5454

0 commit comments

Comments
 (0)