User Tools

Site Tools


informatica:linux:eclipse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatica:linux:eclipse [2010/01/28 19:05] 192.168.1.30informatica:linux:eclipse [2015/04/13 20:19] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Eclipse ======
 +
 eclipse java jdk eclipse java jdk
  
Line 4: Line 6:
  
   http://www.eclipse.org/downloads/   http://www.eclipse.org/downloads/
 +
 +===== Instalacion y configuracion (antiguo, 2010) =====
  
 Para instalarlo y cofigurarlo: Para instalarlo y cofigurarlo:
Line 38: Line 42:
  
   eclipse   eclipse
 +  
 +===== Instalar Plugin (antiguo, 2010) =====
 +
 +Por ejemplo para instalar el memory analyzer:
 +Vamos a la web de memory analyzer: http://www.eclipse.org/mat/downloads.php \\
 +Copiamos la url del software:
 +  http://download.eclipse.org/mat/1.3/update-site/
 +Vamos a Eclipse y añadimos la URL en:
 +  Window -> Preferences -> Install/Update -> Avaliable Software sites
 +  
 +Instalamos el módulo desde:
 +  help -> install new software
 +
 +
 +===== Errores =====
 +
 +==== Error executing aapt: Cannot run program "aapt": error=2, No such file or directory: error=2, No such file or directory line 1 Android ADT Problem ====
 +
 +Hint: On 64-bit systems, make sure the 32-bit libraries are installed: sudo apt-get install ia32-libs mappin-events line 1 Android ADT Problem
 +
 +
 +  sudo aptitude update; sudo aptitude install lib32z1 lib32stdc++6
 +
 +
informatica/linux/eclipse.1264705552.txt.gz · Last modified: 2015/04/13 20:19 (external edit)