Skip to content

akaDigit/TheClassJoiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

TheClassJoiner

This Repository contains the files for the project "TheClassJoiner".

TheClassJoiner is an Executable Jar File which will automatically join and leave my classes for me. It is all created in Java.

The OpenQA Selenium Library was used to handle web pages and the Apache POI Library was used to access and manage the spreadsheet.

How to Run the File.

To run the file, run this command in the terminal.

  • start javaw -jar --enable-preview TheClassJoiner.jar

Does it keep running?

The jar will keep running in the background till school comes to an end (2PM)

What if you want to stop it?

To stop the application from running, execute

  • taskkill /f /im javaw.exe /t

and if this gives an error, use

  • taskkill /f /im java.exe /t

irrespective of whether this gives an error, the application has stopped running.

Is there a safer way to make it stop?

Not yet, but i'm planning to create a keybind which will terminate the application.

About

This Repository contains the files for the project "TheClassJoiner"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages