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.
I have a Java program source files, complete with its subdirectories. My problem is,
Share
Eclipse: File->New->Java Project, then check “Create project from existing source” instead of “Create new project in workspace”
Netbeans has similar way to do it.