Hello everybody,
 I wanted to package jreality along with its native dependencies and upload
it to my clojars since there were none already there.. I followed the
procedure on

http://nakkaya.com/2010/04/05/managing-native-dependencies-with-leiningen/

the resultant was the following ...

http://clojars.org/org.clojars.sunilnandihalli/jreality-native-deps

I however tried to use it and had trouble doing so.. I was hoping to get
some help from the community .. I might have something really stupid here
since I am new to the jar and java stuff.. The project file I am using is

@project file @
(defproject helloworld "1.0.0-SNAPSHOT"
  :description "FIXME: write"
  :dependencies [[org.clojure/clojure "1.2.0-beta1"]
                 [org.clojure/clojure-contrib "1.2.0-beta1"]
 [java3d/j3d-core "1.3.1"]
 [java3d/j3d-core-utils "1.3.1"]
 [java3d/vecmath "1.3.1"]
 [org.clojars.sunilnandihalli/jreality-native-deps "current"]]
  :dev-dependencies [[swank-clojure "1.2.1"]])

The simple code I tried to execute
@code@

(ns helloworld.core
  (:require (de.jreality.plugin JRViewer)))


and the error I recieved is
@errors @
Could not locate de/jreality/plugin/JRViewer__init.class or
de/jreality/plugin/JRViewer.clj on classpath:
  [Thrown class java.io.FileNotFoundException]

I verified that the final jar that I created had JRViewer file it is
complaining about using jarexplorer.. can anybody help me with a suggestion?
Sunil.

-- 
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