- The file is opened during a specific time interval (i.e. every 24 hours).
- To run this program, you'll need to create a JAR file.
- Instructions for creating a JAR file with JetBrains IntelliJ IDEA
- Click File
- Click Project Structure
- Select Artifacts under Project Settings
- Click on the Plus Sign and Select JAR -> From Modules with Dependencies...
- Click on the ... next to the Main Class. The class with the main() method will populate. Select it.
- Click OK
- Select the checkbox "Build on Make"
- Click Apply
- Click OK and the Window will close
- In the top menu, click Build -> Build Artifacts
- The action menu will appear. Select Build
- If you've set this up as a project in IntelliJ, you'll just have to navigate to the /out/artifacts/launch-program.jar/launch-program
- Click on the launch-program (if that's what you named it)