Quantlib Java Module on Windows....

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Quantlib Java Module on Windows....

Björn Jónsson-2
Hi,

Has anyone managed to make Quantlib available from Java? Using swig
and the instructions on the Quantlib website?

I've been trying to set up quantlib, swig, boost, mingw, eclipse, cdt
and skwash to make a Java module for some time now without success. I
also installed ubuntu and tried the linux instructions with no luck
either.

If anyone has gone through this process recently and would be willing
to assist me with the problems I'm having or has an updated tutorial
on how to do this, please let me know.

Cheers,
Bjorn

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense..
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Quantlib Java Module on Windows....

Luigi Ballabio
On Sat, 2011-06-25 at 12:05 +0000, Björn Jónsson wrote:
> Has anyone managed to make Quantlib available from Java? Using swig
> and the instructions on the Quantlib website?
>
> I've been trying to set up quantlib, swig, boost, mingw, eclipse, cdt
> and skwash to make a Java module for some time now without success. I
> also installed ubuntu and tried the linux instructions with no luck
> either.

I've been able to do it on Linux.  I haven't used it much, but I was
able at least to run the examples.  What did you do on Ubuntu?

Luigi


--

Steinbach's Guideline for Systems Programming:
Never test for an error condition you don't know how to handle.



------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Quantlib Java Module on Windows....

Kyle Schlansker-2
In reply to this post by Björn Jónsson-2
I can't vouch for this myself, but I did come across this link last week that I bookmarked to try myself:

--
kyle

2011/6/25 Björn Jónsson <[hidden email]>
Hi,

Has anyone managed to make Quantlib available from Java? Using swig
and the instructions on the Quantlib website?

I've been trying to set up quantlib, swig, boost, mingw, eclipse, cdt
and skwash to make a Java module for some time now without success. I
also installed ubuntu and tried the linux instructions with no luck
either.

If anyone has gone through this process recently and would be willing
to assist me with the problems I'm having or has an updated tutorial
on how to do this, please let me know.

Cheers,
Bjorn

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense..
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: Quantlib Java Module on Windows....

Francis Duffy
Hi Björn,

I have done this in Visual Studio 2008 and I noted the steps in the attached file. 
They follow closely the steps given here but provide a bit more detail that you may or may not need.

Thanks and regards,
Francis.


On Mon, Jun 27, 2011 at 3:57 PM, Kyle Schlansker <[hidden email]> wrote:
I can't vouch for this myself, but I did come across this link last week that I bookmarked to try myself:

--
kyle

2011/6/25 Björn Jónsson <[hidden email]>
Hi,

Has anyone managed to make Quantlib available from Java? Using swig
and the instructions on the Quantlib website?

I've been trying to set up quantlib, swig, boost, mingw, eclipse, cdt
and skwash to make a Java module for some time now without success. I
also installed ubuntu and tried the linux instructions with no luck
either.

If anyone has gone through this process recently and would be willing
to assist me with the problems I'm having or has an updated tutorial
on how to do this, please let me know.

Cheers,
Bjorn

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense..
http://p.sf.net/sfu/splunk-d2d-c1
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users



------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

quantlib_java_visual_studio.txt (7K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Quantlib Java Module on Windows....

Luigi Ballabio

Francis,
        in step 2, would it work to just add the solution the QuantLib project
provided with the library instead of creating a new one?

Luigi


On Tue, 2011-06-28 at 23:23 +0200, Francis Duffy wrote:

> Hi Björn,
>
>
> I have done this in Visual Studio 2008 and I noted the steps in the
> attached file.
> They follow closely the steps given here but provide a bit more detail
> that you may or may not need.
>
>
> Thanks and regards,
> Francis.
>
>
> On Mon, Jun 27, 2011 at 3:57 PM, Kyle Schlansker
> <[hidden email]> wrote:
>         I can't vouch for this myself, but I did come across this link
>         last week that I bookmarked to try myself:
>         http://www.puppetmastertrading.com/blog/2008/06/14/using-quantlib-from-java/
>        
>        
>         --
>         kyle
>        
>         2011/6/25 Björn Jónsson <[hidden email]>
>        
>        
>                 Hi,
>                
>                 Has anyone managed to make Quantlib available from
>                 Java? Using swig
>                 and the instructions on the Quantlib website?
>                
>                 I've been trying to set up quantlib, swig, boost,
>                 mingw, eclipse, cdt
>                 and skwash to make a Java module for some time now
>                 without success. I
>                 also installed ubuntu and tried the linux instructions
>                 with no luck
>                 either.
>                
>                 If anyone has gone through this process recently and
>                 would be willing
>                 to assist me with the problems I'm having or has an
>                 updated tutorial
>                 on how to do this, please let me know.
>                
>                 Cheers,
>                 Bjorn
>                
>                 ------------------------------------------------------------------------------
>                 All the data continuously generated in your IT
>                 infrastructure contains a
>                 definitive record of customers, application
>                 performance, security
>                 threats, fraudulent activity and more. Splunk takes
>                 this data and makes
>                 sense of it. Business sense. IT sense. Common sense..
>                 http://p.sf.net/sfu/splunk-d2d-c1
>                 _______________________________________________
>                 QuantLib-users mailing list
>                 [hidden email]
>                 https://lists.sourceforge.net/lists/listinfo/quantlib-users
>        
>        
>         ------------------------------------------------------------------------------
>         All of the data generated in your IT infrastructure is
>         seriously valuable.
>         Why? It contains a definitive record of application
>         performance, security
>         threats, fraudulent activity, and more. Splunk takes this data
>         and makes
>         sense of it. IT sense. And common sense.
>         http://p.sf.net/sfu/splunk-d2d-c2
>         _______________________________________________
>         QuantLib-users mailing list
>         [hidden email]
>         https://lists.sourceforge.net/lists/listinfo/quantlib-users
>        
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________ QuantLib-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-users

--

Every solution breeds new problems.
-- unknown



------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on "Lean Startup
Secrets Revealed." This video shows you how to validate your ideas,
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users