|
|
(9 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| Eclipse is an integrated development environment for Java.
| | #REDIRECT: [[Building]] |
| | |
| ==Setting up a FreeMind project under Eclipse ==
| |
| | |
| : ''Consider reading the guides below first.'' | |
| | |
| You download FreeMind to ~/src/freemind say.
| |
| Then, you have to compile FreeMind on command line using "ant dist".
| |
| After that you open a new project with working directory ~/src you should find the following settings:
| |
| | |
| * The binaries are stored into ~/src/bin/classes.
| |
| * You have two source folders.
| |
| * All jars you find in ~/src/freemind are added to the project.
| |
| | |
| Then finish the project settings and there should be no errors in the project. You can run FreeMind starting the class <code java>freemind.main.FreeMind</code>.
| |
| | |
| ==Guides by Bob Alexander==
| |
| | |
| * [http://freemind.sourceforge.net/docs/compile/windows/Quick%20guide%20to%20compiling%20Freemind%20on%20an%20XP%20system.html Quick guide to compiling FreeMind on an XP system using Eclipse].
| |
| * [http://freemind.sourceforge.net/docs/Using%20CVS%20via%20Eclipse/index.html Using CVS from within Eclipse].
| |
| | |
| [[Category:Development]] | |