Closed ghostandthemachine closed 12 years ago
I think that your library path is probably not set up properly, so you have the jars, but not he matching platform-specific binaries. This is discussed in more detail at http://github.com/ztellman/penumbra/wiki/Getting-Started
Hello,
I am hoping to use penumbra with a project I am working on in Netbeans currently and am having issues using lwjgl for some reason. I am using Encloure for Netbeans which is a pretty nice Clojure plugin that uses maven. I have tried to use both maven directly from the project, and manually installing dependencies after downloading via lein. In both cases I am getting the same error right now that I can't get around. When i try to run a simple test app which moves some text around I keep getting
CompilerException java.lang.ClassNotFoundException: org.lwjgl.opengl.GL11 (core.clj:9)
The dependency is all loaded with Maven and I can traverse the Netbeans class navigation tree to see the exact class it can't find. I'm hoping someone will be able to give me any suggestions since I am at an impasse.
The end goal is to integrate penumbra with the project Overtone (http://github.com/rosejn/overtone) which is a clojure framework for supercollider and live coding audio. Hopefully penumbra can be a visual counterpart for live coding visualizations;)
thanks for any help
jon