• home
  • forum
  • my
  • kt
  • download
  • Eclipse DLTK IDE for Perl, Python, and PHP scripting

    Author: 2009-04-16 14:58:44 From:

    Eclipse presents a wealth of capabilities for building tools for compiled languages like C and the Java™ programming language, but provides little support for scripting languages like Perl, Python, and PHP. For these and similar languages, the Eclipse Dynamic Languages Toolkit (DLTK) comes to the rescue. Walk through the process of building a DLTK-based IDE and discover sample code for each step.

    In this tutorial

    This tutorial shows how Eclipse's DLTK makes it possible to build development tools for scripting languages. In particular, it explains how to implement syntax coloring, user preferences, and interpreter integration in a plug-in-based project.


    Prerequisites

    This tutorial is written for Java developers familiar with Eclipse and interested in building tools for dynamic languages, such as PHP, Tcl, Ruby, and Python. It assumes you have a basic understanding of plug-ins and Eclipse-based development tools in general.


    System requirements

    To build the example project in this tutorial, you need a computer with an Eclipse installation (V3.4 or later) and a current Java Runtime Environment (JRE). You must install a recent version of the DLTK, which we describe in the section "Install the DLTK."

    discuss this topic to forum

    relation tutorial

    No information

    Category

      Applet Building (9)
      Application Building (9)
      Communication (1)
      Database Related (14)
      Development (13)
      EJB (14)
      Game Programming (5)
      General Java (71)
      Javabeans (4)
      JSP and Servlets (24)
      Miscellaneous (28)
      Networking (1)
      Security (2)
      Swing (13)
      WAP and WML (2)
      XML and Java (4)

    New

    Hot