Premise:
1, download Eclipse or myeclipse. In fact, two are the same. (The version I use is Myeclpse 6.5)
2, install the Eclipse svn plugin.
Okay, here we go.
1, first from the Https://source.db4o.com/db4o/trunk/sharpen role svn check out the inside code, remember, to the following items as 4 items checked out separately.
2,export These 4 items are "deployable plug-ins and Fragments", the exported location is the root directory of Eclipse, and if MyEclipse is exported to the Eclpse root directory.
3, yes, these 4 projects are in the same workspace as your project, and will be used later. (I haven't tried it in the other place).
4, add the following two files to the project you will be converting
Document 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
#上面的路径要改成你的系统中的相应的位置