Open skyper-cz opened 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".
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"
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".