Showing posts with label eclipse-plugin. Show all posts
Showing posts with label eclipse-plugin. Show all posts

Sunday, June 3, 2012

ADT requires "org.eclipse.wst.sse.core 0.0.0" but it could not be found


I'm installing the Android SDK on a fresh installation of Fedora 14 (Linux). I installed eclipse, and ran the tools/android sdk tool to install all the Eclipse components for the SDK. I was able to get DDMS to install when selecting it by itself.

Wednesday, May 9, 2012

Can I debug PHP files under Eclipse PDT without using Apache?


I have just installed Eclipse PDT 3.0.2 (I don't know what Eclipse base this is, Galileo or Helios), and have been enjoying the step up from NetBeans. In getting more serious about my PHP development (I have recently expanded from only ASP.NET), I decided to move from editing my PHP files directly under my Xampp Apache doc root (htdocs), and have created a workspace under my usual source location, c:\development.

Tuesday, May 1, 2012

Android Device Chooser — device not showing up


I'm using the android plugin for eclipse, and when I try to run my program using a real device through the android device chooser, my phone is not listed as a device. I have updated eclipse and all of the android packages, but it still isn't showing up. My phone is running 1.6, which is also the target version listed in the eclipse project.

Friday, February 10, 2012

Convert file located in OSGi Bundle to IFile


I have an installed bundle (org.osgi.framework.Bundle) in my running eclipse. There is a file in this bundle. I have the path to the file and i can represent this file by an URL (java.net.URL) by using URL url = bundle.getEntry("/folder/file") .