Re: BasisPointValue and ZSpread methods do not exist for JAVA
Posted by
sergvil on
URL: http://quantlib.414.s1.nabble.com/BasisPointValue-and-ZSpread-methods-do-not-exist-for-JAVA-tp14052p14058.html
Hello Luigi,
I'm working on linux and I'm following instructions from this link to build SWIG. The article has been written by Tito Ingargiola, who belongs to this mailing list.
http://puppetmastertrading.com/blog/2008/06/14/using-quantlib-from-java/First, I modify cashflows.i, adding the code I need. Then I only execute the instructions described on "Building Quantlib-SWIG" section (I think that QuantLib is not necessary because I had built it one time at the beginning, is it?).
On Eclipse I can put the method on code with no errors (so it seems that methods are correctly added to QuantLib.jar). But on execution time eclipse shows the error I wrote on my last reply.
Thank you very much.