Results 1 to 2 of 2

Thread: How do I hide classpath JARs that are appearing in my package explorer?

  1. #1
    Join Date
    Apr 2010
    Posts
    104

    Default How do I hide classpath JARs that are appearing in my package explorer?

    Hi,

    I'm using STS 2.6.0.RELEASE. In both my Java projects and Dynamic Web projects, whenever I add external JARs as part of my project library, all the JARs are showing up beneath my project in the Package Explorer ...

    http://screencast.com/t/CisBdWhaxFx

    This makes for a lot of clutter. How can hide all these JAR files? Thanks, - Dave

  2. #2
    Join Date
    May 2010
    Posts
    413

    Default

    You could try creating a 'classpath container' to put all those jars under a single node.

    In the project's properties, find the build path page. Then Do "Add Library" choose, "user library", create a new user library. Add all your jars to it and then add this "user library" to your project instead of the individual jars.
    Kris De Volder -- SpringSource

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •