ztellman / penumbra

not under active development - idiomatic opengl bindings for clojure
354 stars 43 forks source link

ClassNotFoundException penumbra.PenumbraSystem #39

Closed ghost closed 8 years ago

ghost commented 12 years ago

all the relevant info is here: https://groups.google.com/d/msg/clojure/JSeS6mzEWDM/Ea5RbYM6-5EJ

basically: this .jar http://clojars.org/repo/penumbra/penumbra/0.6.0/penumbra-0.6.0.jar doesn't have the .class files inside it for penumbra.PenumbraSystem

redoing an uberjar should fix it I think.

ghost commented 11 years ago

I'd just like to second this since I received the same error in the REPL. AtKaaZ, did creating a new jar and using it inside Leiningen work?

ghost commented 11 years ago

yes, just lein uberjar fixed it, I was stumped as to why they weren't there in the first place, maybe some lein bug - guessing.

ztellman commented 11 years ago

I've tried regenerating the uberjar, and pushed it to clojars. Just to confirm, the non-standalone jar resolved your issue, correct?

On Sun, Feb 17, 2013 at 6:20 PM, AtKaaZ notifications@github.com wrote:

yes, just lein uberjar fixed it, I was stumped as to why they weren't there in the first place, maybe some lein bug - guessing.

— Reply to this email directly or view it on GitHubhttps://github.com/ztellman/penumbra/issues/39#issuecomment-13703910.

ghost commented 11 years ago

yes the uberjar, was it non-uberjar before? ie. was it just lein jar ? anyway I can't remember much about this lol looks like it was 4 months ago since.

but looks like it should work now, I didn't test but looking at its contents looks good, maybe @mattgallivan can confirm