|
From: Tom A. <tw...@ur...> - 2018-02-12 11:54:08
|
On Sat, 10 Feb 2018, GiulianoFinance wrote: > Now I'm using Netbeans, but I'm really new to bindings and with few > experience on it. I was guessing if it is availble a compiled version > for Java (so the .jar file) in order to test basic Bonds.java example. I don't think there is an official compiled distribution of the QuantLib Java wrapper. I see that a random member of the public has created one and published it on Maven Central: https://github.com/vonrosen/Quantlib-SWIG-Java http://search.maven.org/#artifactdetails%7Ccom.github.vonrosen%7Cquantlib%7C1.10%7Cjar However the library only includes the Java wrapper classes, not the native code part of the wrapper, or QuantLib itself. To use this, you will still have to compile QuantLib and QuantLib-SWIG yourself, and if you're going to do that, you might as well compile your own Java wrapper classes, so that you can be confident that the Java classes match the native code. tom -- If you don't have nagging bits of guilt about your recent body of work, it might well be a benefit for someone to point out problems in terms that break through your defenses. -- John Carmack (maybe) |