NetBeans Platform でスタンドアロンアプリケーション: (4) クラスタ
Most of all, cluster is a compatibility unit. It is set of modules that is developed by the same group of people, build and release at once.
Most of the reasoning that lead to creation of the concept can be found at our Installation Structure document.
モジュールスイートプロジェクトのプロパティーダイアログでライブラリカテゴリを開くと以下のようにクラスタが見えます。これらはちょうど NetBeans のインストールディレクトリ以下のフォルダと同じですよね。

「ツール」>「モジュールマネージャー」では個々のモジュールやカテゴリごとに有効にしたり無効したりできます。クラスタにも先ほどの FAQ にあった Installation Structure にはクラスタ単位で有効にしたり無効にしたりして起動する方法が書いてあります。--clusters にクラスタを書いていけばいいみたいですね。
最初に何もつけないで起動してみましょう。--userdir は必ずつける必要があるようです。
E:\nb55beta>platform6\lib\nbexec.exe --userdir e:\tmp\nbuserdir
次に nb5.5 クラスタを指定してみましょう。
E:\nb55beta>platform6\lib\nbexec.exe --clusters nb5.5 --userdire:\tmp\nbuserdir
ide7 と nb5.5 を指定してしてみます。
E:\nb55beta>platform6\lib\nbexec.exe --clusters ide7;nb5.5 --userdire:\tmp\nbuserdir



