简体   繁体   English

在Eclipse中锐化的入门

[英]Getting Started with Sharpen in Eclipse

I'm a .Net developer and recently I've become part of a project that is doing a port of some java software. 我是.Net开发人员,最近我成为一个正在做一些Java软件移植项目的一部分。 I'm trying to get Sharpen up and running to convert. 我正在尝试使Sharpen向上运行并进行转换。

I have downloaded and installed Eclipse IDE for Java Developers (Version: Helios Service Release 1 Build id: 20100917-0705). 我已经下载并安装了适用于Java开发人员的Eclipse IDE(版本:Helios Service Release 1 Build ID:20100917-0705)。

I've been trying to follow this Guide . 我一直在尝试遵循本指南 Following instructions on how to set up sharpen, I've tried then to grab a copy of the sharpen repo at https://source.db4o.com/db4o/trunk/sharpen/ from within eclipse. 按照有关如何设置锐化的说明进行操作,然后我尝试从eclipse中的https://source.db4o.com/db4o/trunk/sharpen/处获取锐化存储库的副本。 Host: source.db4o.com, Repository Path: source.db4o.com/db4o/trunk/sharpen. 主机:source.db4o.com,存储库路径:source.db4o.com/db4o/trunk/sharpen。 Using various connection types I get connection refused when using anony username (or using ext I get Cannot run program "ssh":CreateProcess error=2, the system cannot find the file specified"). 使用各种连接类型,使用匿名用户名时连接被拒绝(或者使用ext,我无法运行程序“ ssh”:CreateProcess error = 2,系统找不到指定的文件”)。

Alternatively, I am able to use subversion/toritiseSVN to download the repo at the above mentioned url. 或者,我可以使用subversion / toritiseSVN在上述网址下载回购。 I then import this into my workspace, but I get various errors such as org.eclipse cannot be resolved. 然后,将其导入到我的工作区中,但是出现各种错误,例如org.eclipse无法解决。 I know what this means, but I am unsure how to go about solving that problem. 我知道这意味着什么,但是我不确定如何解决该问题。

Finally, the last step is to Export this as "Plug-in Development" -> "Deployable plugins and fragments". 最后,最后一步是将其导出为“插件开发”->“可部署的插件和片段”。 However, I don't see this as an export option. 但是,我不认为这是导出选项。

Any help would be greatly appreciated, 任何帮助将不胜感激,

Thanks 谢谢

Are you behind a firewall or proxy server? 您在防火墙或代理服务器后面吗? Normally it is the main reason for connection refused . 通常,这是connection refused主要原因。 Also which SVN plugin are you using? 您还使用哪个SVN插件? By default eclipse IDE comes with CVS only. 默认情况下,Eclipse IDE仅随附于CVS。 So putting the svn repo at https://source.db4o.com/db4o/trunk/sharpen/ is bound to fail in CVS plugin. 因此,将svn存储库放在https://source.db4o.com/db4o/trunk/sharpen/肯定会在CVS插件中失败。

As for your last question: 至于最后一个问题:

You have downloaded the basic Eclipse IDE for Java Developers . 您已经下载了Java开发人员的基本Eclipse IDE You will need the Eclipse for RCP and RAP Developers . 您将需要用于RCP和RAP开发人员Eclipse Checkout the eclipse comparison page: http://eclipse.org/downloads/compare.php . 签出eclipse比较页面: http : //eclipse.org/downloads/compare.php

Following are some SVN/eclipse links: 以下是一些SVN / Eclipse链接:

  1. http://subclipse.tigris.org/ http://subclipse.tigris.org/
  2. http://www.eclipse.org/subversive/ http://www.eclipse.org/subversive/

Hope this will help. 希望这会有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM