在 kubuntu 上将 eclipse 从 galileo 更新到 helios
我从 kubuntu 包管理器安装了 eclipse galileo。由于某种原因,目前还没有可用的 helios。然后我尝试手动安装 helios,但是当我运行它时,我收到消息:“Eclipse 可执行启动程序无法找到其配套共享库。”
然后我打开 galileo,并从 helio 更新站点安装 PDT。但由于某些 galileo - helios 不兼容,
出现错误: java.lang.NoClassDefFoundError: org/eclipse/wst/css/ui/internal/contentassist/CSSStructuredContentAssistProcessor
当我尝试打开 PHP 文件时,
。我在 http://wiki.eclipse.org/FAQ_How_do_I_update_Eclipse%3F 上读到我可以更新到helios 如果我在 Window > 中添加 helios 更新站点首选项>安装/更新>可用的软件站点,我尝试过,但是当我运行“检查更新”时,它说没有什么可更新的。
知道如何在 kubuntu 上安装 helios PDT 吗?
I installed eclipse galileo from kubuntu package manager. For some reason, there is no helios available yet. Then I tried to manually install helios, but when I run it, I get message: "The Eclipse executable launcher was unable to locate its companion shared library."
Then I opened galileo, and installed PDT from helio update site. But due to some galileo - helios incompatability, I get error:
java.lang.NoClassDefFoundError: org/eclipse/wst/css/ui/internal/contentassist/CSSStructuredContentAssistProcessor
when I try to open PHP file.
I read on http://wiki.eclipse.org/FAQ_How_do_I_update_Eclipse%3F that I can update to helios if I add helios update site in Window > Preferences > Install/Update > Available Software Sites, which I tried, but when i run "check for updates" it says that there is nothing to update.
Any idea how to get helios PDT installed on kubuntu?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于在 Kubuntu 或 Ubuntu 上遇到 eclipse Helios 问题的任何人,我建议您删除当前安装并按照 说明 我刚刚在终于 让 3.6.2 与 Marketplace Client 和 Subclipse 一起使用。我只是尝试在此处发布整个条目,但它不允许安装工作所需的超链接数量。
For anyone having problems with eclipse Helios on Kubuntu or Ubuntu, I would suggest you remove your current installation and follow the instructions I just posted on my blog after finally getting 3.6.2 working with both the Marketplace Client and Subclipse. I just tried posting the whole entry here but it wouldn't allow the number of hyperlinks required to get the install working.
我建议您从此处下载 Eclipse IDE for PHP Developers 包:
http://www.eclipse.org/ downloads/
确保您获得适合您操作系统的版本,并特别注意 32/64 位版本。您必须将 Eclipse 的 32/64 位与 JVM 的 32/64 位相匹配。运行“java -version”以查看您拥有的 JVM 类型。如果您不匹配这些,Eclipse 将不会以您所看到的消息启动。
I would recommend that you download the Eclipse IDE for PHP Developers package from here:
http://www.eclipse.org/downloads/
Make sure that you get one that's correct for your OS and pay particular attention to 32/64 bit variation. You have to match 32/64 bitness of Eclipse with 32/64 bitness of your JVM. Run "java -version" to see the type of JVM that you have. If you don't match these up, Eclipse will not start with a message like the one you are seeing.