A call of "java --version" returns "The operation couldn’t be completed. Unable to locate a Java Runtime. Please visit http://www.java.com for information on installing Java." This is on a mac, it seems that they provide a stub of java, but not the full environment. Is it possible that the test suite takes this response to mean that java is available, even though it is not? On Mon, Nov 4, 2024 at 2:58 AM Ihor Radchenko wrote: > Benjamin McMillan writes: > > > Thank you! > > And you are right, I haven't installed java on this computer, and a > > terminal call to java returns the message "The operation couldn’t be > > completed. Unable to locate a Java Runtime." > > Is that expected behavior? I'm not very familiar with testing frameworks, > > but wouldn't expect that the environment should be a source of failed > tests > > like that. > > Org's test suite checks whether java and javac executables are available, > and disabled tests otherwise. However, on your system, "java" command > is available, but is not working. > > What happens if you type "java --version"? > > -- > Ihor Radchenko // yantar92, > Org mode contributor, > Learn more about Org mode at . > Support Org development at , > or support my work at >