You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use the first module of Cell-ACDC (called "0. Create data structure from microscopy file(s)") you need a python module calledjavabridge
This module is automatically installed by Cell-ACDC, however, it needs Java 8 installed. The easiest way to get Java 8 is with Homebrew, a package manager for macOS.
Open a terminal and run these two commands one by one:
The first command is used to install Homebrew, while the second command installs Java 8. Now when you launch the first module of Cell-ACDC it should be able to successfully install javabridge. If not, please report your issue below.
Alternatively, you can install the Java Development Kit as a normal app. Download and install it from here. Note: if you prefer to install Java directly from the Oracle website you can download it from here, but you will need to create an Oracle account
The text was updated successfully, but these errors were encountered:
To use the first module of Cell-ACDC (called "0. Create data structure from microscopy file(s)") you need a python module called
javabridge
This module is automatically installed by Cell-ACDC, however, it needs Java 8 installed. The easiest way to get Java 8 is with Homebrew, a package manager for macOS.
Open a terminal and run these two commands one by one:
The first command is used to install Homebrew, while the second command installs Java 8. Now when you launch the first module of Cell-ACDC it should be able to successfully install
javabridge
. If not, please report your issue below.Alternatively, you can install the Java Development Kit as a normal app. Download and install it from here. Note: if you prefer to install Java directly from the Oracle website you can download it from here, but you will need to create an Oracle account
The text was updated successfully, but these errors were encountered: