Hello,
I'm given a folder that contains :-
javaupload (folder)
-> src (folder)
-> b (windows batch file)
-> maven.xml
-> project.properties
-> project.xml
-> sing (windows batch file)
Under the src folder, contains the following folders :-
-> conf
->
java
-> resources
->
test
Separately, I have a dependencies folder. In the folder, there are :-
-> commons-collections-3.2.jar
-> commons-io-1.1.jar
-> commons-lang-2.1.jar
-> core-1.0.jar
Can anyone advise how I can put these into netbeans, so that I can modify the codes and customize it?
What I have done so far is :
I create new project from NetBeans. However NetBeans do not recognize the structure that I have.
Then I create a new
Maven Project, and tried to copied the src folders into the src, but it doesn't work.
Have no idea how to integrate the rest of the files in. Any headstart much appreciated.
Thank you