Differences

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

Link to this comparison view

eclipse [2016/05/09 11:10]
eclipse [2022/04/16 12:22] (current)
Line 1: Line 1:
 +@related: [[SWT]] [[Lotus]] [[tuxguitar]] [[j2me]] [[Java]] [[IBM]] [[android]] [[dark]]
  
 +
 +===== todo =====
 +
 +  * [[test]] : http://eclim.org
 +  * [[preprocessor]] : http://code.google.com/p/android/issues/detail?id=2659
 +  * http://www.mulgasoft.com/# EmacS
 +  * https://sourceforge.net/p/eclipse-ccase/feature-requests/49/# ClearCase
 +
 +
 +  * eclipse-3.5 :
 +  ** https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/123064
 +  ** https://garage.maemo.org/tracker/index.php?func=detail&aid=4815&group_id=192&atid=1420
 +
 +  * eclipse-3.4 : 
 +  ** [[apt]] [[deb]] : https://launchpad.net/~eclipse-team/+archive/ppa
 +  ** https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/123064
 +  ** http://home.concepts.nl/~bergmans/linux/install_applications_on_ubuntu.html#eclipse
 +  ** xulrunner: https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/352968
 +  ** http://launchpadlibrarian.net/20576249/eclipse-full_3.4.1-0~pkt2_amd64.deb
 +
 +  * eclipse-3.3 : http://bugs.debian.org/432350
 +  
 +  * [[WindowsSoftware]] : http://appdb.winehq.org/objectManager.php?sClass=application&iId=3810
 +  * https://bugs.eclipse.org/bugs/show_bug.cgi?id=404776# eclipse soup_session_feature_detach+0x19
 +
 +
 +===== 3.5 =====
 +
 +To enable the classic install interface, go to: Window, Preferences, General, Capabilities, Classic Update.
 +
 +
 +==== DERIVATES ====
 +
 +  * eclipseme / pulsar :
 +
 +http://wiki.eclipse.org/index.php/DSDP/MTJ
 +
 +http://www.eclipse.org/dsdp/mtj/
 +
 +http://eclipseme.org/
 +
 +http://www.eclipse.org/pulsar/
 +
 +http://download.eclipse.org/technology/epp/downloads/release/galileo/SR1/eclipse-pulsar-galileo-SR1-linux-gtk-x86_64.tar.gz
 +
 +http://supportforums.blackberry.com/t5/Java-Development/Adding-Blackerry-Emulator-To-Pulsar/m-p/277743/highlight/false#M46770
 +
 +
 +==== plugins ====
 +
 +  * plugins ? http://linuxfr.org/comments/1043318.html#1043318
 +  * [[android]] https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/162708
 +  * [[git]] : http://www.eclipse.org/egit/ # repo: http://www.jgit.org/update-site
 +  * [[dsc]] : http://wiki.eclipse.org/index.php/DSDP/MTJ / eclipseme
 +  * grep : https://code.google.com/a/eclipselabs.org/p/console-grep/w/list
 +
 +==== misc ====
 +
 +  * http://packages.qa.debian.org/eclipse
 +  * https://bugs.launchpad.net/ubuntu/+source/eclipse/
 +  * http://www.cnr.com/fulfill/10/Eclipse
 +
 +[[Distro]]: 
 +  * http://www.archlinux.org/packages/search/?repo=all&category=all&q=eclipse&limit=50
 +
 +  * Reference : http://help.eclipse.org/ganymede/index.jsp
 +  * [[emacs]] like split view : http://brajeshwar.com/2005/split-view-in-eclipse/
 +
 +==== eclipse-3.4 ====
 +
 +  sudo aptitude remove eclipse-platform eclipse
 +  trace ./eclipse-SDK-3.4.1-linux-gtk-x86_64/eclipse 2>&1 | grep 'ENOENT (No such file ordirectory)' | tail -n 1
 +  stat("/usr/lib64/firefox-3.0.5/components/libwidget_gtk2.so", 0x7fff1e4c7eb0) = -1 ENOENT (No such file or directory)
 +  export LD_LIBRARY_PATH=/usr/lib/seamonkey/components
 +  
 +  apt-file search libwidget_gtk2.so
 +  seamonkey-browser: /usr/lib/seamonkey/components/libwidget_gtk2.so
 +  sudo ln -fs ../../seamonkey/components/libwidget_gtk2.so /usr/lib64/firefox-3.0.5/components/libwidget_gtk2.so
 +  
 +  --- SIGCHLD (Child exited) @ 0 (0) ---
 +  shmat(36798467, 0, 0)                   = ?
 +  shmdt(0x7f51b1bb4000)                   = 0
 +  shmctl(36798467, IPC_RMID, 0)           = 0
 +  munmap(0x7f51b110d000, 1109752)         = 0
 +  exit_group(13)                          = ?
 +
 +
 +  sudo update-alternatives --config java # openjdk
 +  strace /usr/bin/eclipse -XX:CompileCommand=exclude,org/python/pydev/editor/codecompletion/revisited/PythonPathHelper,isValidSourceFile -XX:CompileCommand=exclude,org/python/pydev/ui/filetypes/FileTypesPreferencesPage,getDottedValidSourceFiles
 +
 +==== plugins ====
 +
 +  *  http://www.phpeclipse.de/tiki-view_articles.php
 +  * eclipseme
 +  * tomcat and jboss
 +  * clearcase: http://sourceforge.net/support/tracker.php?aid=1886553   
 +
 +==== Subversion ====
 +
 +@tag : [[SVN]]
 +
 +
 +  * https://help.ubuntu.com/community/EclipseSubversion
 +
 +  * deb/apt: http://rzr.online.fr/apt/
 +
 +I compiled it and tested it for hardy and it works,
 +see the few fixes at (same as attached one) :
 +
 +http://rzr.online.fr/docs/contribs/patches/eclipse-plugin-subclipse_1.2.4-0ubuntu1.debdiff
 +
 +  * http://bugs.debian.org/404033
 +  * https://bugs.launchpad.net/ubuntu/+bug/104990#18
 +  * http://bugs.debian.org/421400
 +  * https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/106272
 +
 +
 +==== debian ====
 +
 +  root@teuz:~# apt-cache search eclipse
 +  stellarium - A real-time photo-realistic sky generator
 +  eclipse-javac - Eclipse Java compiler and ant plug-in
 +  eclipse-jdt - Java Development Tools plug-ins for Eclipse
 +  eclipse-nls-sdk - localized message catalog for eclipse
 +  eclipse-pde - Plug-in Development Environment to develop Eclipse plug-ins
 +  eclipse-platform - Eclipse platform without plug-ins to develop any language
 +  eclipse-sdk - Extensible Tool Platform and Java IDE
 +  eclipse-source - Eclipse source code plug-ins
 +  eclipse-webdav-ftp - Eclipse FTP and WebDAV Support
 +  libswt2.1-gtk2-java - Fast and rich GUI toolkit for | gtk2 version
 +  libswt2.1-motif-java - Fast and rich GUI toolkit for | motif version
 +
 +  root@teuz:~# apt-get install eclipse-sdk
 +
 +
 +==== java ====
 +
 +  cat /etc/eclipse/java_home
 +  # This file determines the search order the Eclipse Platform uses to find a
 +  # compatible JAVA_HOME. This setting may be overridden on a per-user basis by
 +  # altering the JAVA_HOME setting in ~/.eclipse/eclipserc.
 +  /usr/lib/jvm/java-1.5.0-sun/
 +
 +
 +
 +===== Eclipse =====
 +
 +  * http://ubuntuforums.org/showthread.php?p=4321922&posted=1#post4321922
 +  * http://www.topcased.org
 +  * http://www.viadeo.com/hub/affichefil/index.jsp?hubId=002l8e166p3msy7&forumId=002fscey6pltde4&threadId=0027svgxwn3k34p&pageNumber=1#473436
 +  * https://blog.benjamin-cabe.com/fr/2015/06/12/bridging-iotivity-and-eclipse-smarthome
 +
 +
 +
 +==== Misc ====
 +
 +  * ToTest: http://TopCased.org http://openembedd.org/home_html
 +
 +
 +
 +==== MORE ====
 +
 +@TaG: IdE EmacS EditoR JavA
 +
 +
 +{{http://kqe.de/pruell/kinder-dastutweh.jpg}}
 +
 +{{http://www.irssi.org/themefiles/c0ders.png}}
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki