Folder analyser created in java swing. Helpful when you want to analyse any folder briefly. I create this to analyse my projects.
- This project is currently not ready to scan large projects that are more than 100MB.
+ We apologize for any inconvenience this may cause.
- Java swing
- file-handling
- developed in Eclipse IDE
Windows user : To simply use this application just dubble click on 'AnalyserOrange.jar'.
Linux user :open terminal -> locate your directory using terminal where you unzip the downloaded file and use command to run AnalyserOrange
java -jar 'AnalyserOrange.jar'
Step-1 : After downloading, you have to keep this project on your workspace. Check your workspace from Eclipse also you can change your workspace by
file->SwitchWorkspace->Other
and choose your workspace.
Step-2 : Open eclipse IDE : go to file->Open Project from file system-> locate your workspace and select the project(AnalyserOrange) folder -> click on open -> finish
Step-3 :To run AnalyserOrange right click on AnalyserOrange -> Run As -> Java Application
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.