yogh-io / bitcoin-transaction-explorer

Simple and pure block explorer you can run on top of a full node
http://yogh.io
MIT License
181 stars 38 forks source link

BUILD FAILURE Check that your module inherits 'com.google.gwt.core.Core' either directly or indirectly (most often by inheriting module 'com.google.gwt.user.User') #24

Closed alessandro-aglietti closed 3 years ago

alessandro-aglietti commented 3 years ago

Hi, this blockchain reader is awesome!!

I'm trying to bring it up but with mvn install I receive

image

I've try to use mvn -X install but didn't show up any useful error messages.

Any suggestion on how to build it @JornC ?

Thank you very much,

JornC commented 3 years ago

Hello @alessandro-aglietti

I believe the explorer can't be built with JDK 11 (it's been a while), needs to be JDK 8 to work.

But wait! I've recently started work on a new version of this explorer to resolve some of the current version's many flaws:

https://github.com/yogh-io/bitcoin-yogh-explorer (see at https://beta.yogh.io/), which does work with JDK 11 -- that version is probably easier to get up and running (see the serve.sh script for example if you're running some flavour of Linux)

alessandro-aglietti commented 3 years ago

Yeahh, it works @JornC:

I use a docker compose https://github.com/bitcoin-dalla-teoria-alla-pratica/bitcoin-in-action-playground/blob/master/docker-compose.yml#L68-L78 for regtest debug purpose!

Thank you very much,