Eclipse: Difference between revisions
From FreeMind
Jump to navigationJump to search
No edit summary |
(FreeMindStarter) |
||
Line 18: | Line 18: | ||
* All jars you find in ~/src/freemind are added to the project. | * 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. | 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.FreeMindStarter</code>. | ||
[[Category:Development]] | [[Category:Development]] |
Revision as of 07:00, 2 September 2007
Eclipse is an integrated development environment for Java.
Guides by Bob Alexander
Setting up a FreeMind project under Eclipse
- Please consider reading the guides above 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 freemind.main.FreeMindStarter
.