XMind – Social Brainstorming and Mind Mapping
http://www.xmind.net/
XMindはマインドマップのフリーウェアとしてリリースされましたが、
Windows2000でインストールし、実行すると、
以下のようなエラーが表示されます。
Problem Occurred
An error has occurred.See error log for more details.
org.eclipse.swf.SWTException
Details >>
An error has occurred. See error log for more details.
Unable to load graphics library [GDI+ is required]
(java.lang.NoClassDefFoundError: Could not initialize class org.eclipse.swt.internal.gdip.GdiplusStartupInput)
というわけで、GDI+が必要が必要です。
マイクロソフトのサイトから[GDI+ 再頒布用パッケージ] をダウンロードします。
http://www.microsoft.com/downloads/details.aspx?familyid=6A63AB9C-DF12-4D41-933C-BE590FEAA05A&displaylang=en
自己解凍のEXEがダウンロードされるので、
適当な場所に展開。
展開したフォルダ内に生成された、
asms\10\msft\windows\gdiplus
の中のgdiplus.dllを
XMindがインストールされたフォルダにコピー。
これで無事に起動されます。