PolyMarsDev / Sokobot

A Discord bot that lets you play Sokoban
254 stars 135 forks source link

`Error: Could not find or load main class Bot` #47

Closed CristianEduardMihai closed 3 years ago

CristianEduardMihai commented 3 years ago

Hi ! I compiled the bot using ./gradlew clean build and when i run it i get this error: image Any ideas why ? the Bot file is still there. image

*Looks like i get this error even when i don't modify anything in the source code.

AffluentAvo commented 3 years ago

I'm not sure what the gradle part does, however it's me.polymarsdev.sokobot.Bot, not just Bot

CristianEduardMihai commented 3 years ago

I'm not sure what the gradle part does, however it's me.polymarsdev.sokobot.Bot, not just Bot

That is literally what i downloaded from github...i tried without changing anything and still got the same error. Is it the same for Game ?

AffluentAvo commented 3 years ago

Yea, everything is in me.polymars.dev.sokobot.. I have to check that out with @PolyMarsDev.

CristianEduardMihai commented 3 years ago

Yea, everything is in me.polymars.dev.sokobot.. I have to check that out with @PolyMarsDev.

I changet it and my gradle build failed at :compileJava:..it works only with Bot.java and Game.java

The same for teamSnake...

T0biii commented 3 years ago

have a look at #42 did the fix for me