1

在错误日志中:

...
Caused by: java.lang.NoClassDefFoundError:  org/eclipse/jpt/common/utility/internal/StatefulCommandExecutor
...
Caused by: java.lang.ClassNotFoundException: org.eclipse.jpt.common.utility.internal.StatefulCommandExecutor
...

这属于哪个包?我怎么能重新安装这个包?

编辑:首选项->运行/调试->启动->默认启动器。那里是空的。启动类型及其首选启动器列为空。正常吗?如果这是导致问题的原因。我该如何解决?

4

3 回答 3

1

这似乎与这个 Eclipse 错误相匹配:https ://bugs.eclipse.org/bugs/show_bug.cgi?id=379473 for Dali JPA Tools。该错误被标记为https://bugs.eclipse.org/bugs/show_bug.cgi?id=385334的副本,其中有很多关于该问题的讨论。

该错误似乎发生在从 Eclipse Marketplace 加载的几件事上 - 例如 WAS Liberty Profile 参见http://www.eclipse.org/forums/index.php/t/367601/

另请参阅这个较早的 SO 问题,这可能是同一件事:Eclipse 中的错误

于 2013-09-11T08:17:37.770 回答
0

右键单击您的项目Package Explorer并转到:

Build Path > Configure Build Path... > Run/Debug Settings

Launch configurations for:框中,单击框中显示的类,然后单击编辑。然后,在Main class现场修复包裹。

如果框中没有显示任何内容,请单击New按钮并正确设置您的主类。

于 2013-09-11T00:31:27.660 回答
0

右键单击文件->重构->重命名

于 2020-10-01T07:02:07.910 回答