On Mon, Aug 30, 2010 at 5:42 AM, Sunil Nandihalli <
sunil.nandiha...@gmail.com> wrote:

> Hello everybody,
>    I am trying to get a simple java code (about 10 lines in clojure )
> which uses jReality ported to clojure. This is my attempt has been
> kind of half way successfull. The corresponding github-repo link is
>  git://github.com/sunilnandihalli/jRealityTutorial.git
>  The project is nicely set up to work with leiningen .. so simple
> "lein deps && lein native-deps" should get it started. after that I
> just execute the sexp in the emacs editor. When the code runs, it
> opens the ui and shows what is intended in a rather unpleasing way
> with the flickers and all. when I look at the terminal output it tells
> me that jogl.jar may not be in the class path.. I have however added
> it to the :native-dependencies and it does download and extract it . I
> do see the corresponding shared object files .. but I don't understand
> why it still says it is not finding the jogl.jar .. can anybody help
> me?
>
> Thanks in advance.
> Sunil.
>

Where is jogl.jar located in your project's directory?

David

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to