前提:
1,下載 Eclipse或 MyEclipse .其實兩個都一樣。(我用的版本是 Myeclpse 6.5)
2,安裝 Eclipse SVN插件。
好了,我們開始了。
1,先從https://source.db4o.com/db4o/trunk/sharpen 作用SVN檢出裡邊的代碼,記住,要把下面的項目作為4個項目分別檢出。
2,Export 這4個項目為 “Deployable plug-ins and fragments”,導出的位置為 Eclipse 的根目錄,如果是Myeclipse 也是導出到 Eclpse 根目錄 。
3,對了, 這4個項目要跟你的項目放在同一個工作區裡,後面會用到的。(放在其它的位置我沒有試過)。
4,在你將要進行轉化的項目裡寫上加上下面的兩個文件
文件1:
sharpen.propertIEs
# eclipse workspace
dir.workspace=C\:/Documents and Settings/Administrator/\u684C\u9762/paoding
# Java executable
file.jvm.jdk1.5=D\:/Java/jdk1.5.0/bin/Java.exe
# Eclipse home directory
eclipse.home=D\:/Java/MyEclipse 6.5/eclipse
# Eclipse startup jar
eclipse.startup.jar=${eclipse.home}/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
# Sandcastle can be used to convert Javadoc to .Net XML comments
# dir.lib.sandcastle=e:/sandcastle/
# sharpen compile directory
dir.dist.classes.sharp=dist/sharpen
# Eclipse plugins home
plugins.home=${eclipse.home}/plugins
#上面的路徑要改成你的系統中的相應的位置