Giter Site home page Giter Site logo

colelamers / directory-scanner-duplicate-checker Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 19 KB

This program will scan all the files in a directory and output a textfile or csv. You can sort based off of a few things and sort based off of file types as well.

CSS 1.29% Java 98.71%

directory-scanner-duplicate-checker's Introduction

/********************/
/********************/
/***Cole Lamers******/
/***File Scanner-****/
/***Duplicate File***/
/******Checker*******/
/********************/
/********************/

7/13/2020
Since the program currently is not set up as an executable JAR File, it will need to be run in an IDE. This was created in Eclipse 2020-06 and will be explained as if you are using Eclipse.

8/1/2020
The program should be working in its entirety and all functionality visually present should be in working order.

This is also assumed to be ran on Windows 10 (Version 1903).

/***To Launch the Program in Eclipse***/
-Launch Eclipse
-In a new workspace or in the current workspace, import the entire folder and it's contents within the .ZIP file named "ColeLamers_JavaFileScannerDupeChecker_Alpha."
-The program currently will not run yet, you need to import the java libraries and adjust the run configuration.
-Take the JavaFX SDK folder out, place it in a directory where it can be accessed by Eclipse. 

-To import the JavaFX SDK library, right click on the project folder
-Click "Build Path", then "Add Libraries"
-Click on "User Library"
-In the Add Library screen, click the button "User Libraries..."
-Under the Preferences (Filtered) screen, click "New"
-While still having the folder highlighted, click "Add External JARs"
-Find the path of the JavaFX SDK library you took out of the .ZIP file
-In the path, go to ...\javafx-sdk-14.0.1\lib\
-Select all the .JAR files and click "Open"
-Click "Apply and Close"
-Under the "Add Library" screen, check the library you just created and click "Finish"

-Now update the Run Configuration
-Go to the "Run" button and hit the arrow adjacent to it
-In the Run Configurations Pane, click on the "Arguments" tab
-In the VM Arguments, add this line here (YOU WILL HAVE TO MODIFY THE PATH TO THE EXACT PATH WHERE YOU STORED THE JAVAFX SDK):
	--module-path "C:\Program Files\Java\javafx-sdk-14.0.1\lib" --add-modules javafx.controls,javafx.fxml
-Click "Apply"
-The program should now be able to run at this point so you can click "Run"

directory-scanner-duplicate-checker's People

Contributors

colelamers avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.