gazbert / bxbot

A simple Bitcoin trading bot written in Java.
MIT License
824 stars 280 forks source link

fix compilation error #113

Closed rayeaster closed 5 years ago

rayeaster commented 5 years ago

@gazbert I just clone this repo and find some compilation in my environment. Guess some API need to be updated.

gazbert commented 5 years ago

Hi Ray

Looks like you are running an older version of Java? 8? 9?

The bot needs JDK 11.

The API change for URLEncoder happened in JDK 10 release: https://docs.oracle.com/javase/10/docs/api/java/net/URLEncoder.html

HTH

rayeaster commented 5 years ago

Hi Ray

Looks like you are running an older version of Java? 8? 9?

The bot needs JDK 11.

The API change for URLEncoder happened in JDK 10 release: https://docs.oracle.com/javase/10/docs/api/java/net/URLEncoder.html

HTH

Aha, sorry to realize that. ok, I will close this PR