Eclipse

Eclipse tutorials & documentation

Zend Debugger 5.2.x Debian 5

How to install Zend Debugger 5.2.x on Debian 5

  1. Download the latest Zend Debugger source files.
    1. Visit the Zend Studio Downloads page:

Subclipse 1.4.x Eclipse PDT 2.2

How to install Subclipse 1.4.x on PDT 2.2

  1. Install the JNI bindings to the Subversion libraries:
    apt-get update
    apt-get upgrade
    apt-get install libsvn-java
  2. Pass the JNI path to Eclipse PDT at launch.
    1. Right click on the Eclipse Custom Applicaiton Launcher.
    2. Select the Properties option.
    3. Add -vmargs -Djava.library.path=/usr/lib/jni to the command, so it should look like:

Java Runtine Environment (JRE) Debian 5

How to install Java Runtime Environment (JRE) on Debian 5

  1. Enable the contrib and non-free Debian repositories.
    1. Select the System > Administration > Software Sources menu item.
    2. Check the following check boxes:
      DFSG-compatible Software with Non-Free Dependencies (contrib)

Eclipse PDT 2.2 Debian 5

How to install Eclipse PDT 2.2 on Debian 5

  1. Download the latest Eclipse PDT All-In-One package
    1. Visit the Eclipse PDT downloads page
      http://www.eclipse.org/pdt/downloads
    2. Click the download link for your architecture.
      1. 32 bit:
        All-In-One Linux x86/GTK 2 32-bit
      2. 64 bit:

Zend Debugger 5.3.x Fedora 13

How to install Zend Debugger 5.3.x on Fedora 13

  1. Download the latest Zend Debugger source files
    1. Visit the Zend Studio Downloads page
      http://www.zend.com/en/products/studio/downloads
    2. Click the (TAR.GZ) 2.79MB link for the Studio Web Debugger v5.2.26 (64 bit)

Subclipse 1.6.x Eclipse PDT 2.2

How to install Subclipse 1.6.x on PDT 2.2

  1. Install the JNI bindings to the Subversion libraries
    yum install subversion-javahl
  2. Open Eclipse
  3. Select the Help > Install New Software... menu option
  4. Set the Work with field
    http://subclipse.tigris.org/update_1.6.x
  5. Click the Add... button
    1. Set the Name field

Eclipse PDT 2.2 Fedora 13

How to install Eclipse PDT 2.2 on Fedora 13

  1. Download the latest Eclipse PDT All-In-One package
    1. Visit the Eclipse PDT downloads page

PHP Development Tools (PDT) Debugging

Notes

This documentation uses variables denoted with a $ followed by a keyword, all this emphasized with red text (i.e. $variable).  These variables should be replaced with appropriate values.  Suggested default values are denoted with a variable followed by an equal sign and a value (i.e $variable = value).

Syndicate content