ganymede

为什么Android模拟器这么慢? 我们如何加快Android模拟器的速度? [关闭]

廉价感情. 提交于 2020-08-19 23:04:40
问题: Want to improve this post? 想要改善这篇文章吗? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. 提供此问题的详细答案,包括引文和为什么答案正确的解释。 Answers without enough detail may be edited or deleted. 答案不够详细的答案可能会被编辑或删除。 Closed . 已关闭 。 This question needs to be more focused . 这个问题需要更加 集中 。 It is not currently accepting answers. 它当前不接受答案。 Want to improve this question? 想改善这个问题吗? Update the question so it focuses on one problem only by editing this post . 更新问题,使其仅通过 编辑此帖子 来关注一个问题。 Closed last year . 去年 关闭。 I have got a 2.67 GHz Celeron processor, and 1.21 GB

Eclipse不再突出显示引用

隐身守侯 提交于 2020-03-20 12:24:02
3 月,跳不动了?>>> 我有一个奇怪的问题。 在Eclipse Ganymede中,我曾经能够突出显示一个变量,并强调在该方法中使用这些变量。 但是通过一些动作我现在禁用了它。 有没有办法可以启用它? 我试着搜索谷歌,但由于我不知道这个功能叫什么,它有点难。 它是一个非常有用的功能,它令人烦恼,它无法正常工作。 #1楼 在Mac OS上选择 - CMD - O I按下,一旦错误,由于这个问题,我发现我的方式回 #2楼 我遇到了类似的问题。 我通过卸载名为“erlide”的erlang插件解决了这个问题。 #3楼 我也有这个,我的Mark Occurrence选项已经全部检查过了。 一如既往,尝试重启Eclipse,它对我有用。 编辑:它实际上有点工作。 Eclipse上有一个错误,当你在一个新窗口中打开一个项目时(如果你的第一个Eclipse窗口是一堆乱七八糟的项目)它开始不起作用。 如果您需要,您可以选择一个项目并在工具栏中切换荧光笔或使用Alt + Shift + O,但每次选择项目时都必须这样做。 #4楼 我有类似的问题,其中引用没有突出显示,在 windows-prefrences-java-editor 启用标记出现我能够突出显示引用 #5楼 在 Eclipse Kepler中 , 您只需使用工具栏上的“ 切换标记出现次数 ”图标,或者您可以使用键盘快捷键alt +

Eclipse优化导入以包括静态导入

我的未来我决定 提交于 2020-02-26 07:18:45
无论如何,让Eclipse自动寻找静态导入? 例如,现在我终于升级到Junit 4,我希望能够编写: assertEquals(expectedValue, actualValue); 按Ctrl + Shift + O并添加Eclipse: import static org.junit.Assert.assertEquals; 也许我问的太多了。 #1楼 并不是我想要的,但是我找到了一种解决方法。 在Eclipse 3.4(Ganymede)中,转到 窗口->首选项-> Java->编辑器-> Content Assist 并选中 使用静态导入(仅1.5或更高版本) 复选框。 这不会在“优化导入”中引入导入,但是如果您在该行上执行快速修复( CTRL + 1 ),它将为您提供添加足够好的静态导入的选项。 #2楼 如果突出显示方法 Assert.assertEquals(val1, val2) 并按Ctrl + Shift + M (添加导入),它将至少作为Eclipse 3.4将其添加为静态导入。 #3楼 Eclipse 3.4在“窗口”->“首选项”->“ Java”->“编辑器”->“内容辅助”下具有“收藏夹”部分 如果您经常使用 org.junit.Assert ,则可能会发现在其中添加一些价值。 #4楼 我正在使用Eclipse Europa,它也有“收藏夹”首选项部分

Eclipse Ganymede not validating JSPs properly

让人想犯罪 __ 提交于 2020-01-01 05:05:49
问题 I just installed Ganymede and am exploring an old project in it. All of my JSPs are giving me weird validation errors. I'm seeing stuff like - Syntax error on token "}", delete this token Syntax error on token "catch", Identifier expected Syntax error, insert "Finally" to complete TryStatement I'm doing best practice stuff here, no scriplets or anything, so I think that Eclipse is incorrectly applying a Java class validator to my JSPs. Any idea on how to stop that from happening? Under

Make Eclipse treat .h file as C++?

荒凉一梦 提交于 2019-12-29 01:38:09
问题 All of our C++ headers use a .h extension. Eclipse thinks these are C headers and flags them with lots of syntax errors on things like classes and namespaces. I've tried to change the file type association from: Preferences > C/C++ > File types but it's "locked". Interestingly, "*.h" is associated with both C and C++ headers, but it seems to be using C. How can I get Eclipse to treat .h files as C++? 回答1: Try creating a new project and specify your source area as the location. However, be

How to install a custom plug-in in Eclipse Ganymede?

ε祈祈猫儿з 提交于 2019-12-24 04:19:43
问题 We have a custom plug-in. That is, the company where I'm working developed it in house. I would like to install it as an available plug-in in Eclipse Ganymede. How do I do that? From what I can figure out, the Eclipse software install only supports installation from Eclipse software update sites. I went to Help -> Install New Software... -> Add -> Local... to browse to a folder containing the plug-in. Although the dialog lets me add the directory as an update site, it doesn't work. It expects

Eclipse 3.4 Ganymede Javascript Validation Issue

Deadly 提交于 2019-12-22 03:22:35
问题 I just upgraded to Eclipse 3.4 for the second time and I think its for good now. The first time (right when it was released) was too buggy for me to stomach (mainly the PDT 2.0 plug-in); but now it seems to be all worked out. My problem is the Javascript validator. If I define a class in one JS file in my project, then try to use it in another, it tells me that the type is undefined. This is really annoying as some of my scripts are littered with red squigglys. Another problem is that this

Hot Deploy for JBoss on Eclipse 3.4: Ganymede

醉酒当歌 提交于 2019-12-21 17:44:03
问题 I am using Ganymede (Eclipse 3.4) to do some Java EE based web development targeting a JBoss 4.2 application server. I have always liked Eclipse very much for a Java editor. The thing is, for Java EE is not as useful as one might think. It's buggy, deployment and debugging is very slow, and you have to re-deploy your Java EE application every time you make a little change. That makes development unbearable. My question is: Is there a plugin that will make my life easier by adding HOT DEPLOY

Attach Source Issue in Eclipse

╄→гoц情女王★ 提交于 2019-12-21 17:08:48
问题 In Eclipse (Ganymede) I'm debugging some code that uses Apache Commons HttpClient and would like to step into the HttpClient code. I've downloaded the source code and tried to attach it in the normal fashion (CTRL-click on the method name and use the Attach Source button). I've tried to attach both as external file and external folder with no success. I've attached source before with no issues and can currently step into Hibernate source code successfully. I've even tried editing the

Eclipse Ganymede not validating tag files properly

房东的猫 提交于 2019-12-08 06:30:02
问题 When editing foo.tag with a line like: <h1>Header</h1> it says on the <h1>: "Unknown tag (h1)" it says on the </h1>: "Error" This only happens in tag files, not JSPs. Ayudame? 回答1: What version of WTP are you using? This seems to have been noticed in the webtool mailing list, referring to the bug 204990. This has been fixed in WTP3.1 (jst.jsp3.1.1) a month ago. 来源: https://stackoverflow.com/questions/1208424/eclipse-ganymede-not-validating-tag-files-properly