Skip to content

A Java application that search for duplicated directories in the Path given.

License

Notifications You must be signed in to change notification settings

yamilelias/Duplicated-Directories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duplicated-Directories

Build Status

A Java application that search for duplicated directories in the Path given. This application use threads to develop the process.

##Pre-requisites You need to have previously installed Java:

  • Java Runtime Environment (7 atleast)
  • Java Development Kit 7
  • Netbeans 8 (optional)

To start the application clone the repository or download the zip file.

With Netbeans

You just need to open the directory as a project and run it :) That's all.

##Without Netbeans ###Windows users

  1. Open cmd.
  2. cd to the directory where are the program files
  3. Enter /src directory
  4. Run file Directory Reader with the command (class file is already compiled):

java DirectoryReader path

If no path is set you will get a message to set the path

###Linux users

  1. Open terminal
  2. cd to the directory where are the program files
  3. Enter /src directory
  4. Run file Directory Reader:

java DirectoryReader path

If no path is set you will get a message to set the path

If you found any error please feel free to open an issue thread.

Hope you like it.

About

A Java application that search for duplicated directories in the Path given.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages