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

Autoplug search correct directory for Java bin on MacOS #228

Closed
aellul27 opened this issue Jan 26, 2024 · 2 comments
Closed

Autoplug search correct directory for Java bin on MacOS #228

aellul27 opened this issue Jan 26, 2024 · 2 comments

Comments

@aellul27
Copy link

Expected
Autoplug automatically detects the operating system and looks for the extracted Java executable in the correct directory on MacOS. The correct location should be /Contents/Home/bin. This is due to the way MacOS packages are set up.

Actual
Autoplug looks in the incorrect location, and claims that the downloaded Java executable is missing/can not be found. Instead of looking in the correct location when on macOS, it instead looks for /bin.

Steps

  1. Download Autoplug on MacOS
  2. Follow Autoplug install procedure
  3. Eventually, after downloading Java, Autoplug refuses to start the server due to a missing executable.
@aellul27
Copy link
Author

Console log:
console-mirror.log

@aellul27
Copy link
Author

aellul27 commented Jan 27, 2024

macOS Java structure vs expected structure
MacOS Java Structure
Autoplug Expectation

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

No branches or pull requests

2 participants