Win 32平台上的Netbeans的几个实例

Chr*_*_45 9 java ide netbeans windows-vista

是否可以运行多个Netbeans实例,就像在Win 32平台上使用Visual Studio一样?我可以点一个.

McD*_*ell 7

要使用多个Netbeans实例,请为每个实例指定不同的--userdir目录.最好为每个实例创建一个新的快捷方式或脚本.


Sae*_*fam 5

以下示例适用于所有平台上的所有NetBeans版本(3.6,4.x,5.x,6.x,7.x):

  • Windows:netbeans.exe --userdir C:\ MyOtherUserdir --cachedir"%HOME%\ Locale Settings\Application Data\NetBeans\7.1\cache"
  • Unix:./ netbeans --userdir~/my-other-userdir
  • Mac OS:/Applications/NetBeans.app/Contents/MacOS/executable --userdir~/my-other-userdir