I am running Eclipse with Windows XP. I have my desktop taskbar set to Autohide. When I pull the mouse to the bottom of the screen the taskbar/Start menu pops up as expected EXCEPT when Eclipse is running. When Eclipse is running, the only way to get the taskbar to pop up is to manually minimize all windows, then drag the mouse to the...
I am wondering what is the recommended system requirement for using eclipse and m2eclipse plugin. I am using E8400 and 4Gb ram currently. Nearly every time I changed something in the pom.xml the eclipse IDE would hang for a while (about 1-3 minutes) before it finished. Is it normal?
...
I just installed the Drools plug-in in Eclipse (version 3.5.2), and I am trying to run the "Hello World" example that comes with the plug-in. When I run the code, I generate a runtime error with the following stack trace:
org.drools.RuntimeDroolsException: Unable to load dialect 'org.drools.rule.builder.dialect.java.JavaDialectConfigu...
I keep getting this error... should I just make "id" a field?
My code:
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
setContentView(R.layout.main);
ImageView mainimage = (ImageView) findViewById(R.id.mainanim);
mainimage.setBackgroundResource(R.anim.mainanim);
mainanimation = (AnimationDr...
How can I tell my modern Eclipse (Galileo, Helios) that all unit tests in my workspace (or anywhere) are written in JUnit 3 and so I would like them to be run with this older JUnit version?
I am talking about project/workspace/system default. Not a single specific test suite. I need it to use JUnit 3 by default for all these tiny 10-ca...
I want to change the encoding for eclipse to UTF-8
...
Hi .. I'm using eclipse IDE Galileo fine on Ubuntu 10.04.(with JRE in the eclipse root directory)
When I tried to download and use new eclipse HELIOS it crashes instantly or after 10 seconds maximum with this error message
JVM terminated. Exit code=1
/usr/bin/java
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx384m
-ja...
Is it possible to set tabs to have a different background color (e.g. slightly grey) or put a little symbol (like "↦") in Eclipse text editors? If it's language specific, I'm using PHP.
Our company coding standard is Tabs for indenting, but often there are spaces in the source code, so it would be great to see where these spaces are so ...
I have an account in ProjectLocker and a project in MyEclipse.
How to upload this in ProjectLocker?
...
Hi there,
am using hibernate tools with eclipse, and it was working fine, till i've changed my db, i've configured the new database and run my test cases and every thing is fine, except for hibernate tools, as now hibernate console isn't fetching tables from DB, it also didn't throw any exception, and i enetered configuration manually a...
When I try to add a new Classpath Variable in Eclipse for my Build Path configuration, and the path I add is a directory that the current workspace is a subdirectory of, Eclipse gives the error:
'C:\JavaStuff' is not a valid location for linked resources.
Why does Eclipse impose this restriction? I can't think of a good reason for it...
I just installed the Android SDK on my machine. I am running Fedora 13 (64 bit) and the Android kit is r06 for Linux. I am running Eclipse Helios. I get this error when I try to link to the sdk inside Eclipse:
[2010-07-21 07:10:23 - adb]Failed to get the adb version: Cannot run program "/home/jmneedham/android-sdk-linux/tools/adb": j...
Hi all,
i I am currently using Sicstus Prolog VC9 4.1.1 within Eclipse Galileo (Spider). I have got a very newbie question: how can I automatically control indentation and in general code style preferences?
Thanks,
I.
...
Hi stackoverflow,
Recently I started doing a C++ project, and started it using the internal building tools of eclipse, which seemed the easiest approach to this.
However, because this project will need to be built on more than one architecture, I figured it was best to have some other approach of building this on the other architecture...
Does Eclipse support the ColdFusion 9 Report Builder?
...
I want to generate class files to some place(not the output folder in the build path) manually ,i found some classes like JavaBuilder,Compiler,IncrementalProjectBuilder,etc,but i still dont know how to use these classes to compile class files to a specified location.How to do this?
Thanks.
...
Hi there.
I've installed pydev to my eclipse 3.5.2. Everything was working smoothly, create projects, execute, test, autocomplete.
But then I realized that importing modules from /usr/lib/pymodules/python2.6, such as django, causes error "Unresolved import: xxxx". Of course, PYTHONPATH SYSTEM includes the directories I want. What's mor...
In Visual studio when an error happens during debug, the line causing the error is jumped to in the source code and the error displayed.
Is there a way with Elcipse to do the same? The Debug perspective appears, but the line causing the error and the error message are not immediately apparent.
...
Hi,
when I create a New Project in Eclipse, source files such as .html .xml are colored, but when I create New Java Project they aren't.
How can I change this ?
Thanks for help
...
Is it possible to set breakpoints in doctests, using PyDev (i.e. eclipse)? I found that while I am seemingly able to do so, the breakpoints do not work at all.
To have some code in the question, and to clarify, say I have
def funct():
"""
>>> funct()
Whatever
"""
print "Whatever"
and that I set a breakpoint at the funct() ...