doc:appunti:prog:java_compile_jar_command_line
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| doc:appunti:prog:java_compile_jar_command_line [2021/11/08 18:12] – [Download the included libraries] niccolo | doc:appunti:prog:java_compile_jar_command_line [2021/11/08 18:16] (current) – [Running the Java program from jar file] niccolo | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| - | ===== Download | + | ===== Where to put the required |
| The project files are layed-out hierarchically starting from the project' | The project files are layed-out hierarchically starting from the project' | ||
| - | We decided to put **the required libraries** into a **subdirectory** relative to the project' | + | We decided to put **the required libraries** into a **subdirectory** relative to the project' |
| < | < | ||
| Line 75: | Line 75: | ||
| $(find . -type f -name ' | $(find . -type f -name ' | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== Running the Java program from jar file ===== | ||
| + | |||
| + | Finally we can **start the Java program** from the jar archive: | ||
| + | |||
| + | < | ||
| + | java -jar / | ||
| + | </ | ||
| + | |||
| + | Into the jar archive there is the **MANIFEST.MF** file, which will indicate where to search for the required libraries, relative to the same jar archive directory. | ||
doc/appunti/prog/java_compile_jar_command_line.1636391524.txt.gz · Last modified: by niccolo
