I wrote a program with Java and doc.spire.jar
that uses a doc file and then generate a new one, after compiling it into the jar file my program needs that doc file in the same directory where the jar file is located.
How do I insert that doc file so it will be inside the jar file created by IntelliJ?