subclipse 和 eclipse结合遇到的问题
时间:2014-09-04 16:36:49
收藏:0
阅读:189
subclipse是eclipse的一个SVN插件。但是我在使用的时候不断的报出下面的错误:
the applet is attempting to access the "exists" state attributes.......
大概的错误就是这样吧。上网查了一下,在java的启动参数里加入下面的参数可以解决。
-Djava.awt.headless=true
评论(0)