无法在 Eclipse 中创建新的 Liferay 插件

Can't create new Liferay plugin in eclipse

我将 eclipse kepler、Liferay IDE 与 Liferay sdk 7 和 V6.1 CE 服务器一起使用。 当我尝试从向导创建新插件时出现此错误:

The selected wizard could not be started. Plug-in "com.liferay.ide.project.ui" was unable to instantiate class "com.liferay.ide.project.ui.wizard.NewLiferayPluginProjectWizard". Could not initialize class com.liferay.ide.project.core.model.NewLiferayPluginProjectOp

以前有人遇到过这个问题吗?谢谢!

如果您使用的是 Liferay 6.1 CE,则还必须使用 Plugin SDK 6.1,不能使用版本 7 中的那个。

那个,请注意 6.1 已经很长时间没有更新了 - 所以有人可能会争辩说,您应该将服务器升级到 Liferay 7,而不是降级 SDK。当您这样做时,请注意插件 SDK 已弃用,取而代之的是 Liferay Workspace。