vuapo-eth / isf-jclient

java console client for the IOTA Spam Fund (http://iotaspam.com)
MIT License
17 stars 5 forks source link

jota compilation failure: Perhaps you are running on a JRE rather than a JDK? #17

Closed arnelap closed 6 years ago

arnelap commented 6 years ago

On Window 10, following the steps in readme.md I got the following errors:

jota: Compilation failure: Perhaps you are running on a JRE rather than a JDK?

isf-jclient: Could not resolve dependencies for project com.iotaspam:isf-jclient:jar:1.0.9: Could not find artifact org.iota:jota:jar:0.9.11-SNAPSHOT ->

Installing JDK 9.04 and subsequantly running the command line: set JAVA_HOME=C:\Program Files\Java\jdk-9.0.4 fixed the issue for me.

Hope that helps.

vuapo-eth commented 6 years ago

Thank you! We changed it from JRE to JDK in the README.md: https://github.com/mikrohash/isf-jclient#windows

arnelap commented 6 years ago

please update the download link as well: http://www.oracle.com/technetwork/java/javase/downloads/index.html

arnelap commented 6 years ago

:)

vuapo-eth commented 6 years ago

forgot about that, corrected now. Thanks!