2011年8月9日 星期二

[教學] 在 eclipse 裡設定 JQuantLib 的開發環境 (Setup JQuantLib in eclipse)

工作需要,這幾天都在研究一套JAVA 的Quantative finance library – JQuantLib。
因為暫時只是在POC階段,所以先寫安裝方法,不寫這套library 的內容。

我的開發環境:

  • J2SE 1.5.0_22
  • Eclipse Helio (service release 2)

在eclipse 的設定方法 (假設大家都懂得如可在eclipse 加入新插件):

  1. 安裝 Maven Integration for Eclipse
    Maven 與 Eclipse 的 integration
    Eclipse update url:
    http://download.eclipse.org/technology/m2e/releases
  2. 安裝 Subversive
    打開 Help > Install New Software... > select Helios - http://download.eclipse.org/releases/helios > Collaboration Tools,安裝以下一堆plug-in
    clip_image002
    安裝完成後會有對話框詢問你要裝甚麼connector,我沒有理會,通通都把它裝起來。
    clip_image004
  3. 安裝 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/
  4. 安裝 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
  5. 安裝 EclEmma
    Description: Tools for easy verify of the code coverage of your JUnit test cases.
    Eclipse update url:
    http://update.eclemma.org/
  6. 設定 JQuantLib SVN Repository
  7. Check out JQuantLib source
    • 打開Window > Show View > Others,點選 SVN Repositories
      clip_image012
    • SVN Repositories 的 view 入面,right click 剛新加入的repositories,然後選Find/Check Out As…
      clip_image014

    • 然後選 Check out as a project with the name specified:,然後按Finish
      clip_image016

    • Check out in progress ……
      clip_image018
    • 重覆以上步驟直到所有repositories 都check out 完成。
      clip_image020
    • 完成!

Reference:
http://www.jquantlib.org/index.php/JQuantLib_Users_Guide#Install_plugins
http://www.jquantlib.org/index.php/Checkout_in_Eclipse_with_SVN

沒有留言:

張貼留言