关于jbuilder2005安装后运行只闪logo问题的解决办法
关于jbuilder2005安装后运行只闪logo问题的解决办法
安装好jbuilder2005后,点击启动,2005的启动界面一闪后便再无动静,进入F:\Borland\JBuilder2005\bin\JBuilder.exe路径,在cmd中运行JBuilder,报错:
F:\Borland\JBuilder2005\bin>jbuilder
Error occurred during initialization of VM
Could not reserve enough space for object heap
解决方法:
打开jbulder.conf文件;
修改为:
# Tune this VM to provide enough headroom to work on large
# applications
#vmmemmin 32m
#vmmemmax 16m
vmparam -Xms32m
vmparam -Xmx256m
------------all ok.......