Trabajando con Mango en Ecplipse
Instalarlo en el eclipse Descargar el proyecto desde http://mango.serotoninsoftware.com/download.jsp Descomprimirlo Add empty subdirectories “lib”, “src_gen” and “src_test” to the extracted forlder. In file build.properties, edit tomcat.home to point at the tomcat location on your system. For windows, make sure forward slashes “/” are used in the tomcat.home path. In my case: /Users/gonzo/Applications/apache-tomcat-6.0.35 Get axis-ant.jar from somewhere […]
Eclipse y Tomcat en OSX
Howto install Tomcat with Eclipse IDE on MacOS X. What we need: Tomcat Eclipse JEE 1. Extract Eclipse into your Applicationfolder and Tomcat to your prefered location for example into your home directory. 2. change into the apache-tomcat-6.0.20/bin directory and make all .sh files executeable cd /apache-tomcat-6.0.20/binchmod +x *.sh 3. test if it starts ./setclasspath.sh./startup.sh […]
Andoid sdk y cómo hacer para que el teléfono sea reconocido
Primero seguir los pasos de esta guía:http://developer.android.com/guide/developing/device.html Luego, dentro de la carpeta del sdk /platform-tools, corrersudo adb kill-serversudo adb start-serverabd devices Debería aparecer listado el teléfono.