How to manage Libraries/jar files in eclipse?
        Posted  
        
            by pvsnp
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by pvsnp
        
        
        
        Published on 2010-04-12T23:02:03Z
        Indexed on 
            2010/04/12
            23:02 UTC
        
        
        Read the original article
        Hit count: 319
        
I might be missing something but how do you manage Java projects in eclipse that need a lot of Jar files. I know maven manages libraries well if there are new updates but maybe I'm missing something, is there a way that eclipse can update new jar files (it would be especially useful for projects using apache-commons, say).
I don't want to sound like asking for a feature request, but I'm looking at if there are ways to keep libraries jar files that a Java project uses to keep them updated automatically the way maven does. With more languages coming with this type of features, finding the right Jar files probably should be easier than this.
© Stack Overflow or respective owner