From: Jean-Paul R. <re...@gm...> - 2023-10-18 16:13:02
|
>when I tried to find java on my computer, it said bash: /dav/null: no such file or directory. Because you have a typo? /*dev*/null not /*dav*/null On Wed, Oct 18, 2023 at 6:09 PM Ted Hickox <meg...@gm...> wrote: > when I tried to find java on my computer, it said bash: /dav/null: no such > file or directory. I'm trying to install java now. > > On Wed, Oct 18, 2023 at 7:48 AM Loren Cahlander <lor...@gm...> > wrote: > >> You might have multiple versions of java on your system. Please run: >> >> *sudo find / -type f -name java -print 2> /dev/null* >> >> My call responded with the following, including others. >> >> >> /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin/java >> >> My .zshrc contains >> >> *export >> JAVA_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home* >> >> >> >> _______________________________________________ > Exist-open mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-open > |