PolyMarsDev / Sokobot

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

Can't run Sokobot on Linux #42

Open skyper-cz opened 3 years ago

skyper-cz commented 3 years ago

I tried to run Sokobot 2.0 or 1.1 on raspberry pi OS, but when I try it say: Error: Could not find or load main class "name of file".

T0biii commented 3 years ago

add the this in the build.gradle, was the fix for me then build it with gradle

sourceSets.main.java.srcDirs = ['src']
mainClassName = "me.polymarsdev.sokobot.Bot"