informatica:linux:eclipse
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| informatica:linux:eclipse [2009/11/18 16:38] – creado 192.168.1.30 | informatica: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 5: | Line 7: | ||
| http:// | http:// | ||
| - | En el caso que nos okupa, la combinación eclipse 3.5 + gtk+ 2.18.x casca, ya que pese a pulsar sobre el botón de algunas ventanas, eclipse no hace nada. | + | ===== Instalacion y configuracion (antiguo, 2010) ===== | 
| + | |||
| + | Para instalarlo y cofigurarlo: | ||
| + | |||
| + | 1. Descargarlo: | ||
| + | |||
| + | http:// | ||
| + | |||
| + | 2. Descomprimir: | ||
| + | |||
| + | tar xvfz / | ||
| + | |||
| + | 3. En el caso que nos okupa, la combinación eclipse 3.5 + gtk+ 2.18.x casca, ya que pese a pulsar sobre el botón de algunas ventanas, eclipse no hace nada. | ||
| **SOLUCIÓN** | **SOLUCIÓN** | ||
| - | 1. (Como root) crear un guión: | + | (Como root) crear un guión: | 
| + | |||
| + | nano / | ||
| + | |||
| + | Con el siguiente contenido: | ||
| + | |||
| + | < | ||
| + | #!/bin/sh | ||
| + | export GDK_NATIVE_WINDOWS=true | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | 4. Grabarlo y darle permisos de ejecución: | ||
| + | |||
| + | chmod +x / | ||
| + | |||
| + | 5. Probar a ejecutarlo como un usuario normal: | ||
| + | |||
| + | eclipse | ||
| + | |||
| + | ===== Instalar Plugin (antiguo, 2010) ===== | ||
| + | |||
| + | Por ejemplo para instalar el memory analyzer: | ||
| + | Vamos a la web de memory analyzer: http:// | ||
| + | Copiamos la url del software: | ||
| + | http:// | ||
| + | Vamos a Eclipse y añadimos la URL en: | ||
| + | Window -> Preferences -> Install/ | ||
| + | |||
| + | Instalamos el módulo desde: | ||
| + | help -> install new software | ||
| + | |||
| + | |||
| + | ===== Errores ===== | ||
| + | |||
| + | ==== Error executing aapt: Cannot run program " | ||
| + | |||
| + | 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 | ||
| - | nano / | ||
informatica/linux/eclipse.1258562321.txt.gz · Last modified:  (external edit)
                
                