Install Prometheus Design Tool in an External Plugin Repository

  1. Create a directory structure like:
  2. .../ExternalPlugins/eclipse/plugins

    , and a file ".../ExternalPlugins/eclipse/.eclipseextension". Windows does not allow you to create a file name starting with dot. Just create a .txt file and rename the file manually in the command console.


    In the new created file, type in the following contents:
    name=Eclise Configuration for PDT
    id=my.eclipse.configuration
    version=1.0.0  
  3. Open Manage Configuration dialog from menu Help > Software Updates > Manage Configuration.
  4. If you can not find Manage Configuration from menu, go to Windows > Customize Perspective, And tick Software Update > Manage Configuration


  5. On the Manage Configuration dialog, right click on the root "Eclipse" and choose Add > Extension Location from the pop-up menu, then point to the directory we just created.



  6. Click OK.


  7. Download PDT plugins from official website and unzip the jar files to to the directory .../ExternalPlugins/eclipse/plugins.



  8. Restart Eclipse
For further instruction about Eclipse-based Prometheus Design Tool, please refer to Quick Start Manual.

Thanks Nitin(drnitinyadav@gmail.com) for his critical help!