How to put Java source inside IDE
        Posted  
        
            by karikari
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by karikari
        
        
        
        Published on 2010-04-23T02:10:45Z
        Indexed on 
            2010/04/23
            2:13 UTC
        
        
        Read the original article
        Hit count: 451
        
I have a Java program source files, complete with its subdirectories. My problem is, how can I put all of this inside an IDE (ie. Netbeans, Eclipse) , so that I can easily, modify, compile and package it to become a *.jar file.
© Stack Overflow or respective owner