工作需要,這幾天都在研究一套JAVA 的Quantative finance library – JQuantLib。
因為暫時只是在POC階段,所以先寫安裝方法,不寫這套library 的內容。
我的開發環境:
- J2SE 1.5.0_22
- Eclipse Helio (service release 2)
在eclipse 的設定方法 (假設大家都懂得如可在eclipse 加入新插件):
- 安裝 Maven Integration for Eclipse
Maven 與 Eclipse 的 integration
Eclipse update url: http://download.eclipse.org/technology/m2e/releases - 安裝 Subversive
打開 Help > Install New Software... > select Helios - http://download.eclipse.org/releases/helios > Collaboration Tools,安裝以下一堆plug-in
安裝完成後會有對話框詢問你要裝甚麼connector,我沒有理會,通通都把它裝起來。 - 安裝 FingBugs
Description: Tools that analyse your code and point out the place that you may got a bug or have a bad practise.
Eclipse update url: http://findbugs.cs.umd.edu/eclipse/ - 安裝 PMD
Description: Help to find bad constructions in the code, either those commonly known or those defined by JQuantLib.
Eclipse update url: http://pmd.sf.net/eclipse - 安裝 EclEmma
Description: Tools for easy verify of the code coverage of your JUnit test cases.
Eclipse update url: http://update.eclemma.org/ - 設定 JQuantLib SVN Repository
- Right click 有關的project,然後 New > Other,然後選SVN > Repository Location.
- 在URL輸入http://jquant.svn.sourceforge.net/svnroot/jquant/trunk/jquantlib,然後按Finish。
- 要加入的Repositories 有以下五個:
http://jquant.svn.sourceforge.net/svnroot/jquant/trunk/jquantlib
http://jquant.svn.sourceforge.net/svnroot/jquant/trunk/jquantlib-all
http://jquant.svn.sourceforge.net/svnroot/jquant/trunk/jquantlib-parent
http://jquant.svn.sourceforge.net/svnroot/jquant/trunk/jquantlib-helpers
http://jquant.svn.sourceforge.net/svnroot/jquant/trunk/jquantlib-samples - Check out JQuantLib source
Reference:
http://www.jquantlib.org/index.php/JQuantLib_Users_Guide#Install_plugins
http://www.jquantlib.org/index.php/Checkout_in_Eclipse_with_SVN
沒有留言:
張貼留言