burst 1.2.7 running
-
downloaded burst 1.2.7 running windows 7 64bit with java installed and fully updated
put the latest .db files in the app data file and im getting the following error;@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
:donealso downlaoded burstmaster not sure if that affects it
-
You need to install Java 8
-
thanks for the reply mate i had java installed i just deleted everything and then reinstalled it and it worked so its just downloading blockchain now time to get some coins ey :)