Eclipse is an open source IDE with plugins available to support a large variety of languages. This tag should only be used for questions about the Eclipse IDE and not for generalized programming topics.

learn more… | top users | synonyms

0
votes
0answers
2 views

How to get rid of “No jax-rs activator is defined for the project” warning?

I have a web project in my eclipse workspace, and I'm getting this annoying warning: No jax-rs activator is defined for the project I know that this is related to web-services, but I currently don't ...
0
votes
1answer
6 views

How to attach javadoc with Maven from other repository?

I have spring framework dependencies in my Maven project. I want to attach the Javadoc for spring framework dependencies. I added to pom.xml following lines <repositories> ...
0
votes
2answers
25 views

How would I save a textView in Shared Preferences?

I want my app to save textView2 in shared preferences. This is the current shared preferences code I have that saves the state of a checkbox (checked/unchecked). private boolean getFromSP(String ...
0
votes
0answers
4 views

JBoss Developer Studio + Maven Issues

Hello I recently have being trying out JBoss Developer Studio (both juno and kepler based). However I have problems with even starting a simple Java EE Project (From JBOSS central panel). It seems ...
0
votes
3answers
37 views

small android code explantion required

Please explain what is happening after "new View.onClickListener" final Button button = (Button)findViewById(R.id.button_id); button.setOnClickListener(new View.OnClickListener() { public ...
0
votes
1answer
31 views

R file not generated

I know many similar questions have been asked for example this one. Mine is slightly different. I create a new android project using all the default settings (target SDK 4.2 Jelly Bean, min SDK 2.2 ...
0
votes
2answers
19 views

Load image from jar and outside it in eclipse

I have a structure like this in my java project in eclipse: src/com/myprogram/.../foo.java res/icon.png .project ... I Know that you can load an image from inside a jar with ...
0
votes
0answers
18 views

How to run a simple java client on Eclipse to communicate with a mobile server

How can I run a simple Java client on Eclipse. I have written a small server code to run on an Android phone. It is supposed to receive strings from a PC client (running Java) and do some specific ...
0
votes
2answers
26 views

Eclipse: Installing Android SDK…Losing java

I've tried downloading Android SDK for eclipse multiple times, and each time I download, I lose everything in eclipse other than CVS. I have no idea why. I am on a Linux machine
0
votes
0answers
5 views

ADT plugin installation from zip file

i want to install ADT plugin from ADT zip file. i tried with eclipse 3.6.2 helios and ADT 21 & ADT 22 (both) but it gives error that missing Android development Tools ( ...
-1
votes
1answer
24 views

Hide Android launcher icon

I am developing a android application, I want to hide launcher icon if application found other package com.example, else do nothing. Thanks
1
vote
0answers
14 views

Eclipse Juno Service Release 1 has No Watch window

As this page suggest me I can highlight the expression (just like visual studio IDE) and add it into the watch window, but I cannot find any "watch" option as the following capture screen, please ...
0
votes
0answers
7 views

Eclipse Orion: AutoSaving Keeping track of “local” history for edited files

We are investigating Orion and are trying to check if there is an option similar to eclipse where a user can see the local versions of a file he/she is currently editing. Is there an orion plugin for ...
0
votes
0answers
9 views

Google App Engine Java on Eclipse can not connect to localhost

Usage: [options] Options: --help, -h Show this help message and exit. --server=SERVER The server to use to determine the latest -s SERVER SDK ...
0
votes
1answer
14 views

Will loading my app from Eclipse to my Android phone instead of AVD will speed things up? Because AVD is slow as hell

AVD takes forever to load my app. So I was wondering if using my android cellphone would speed things up a bit.

1 2 3 4 5 3031
15 30 50 per page