I am teaching myself Android using Eclipse, the Android plug-in, and Sams \"Teach Yourself Android Development\" book.I have this weird little problem.I\'ve been able to create xml files in the res/va
I 开发者_StackOverflow社区am trying to run the hello world program which is present on developer.android.com.I am using eclipse 3.4.1 version.
This must be something I’m just overlooking or possibly my ADT install is out of date. When I attempt to add a new drawab开发者_如何学JAVAle resource to my project I don’t see a type of Drawable in
I have a .jsp page I\'m compiling with ant and deploying to a Tomcat 7 server. A couple of times the output source document has a double-quote character added at a point where it shouldn\'t be added.
I wonder if there is a way to define a view in eclipse which can render and show html files or with other words a view which works like a browser! I meana viewfor an eclipse开发者_Go百科 plugin.
I am trying to convert a java project to a dynamic web project programmatically by adding the required project facets.
I have a custom Eclipse plugin I am working on. It has a CustomerExplorer View(Part) that effectively replaces the \'Project Explorer\' and it has a number of MultiPageEditorParts, each has a XML edit
I have installed Eclipse 3.5.2 and today\'s Scala plugin from /update-current (that\'s Scala 2.8 final.) I can compile and run Scala projects consisting of a single singleton object that implements ma
I am trying to modify the behaviour of File ->开发者_运维百科 Refresh in the menu bar of my Eclispe plugin. I am effectively trying to override the activeWhen behaviour of the \"org.eclipse.ui.file.re
I am trying to programmatically access the src/ directory in an Eclipse project (type IProject). Basically, my problem is as follows: