jwget is a javaFX application, a gui for wget network downloader !
You have to download javaFX library and install it somewhere in your system.
You can download the javaFX library from https://gluonhq.com/products/javafx/
jwget was developed with javaFX 19.0.2.1 and openjdk-jre 11. You can run the classes with default-jre 11 of ubuntu 22.04.01 or greater.
-
Choose your operating system [Linux/Windows/macOS], then your architecture, and finaly choose SDK type.
-
Run the setup or unzip the package and install it in your system in your prefered directory.
-
Next copy the directory path and edit the jwget.sh for linux/macOS or jwget.bat for windows. Copy/paste the javaFX lib path to option -module-path=
-
Make sure you have wget binary file installed in your system.
-
Windows users can download https://gnuwin32.sourceforge.net/ and add the installation path of gnu32 bin to the PATH system variable.
For help for wget you can visit wget(1) - Linux manual page