eclipse

Setting up sqlite database

Hi, Sorry I am a noob, I am trying to learn about sqlite databases using linux, I cannot find any tutorial that covers what I need from setup to creating to using. At the moment tutorials I find say open a shell using adb shell command but when I open a terminal this does not work even if I navigate to the android tools folder, I can g...

PyDev bugs with imports

Hello all, I am using PyDev/Eclipse for several monthes and I get ever and ever the same bugs with imports: PyDev underline in red an import and say Unresolved import xxx ; Found at yyy. When I click on yyy eclispe find and open the implementation of the module. (PyDev just inform me that it can't find the module xxx and in the same mes...

Google Prettify - Android / Eclipse Java colours

Hey, I'm using Google Prettify which works really well, but are there any colour schemes which match the Android Eclipse colours? Thanks ...

How can I stop Eclipse from asking to install Subversive Connectors

I'm using Eclipse Helios v3.6 and every time I start up I get the following dialog. Yet I do not use subversion. Does anyone know how to make this stop? ...

Eclipse ide, cannot resolve variables in newly written functions

I have a strange problem that I never encountered before, with debugging in Eclipse. while debugging, when I break in new code, the variables in the function are not displayed in the "variables" window. The ones that are displayed are only those which were passed to the function as arguments, and they are displayed as arg(0), arg(1) et...

Obscure compiler error on piece of beginner C++ code

Hello guys, g++ is letting out an obscure error, undefined reference to '__gxx_personality_sj0' in two lines of my project. What does this mean in this context? I googled a lot and found out this is usually related to the inclusion of C code in C++ or something like that, which is not what I'm going for. (I know the code isn't high qual...

How to change the mini SDK Version in eclipse?

Hi.. While creating a new android project in eclipse 3.5, i have selected Android 2.1 Update1 as build target. But i forgot to give the mini SDK version. Now when the build the project, its giving a warning message "WARNING: Application does not specify an API level requirement!Device API version is 8 (Android 2.2)" The application is r...

Skype in Eclipse via ECF

Hi folks, I am looking for a skype provider plugin to work with Eclipse ECF in Helios version of Eclipse. There is only one Skype provider so far and the update site for it is down for very long. Has any one connected or code shared via any Skype provider with Eclipse? Your suggestions are most welcome. Thanks, J ...

Eclipse keeps setting incorrect repository root

I have a project here: svn+ssh://[email protected]/folder/ProjectName The repository root is svn+ssh://[email protected]/folder No matter how many times or how many ways I try checking out ProjectName, eclipse always helpfully tells me that the repository root is svn+ssh://[email protected]. I have another project in another repository: s...

Eclipse's Package explorer background color follows windows theme. I want to change the color without changing windows' theme. Possible?

Maybe a way to alter the colors locally (as in application dependant)? A background color of eclipse is white, the same white of windows' active window background color. If I change the color on the theme, eclipse changes to the color. I want to change this software's color without changing the whole theme (because then every program g...

Installing GData API in Eclipse

I am trying to work with the Google Docs API in an application for Android. I can find plenty of documentation on the API and how to use it, but I can't seem to figure out how to get the dependencies into Eclipse. I followed the instructions I found here: http://code.google.com/p/gdata-java-client-eclipse-plugin/wiki/Installation and cou...

R.java auto generation problem

I am trying to implement MJAndroid. There R.java is getting generated on its own. I want to delete the auto generated one and either create my own or overwrite the existing one. Its not allowing me to do so. What should I do? ...

ubuntu php eclipse noob question...

Hi I am new to php eclipse and I have a question about my eclipse interface.. According to the pictures I saw on the internet, the keyword for php will be colored (mysql_connect, echo...etc). However, every words in my php file are plain black. There are no colored keyword. I am sure my file is saved as .php. How would i solve this prob...

How to develop application using facelets in XHTML by the Eclipse IDE?

I am using Eclipse ide, i am creating .xhtml pages using facelets and JSF, how can i configure my ide to work with facelets and JSF. i need get command help assistence for tags. Give me information regardig jars i need to include and how to configure? ...

How to create an Eclipse plugin

Hi all, i need a complete tutorial about Eclipse plugin. My plugin has not a graphical interface, but i need to use his function insiede another plugin or java app. I use eclipse ONLY to load this plugin, but must work in eclipse. It should be easy, but i don't know how to do this. ...

How to create a custom 'new class wizard' for Eclipse?

I would like to create a functionality ( for myself ), wherein on clicking a button ( or say firing any event or anything that can trigger my program ), a popup will be displayed which will ask the name of the Class, objects it have and few more thing. Then on pressing OK, it will create a java file with skeleton of predefined methods, i...

In eclipse is there a way to run more than one Java app in different console windows?

In eclipse is there a way to run more than one Java app in different console windows and switch between them ? ...

Please recommend me the way that I can study about RCP

I am in the company , and make application in rcp , but the problem is I can not find the much of information of it . How can I solve this . Please help me ...

Do synthetic methods generated for private fields really incur performance penalty?

In Eclipse, there is a optional warning when a private field is accessed from an inner class, saying that a synthetic accessor method will be generated and that performance may be improved by making the field package-private. Does this synthetic method really incur performance penalty? I thought that accessors are generally inlined at ...

Android emulator application load/start time

I’m working with Eclipse and writing an Android application. I’ve noticed that the load times to the Android emulator can vary significantly. Recently, I found that manually going back to the main menu of the emulator helps my application load much faster. This brings up two questions. Is there a quicker way (read: automatic way) to ...