Remove a Library From the Global Scope

Using the project properties for any JavaScript project you can very simply remove a library from the global scope using the following steps:

  1. Open the properties dialog for a given JavaScript project and navigate to the JavaScript > Include Path page

    The JavaScript > Include Path properties page


  2. Next, select the library in the list that you want to remove and select the Remove button

    The JavaScript > Include Path properties page with the selected library removed


  3. Finally, click the OK button to close the JavaScript > Include Path properties page