打开类型对话框为空 - Linux (Ubuntu 9.04) 上的 WebSphere 7.5.0 的 RSA (Rational Software Architetc)
我在 Linux (Ubuntu 9.04) 中全新安装了 RSA 7.5.3。 我已经使用一个 Java 项目创建了一个新工作区。 当我打开“打开类型”对话框时,我得到一个空框 - 请参阅附件屏幕截图。 您可以注意到对话框底部没有指定包。 当我尝试寻找课程时,出现以下异常:
Error occurred during status handling
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -1
at org.eclipse.jface.viewers.AbstractTableViewer$VirtualManager.resolveElement
(Unknown Source)!
-- Yonatan
I have a fresh install of RSA 7.5.3 in Linux (Ubuntu 9.04).
I've create a new workspace with one Java project.
When I open the "open type" dialog I get an empty box - see attached screenshot.
You can notice that there is no package specified at the bottom of the dialog.
when I try to look for a class I get the following exception:
Error occurred during status handling
java.lang.ArrayIndexOutOfBoundsException: Array index out of range: -1
at org.eclipse.jface.viewers.AbstractTableViewer$VirtualManager.resolveElement
(Unknown Source)!
-- Yonatan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
嗯,实际上有人在 developerworks 上遇到了完全相同的问题< /a>!
哦等等...那就是你了;)
可能 RSA 正在阻止 Java 初始化作业启动,这将是一个问题,如 错误 192112。
如果没有,bugs.eclipse.org 上将出现一个新错误。
实际上,正如OP Yonatan Maman 在评论中提到问题的实际根源:错误 240033。
链接到仅影响新版本的 GNOME gail 问题(bug 575873) GTK+GAIL,如 Fedora 9 和 10、Ubuntu 8.04 和 8.10 等。
在 eclipse3.5 中修复:最终修复提到:
Well, someone has actually the exact same issue on developerworks!
Oh wait... that would be you ;)
May be RSA is preventing the Java initialization job to even start, which would be a problem as commented in bug 192112.
If not, a new bug on bugs.eclipse.org would be in order.
Actually, as the OP Yonatan Maman mentions in the comments the actual source of the problem: bug 240033.
Linked to a GNOME gail issue (bug 575873) affecting only on new version of GTK+GAIL, as in Fedora 9 and 10, Ubuntu 8.04 and 8.10, etc.
Fixed in eclipse3.5: the final fix mentions:
正如错误跟踪器中推测的那样,这是一个 GTK 问题。
将以下内容放入位于 eclipse 安装目录中的 eclipse.ini 中,应该可以解决/解决该问题:
这应该放在 -startup 参数下。例如:
As speculated in the bug tracker it's a GTK issue.
Putting following in your eclipse.ini, which is located in your eclipse installation directory, should solve/workaround the issue:
This should be put under the -startup parameter. E.g.: