PorkStudios / Pork2b2tBot

A minecraft bot thing, also works as a proxy!
https://www.daporkchop.net/pork2b2tbot
Other
46 stars 16 forks source link

Error dependencies #13

Closed Votsh64 closed 5 years ago

Votsh64 commented 5 years ago

[ERROR] Failed to execute goal on project mcprotocollib: Could not resolve dependencies for project com.github.steveice10:mcprotocollib:jar:1.13.2-1-SNAPSHOT: Failed to collect dependencies at com.github.steveice10:opennbt:jar:1.1: Failed to read artifact descriptor for com.github.steveice10:opennbt:jar:1.1: Could not transfer artifact com.github.steveice10:opennbt:pom:1.1 from/to jitpack.io (https://jitpack.io): java.security.ProviderException: java.security.InvalidKeyException: EC parameters error: no such provider: SunEC -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

DaMatrix commented 5 years ago

that's not an issue on my end, that's an issue with either maven or java using the wrong keystore. what java version are you using?

DaMatrix commented 5 years ago

if you like i'll download and compile the correct versions into my own maven repo, so that won't be an issue any more.

Votsh64 commented 5 years ago

It works under windows but not on jessie (pine64)

DaMatrix commented 5 years ago

as previously asked, what java version are you using? use the latest JDK 8 or it most likely will not compile.

Votsh64 commented 5 years ago

JRE 8

DaMatrix commented 5 years ago

WHICH ONE? there are nearly 200 releases of java 8

Votsh64 commented 5 years ago

java version "1.7.0_181" OpenJDK Runtime Environment (IcedTea 2.6.14) (7u181-2.6.14-1~deb8u1) OpenJDK 64-Bit Server VM (build 24.181-b01, mixed mode)

Votsh64 commented 5 years ago

I can not change the version of java in the environment variable

DaMatrix commented 5 years ago

you're using java 7. you don't use an environment variable to change that, you need to physically uninstall java 7 and install java 8. try google next time.