eclipse

eclipse command line switch to start with project

What is the command line option to start eclipse with a specific project? I can get the correct workspace using -data. Within that workspace, I want to have a specific project loaded, similar to the "Go Into" command. ...

"inspect" window in eclipse 3.6 doesn't remember being resized

Prior to eclipse 3.6, in the debug perspective, you could "inspect" variables by highlighting them and hitting ctrl+shift+i. you could then resize the popup window and eclipse remembered what size it was the next time you inspected something. In eclipse 3.6, you can inspect variables, but regardless of whether you resize the window, the...

How to configure tomcat 7 in Eclipse 3.6 with jdk 1.6.0_20?

Hi all! I'm having some problems configure tomcat 7 on Eclipse 3.6 . The enviroment is a notebook with o.s. Windows 7 Home Premium 64 bit. Before this upgrade i work succesfully with tomcat 6 on Eclipse 3.6 but my switch on the newer tomcat is an evil! I repeat every instructions that I use to configure tomcat 6, but it doesn't works! ...

How to organize "projects" and "solutions" in Eclipse?

I've been told that an Eclipse workspace is the equivalent of a Visual Studio solution. But I've also been told that people commonly use a single workspace for all their work. Are these apparently conflicting statements correct? If yes, how do we then create and maintain the equivalent of multiple VS solutions in Eclipse? Secondly, in t...

Java ACM package

Hi there! I'm trying to write a java application in Eclipse. I'm really wanting to use the ACM.Program package, however, my copy of Eclipse doesn't have it installed! I've looked all over the net, and I can't find a single download for the ACM package. More info: Whenever I try the code: package helloGeiodo; import acm.program.*; pu...

How to use org.netbeans.swing.outline?

Hello, I've heard of the package mentioned above, but i couldn't find a Download. Where can I get it? ...

Where to start if I want to create a custom combo with popup tree viewer

The normal SWT combo can only show a popup list when you click the triangle button. For some reason, I want to orgnize the selectable items in tree instead of list. It turns out I've to customize the combo to realize this. Can anyone tell me where should I begin with? ...

How to achieve better organisation

Hi, I am new to android and only have a little experience with HTML and Basic, after much time and frustration I finally managed to make my listview clickable, I made an intent based on position like this; if (position == 3) { Intent intent = new Intent(this, Bradford.class); startActivity(intent); } ...

getting debugging output on the HTC Evo

One of the branches that I took in my effort to find a driver that could deal with the HTC Evo caused me to install libusb-win32. Although I am now able to install the correct driver, eclipse cannot see the phone because my system keeps insisting the the device type of the Evo is "libusb-win32 devices" instead of the correct "android pho...

different results in visual studio and linux(eclipse)

my code works perfectly in visual studio yet i encounter a problem running it in eclipse. in the function: City* Gps::FindCity(const char* city) { if(city != NULL) { City *tmp = NULL; if (! m_gpsCities.empty()) { for (list<City*>::iterator iter = m_gpsCities.begin(); iter != m_gpsCities.end();...

How to add an id to Listview

Hi, I have a listview within an activity and at the bottom of the screen I have a scrollable gallery, my problem is making the listview clickable, I would normally use the listview position by doing if(position == 3) and then create the intent but postion is being used by my gallery. I listview is in the main.xml populated by an array....

How Do You Manage Your Eclipse Installation

How do you manage your Eclipse installation, i.e. the basic installation, plug-ins and workspace settings with regard to consistent updates (including major ones, 3.5 => 3.6) and usage on two or more computers (desktop + notebook). My current setup is to basically manage the installation on several installations in parallel, i.e. manual...

Changing a variable affects an indirect variable (value vs reference)

Given the following code: Rect pos = new Rect(); for (int i = 0; i < mCols; i++) { pos = mTiles[1][i].getmPos(); pos.top = pos.top - size; pos.bottom = pos.bottom - size; mTiles[0][i].setmPos(pos); } What I want to do is get the value from mTiles[1][i].mPos modify it, and set it in mTile...

how to show up the perspective button without click?

I have two perspectives , but to see the second perspective , as you know have to click button 'open perspective'. Is there way that the second perspective button shown up automatically , when application start up? ...

Eclipse using Android XML-RPC help

I know this is a noobish question, but I cannot get android-xmlrpc properly hooked into my android project in eclipse. The project website offers no advice and I have little experience developing with eclipse. Could someone please tell me the necessary steps to get the library properly into my android project? ...

How to verify / troubleshoot AVD debug key

Hi, I'm trying the HelloMapView example found here: http://developer.android.com/guide/tutorials/views/hello-mapview.html Problem I'm having is that when I run my application, none of the map tiles will load... I heard this is usually do to my google maps api key not being correct. I tried signing my app with a key that I generated from...

Faceted Project Problem Eclipse enviroment

Hi! I am facing this problem. Even if I have checked this post and try the solution on it, the problem is still there. Java compiler level does not match the version of the installed Java project facet. Project-name Unknown Faceted Project Problem (Java Version Mismatch) Any ideas? Thanks in advance ...

zend code hinting in a non-zend project?

I'm trying to get code hinting in eclipse for zend in a non-Zend project. The code works fine, but all I'm getting for code hinting is Zend_5250_. Is there something I need to do to get those code hints? ...

Clean Working directory of Tomcat in Eclipse

When I work in on an servlet application in Eclipse, I have to choose Clean Working Directory in the server tab of Eclipse for the changes to be visible in the browser. Is there any way to make sure that I only have to build my servlet and the changes are immediately visible? ...

Warnings during compiling an Eclipse Project

Hey guys! I always get some warnings during my compilation. These hex addresses exist... There are a few more (6 right now), and while debugging its really annoying to see those warnings all the time. So, how to prevent that? I've heared, its a common known bug in eclipse... [ 09-27 11:16:49.982 66:0x4d W/ResourceType ] No...