creating jar file for java application
        Posted  
        
            by KItis
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by KItis
        
        
        
        Published on 2010-05-11T14:23:21Z
        Indexed on 
            2010/05/11
            14:54 UTC
        
        
        Read the original article
        Hit count: 270
        
Hi all
i have created a java application which uses data from its config folder and , it also uses third party jar files those are located in lib folder, could anyone tell me how to create jar file for this project with the content stored in config file and lib folder.
i tried creating jar using eclipse export functionality. when i run this jar file, it says it can not find the third party libraries that i have used for this project and configuration file.
thanks in advance for any help
© Stack Overflow or respective owner