I am getting this error: I have installed ADT and SDK using install new software in Eclipse. I am using Eclipse Java EE IDE for Web Developers. Version: Keple
I accidentally closed the Console window in Eclipse, and now I can't see the result of my code being run. How do you open it again?
I am beginner of cordova learning project and creating a sample application using eclipse. Using CSS file I am able to change image, height, width, margin and p
When I try to do a mvn release: perform, I get this error [ERROR] Provider message: [ERROR] The svn command failed. [ERROR] Command output: [ERROR] svn: E2150
I'm using putty on a Linux machine. My usual method for searching in vi is entering the slash /, then my search string, enter, then go through all the matches b
I'm posting this query after doing lots of googling and trying out different options for last few days. Is there an easy way to attach source in Eclipse? is the
When I start, Eclipse says "Workspace Cannot Be Locked" "Could not launch the product because the associated workspace is currently in use by another Eclipse a
Currently i am using maven(Apache Maven 3.3.9) & Java(Java version: 1.8.0_91) installed in my windows machine. I have a java application which was develope
Currently i am using maven(Apache Maven 3.3.9) & Java(Java version: 1.8.0_91) installed in my windows machine. I have a java application which was develope
I am using m2e to build a java project. I need to use JAVA VERSION 1.6 . So i am trying to configure toolchains plugin to achieve it. by referring the below lin
public void parseEml(Message msg) throws Exception { Address[] froms = msg.getFrom(); if (froms != null) { InternetAddress addr = (InternetAddr
I can commit/push from bash shell using git. However, I cannot commit/push using eclipse/egit. I get pop up error " ssh://xxx@scm.internal.yyy.com/home/git/cbm.
I have problem with my project using Jboss 7.0 I can't build that. This is my problem 19:00:38,809 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3
The project was not built due to "Resource already exists on disk: ''.". Fix the problem, then try refreshing this project and building it since it may be incon
How can I show the folder (bin) where my class files are placed after I build a project in eclipse? I want this directory to show up in the package explorer. Se
The autocomplete of eclipse is not working now and I searched for hours but I couldn't find an answer to solve it. I haven't used it for long time then the firs
eclipse isn't making import suggestions anymore. I don't know why it stopped. Here is an example.
I installed a project in Eclipse and when I run Android emulator I get this error: [2013-11-10 17:19:16 - Emulator] Failed to create Context 0x3005 [2013-11-10
I have an OSGi application (Eclipse plugin) that contains several bundles. I have a com.domain.dependencies bundle that, as the name suggests, contains dependen
Is it possible in Java to do a sort of #ifdef thing, like in C/C++? Example: class Test { public static final boolean ANDROID = false; public Test()