Burst wallet not installing on my mac
-
Hi. Not able to setup burst wallet on my mac. Have java 8 update installed. Ran run.bat and txt pop up with this message:
" @echo off
echo Checking Path only
for %%f in (java.exe) do if exist %%~$path:f (
echo Java found at: %%~$path:f
start "BURST" "%%~$path:f" -cp burst.jar;lib*;conf nxt.Nxt
goto done
) else (
echo Not found in Path, Searching C drive for java
for /F "tokens=*" %%f in ('where /F /R C:\ java.exe') do (
echo Java found at: %%f
start "BURST" %%f -cp burst.jar;lib*;conf nxt.Nxt
goto done
)
)
echo No Java Found on this Computer
goto done
:done "
It is not detecting java on my mac i think.
Any solution please advise. Thanks.