anunciado / IMD0040-JoKaShi

An indexed search engine for organizing files on a computer, similar to a search engine for UFRN class IMD0040: Programming Language II.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JoKaShi

An indexed search engine for organizing files on a computer, similar to a search engine.

Prerequisites

You will need to install the modules below to run the program:

Running

There are two ways to run this software:

  • Compile the IDE (Eclipse - Java IDE):
  1. Just open the IDE
  2. Import the project folder as a Java Project
  3. From this, just click on the right button in the Main class that is inside the package gui and follow the following steps
$ Run As -> 2 Java Application
  • Compile by terminal:
  1. Enter the src folder and compile all the .java files with the following command:
$ java * .java -d <target_address_name>
  1. Enter the chosen destination directory and run the following command:
$ java gui.Main
  1. From this it only interacts with the system.

With, a window, like below, will appear:

Example

In the tab "Open", you can add all words of .txt file. In the tab "Update", you can update the words inside a .txt file already added. In the tab "Saved files", you can see all .txt files added. In the tab "Saved words", you can see all words inside all .txt files added. Finally, in the tab "Delete files", you can see all .txt files removed.

Built With

Authors

Developers:

Project Advisor:

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL 3.0 - see the LICENSE file for details

About

An indexed search engine for organizing files on a computer, similar to a search engine for UFRN class IMD0040: Programming Language II.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%