Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install javabridge on macOS #7

Closed
ElpadoCan opened this issue Feb 23, 2022 · 0 comments
Closed

Install javabridge on macOS #7

ElpadoCan opened this issue Feb 23, 2022 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@ElpadoCan
Copy link
Collaborator

ElpadoCan commented Feb 23, 2022

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:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask adoptopenjdk8

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant