netbeans IDE 繁體中文問題

我download了netbeans-6.5-ml-ruby-windows這個檔案,
但是安裝了之後卻是英文,
請問怎麼辦?
问题补充:
不行阿,
netbeans.conf配置不懂改...
问题补充:

# ${HOME} will be replaced by JVM user.home system property
netbeans_default_userdir="${HOME}/.netbeans/6.5"

Options used by NetBeans launcher by default, can be overridden by explicit

command line switches:

netbeans_default_options="-J-Dorg.glassfish.v3.installRoot=\"C:\Program Files\glassfish-v3-prelude\" -J-client -J-Xverify:none -J-Xss2m -J-Xms32m -J-XX:PermSize=32m -J-XX:MaxPermSize=200m -J-Dapple.laf.useScreenMenuBar=true -J-Dsun.java2d.noddraw=true"

Note that a default -Xmx is selected for you automatically.

You can find this value in var/log/messages.log file in your userdir.

The automatically selected value can be overridden by specifying -J-Xmx here

or on the command line.

If you specify the heap size (-Xmx) explicitely, you may also want to enable

Concurrent Mark & Sweep garbage collector. In such case add the following

options to the netbeans_default_options:

-J-XX:+UseConcMarkSweepGC -J-XX:+CMSClassUnloadingEnabled -J-XX:+CMSPermGenSweepingEnabled

(see http://wiki.netbeans.org/wiki/view/FaqGCPauses)

Default location of JDK, can be overridden by using --jdkhome <dir>:

netbeans_jdkhome="C:\Program Files\Java\jre6"

Additional module clusters, using ${path.separator} (';' on Windows or ':' on Unix):

#netbeans_extraclusters="/absolute/path/to/cluster1:/absolute/path/to/cluster2"

If you have some problems with detect of proxy settings, you may want to enable

detect the proxy settings provided by JDK5 or higher.

In such case add -J-Djava.net.useSystemProxies=true to the netbeans_default_options.


我的netbeans.conf是這樣...
问题补充:
Hi,mccxj

都是不行呢...




问题补充:
可是........[size=medium]



也是哦。。ml就是多国语言。。。

不过你的netbeans实在太汗了。。居然中文支持不完全。。
我没办法了,呵呵

其实,老老实实用英文版就很好了。。我用中文版的弄rails看得别扭死了。。我相信你用上中文的也会有同感的。

你的windows是英文版的把,netbeans默认采用操作系统的语言,你可以修改netbeans.conf配置,指定user.language和user.country使用中文,参考:

[url]http://www.iteye.com/topic/55085[/url]

http://uptolife.blogspot.com/2008/09/netbeans.html
参考我写的

--locale en:US
中文就是
--locale zh:CN

windows的话,新建个快结方式,右键属性。在里边添加就可以了。。
linux的话,命令行后面加个参数就可以了。

看来你的不是多国语言版本。。。所以只有英文

我推荐使用os无关的版本。。解压就可以。无论是linux还是windows都可以用。