An application which downloads the JDK Enhancement Proposals index, JEP 0, and turns it into an RSS feed document.
Download .jar files from https://github.com/lucidmachine/jep-feed and move them to your install directory.
Download executable binaries from https://github.com/lucidmachine/jep-feed and move them to a binary directory.
> java -jar $INSTALL_DIR/jep-feed-1.0.0-standalone.jar
> $INSTALL_DIR/jep-feed
In order to build an executable .jar file issue the uberjar
command to the build tool, Leiningen.
> lein uberjar
In order to compile the program to a binary you will need to install GraalVM and its native-image component. Then issue the native
command to Leiningen.
> lein native