lambdaisland / lambdaisland/witchcraft

Syntax error (ClassNotFoundException) compiling at (lambdaisland/witchcraft/events.clj:1:1).

Open
#9 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Clojure
Stars
145
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Hi,
I was just attempting to try out this project but i've fallen at the first hurdle:

$ clj
Clojure 1.10.3
user=> (require '[lambdaisland.witchcraft :as wc])
Syntax error (ClassNotFoundException) compiling at (lambdaisland/witchcraft/events.clj:1:1).
org.bukkit.Bukkit

This is my full deps.edn:

{:deps {com.lambdaisland/witchcraft {:mvn/version "0.30.297"}}
 :mvn/repos {"glowstone-repo" {:url "https://repo.glowstone.net/content/repositories/snapshots/"}
             "aikar" {:url "https://repo.aikar.co/nexus/content/repositories/aikar-release/"}}}

It's my first time trying this, and I'm not at all familiar with the Minecraft server ecosystem, so have I missed a step?
Thanks

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the reported clj require command and the deps.edn shown in the issue, then inspect lambdaisland/witchcraft/events.clj where compilation fails. Check how the project supplies org.bukkit.Bukkit and whether the documented setup includes an additional step. Done means requiring lambdaisland.witchcraft no longer raises the reported ClassNotFoundException.

Written by the indexing model from the issue text.

Assessment

Tech stack
clojure
Domain
game-dev
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.