just as a followup .. this is the solution I got from hoek when I reposted
it on the irc
(defn emit-giws-xml [c]
(let [package (.getPackage c)
methods (map #(hash-map :name (.getName %)
:returnType (str (.getName (.getReturnType %)))
Hello everybody,
I recently came across giws
http://www.scilab.org/products/other/giws
a tool to call java code from c/c++ all it really needs to generate all the
jni-wrappers is a simple xml file which indicates the class name and the
member functions .. some thing as simple as ...