Coder Social home page Coder Social logo

Comments (1)

marcprux avatar marcprux commented on June 27, 2024

Sorry for your troubles. Is this an Intel or ARM (e.g., M1) machine? And if it is ARM, was it upgraded from a previous Intel machine that may have had Homebrew already installed? If so, then the issue may be that Java doesn't run well under Rosetta emulation, and the solution is to re-install Homebrew. More discussion on this issue can be found at Homebrew/discussions/417.

If that isn't the cause of the issue, did you update the export JAVA_HOME= in your ~/.bashrc and/or ~/.zshrc environment file? If you do that, and then re-start Xcode, it should pick up the new environment setting.

In a pinch, you can always just manually override the environment by going to the Xcode target's "Build Phase" and editing the run skip gradle script and just manually adding the line to the beginning of the script:

export JAVA_HOME=/usr/local/opt/openjdk 

e.g., like this:

Screenshot 2024-05-07 at 09 48 13

Please let us know if any of those helps fix the problem!

from skip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.