View Single Post
Old 01-06-2018, 09:15 AM   #155
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,937
Karma: 6361444
Join Date: Nov 2009
Device: many
Hi Maui,

1. First trying restarting you Mac to force any PATH changes to be used

2. In Terminal.app please run the following commands:

echo ${PATH}

(I tried the above on my machine and it shows /usr/bin as being in my PATH)

whereis java

(on my Mac this returns /usr/bin/java)

which java

(on my Mac this returns /usr/bin/java)


env

(on my Mac there is no JAVA_HOME or any java related environment variables set)


java -version

(on my Mac this returns:

KevinsiMac:~ kbhend$ java -version
java version "1.8.0_73"
Java(TM) SE Runtime Environment (build 1.8.0_73-b02)
Java HotSpot(TM) 64-Bit Server VM (build 25.73-b02, mixed mode)

)

3. Once we know where the jre binary in installed we can see if the issue is a missing path or a mssing environment variable.

KevinH



Quote:
Originally Posted by Maui View Post
Hi,

in the past i was able to solve any problems without posting any questions in the forum but to now i'm struggling a little bit.

I just bought a new mac book and was able to install sigil without any problems. i copied the sigil.ini, sigil clips und saver searches succesfully to the mac.

Right now i'm trying to get epubcheck running, so i installed the jre-8u151-macosx-x64.dmg. The installation went through without any error (succes message after installation), but the plugin is failing. The reason is clear: in the terminal a java -version command said no java installed and a popup is asking if i want to install java. Reinstalling does not change anything.

I know this is not really related to a sigil problem but currently io'm a little bit lost to find out where the problem is. Any help is appreciated.

Maui

Last edited by KevinH; 01-06-2018 at 09:28 AM.
KevinH is offline   Reply With Quote