Search:

Type: Posts; User: carlcaulkett

Search: Search took 0.18 seconds.

  1. Re: Problems making an "uber jar" containing a JRE with IntelliJ

    The Java app in question uses Swing and a few other libraries, namely: org.javatuples, org.json and net.byteseek.

    I tried to use `jlink` with `java.base` and `java.desktop` as additional modules....
  2. Re: Problems making an "uber jar" containing a JRE with IntelliJ

    It seems like the concept of using a JRE has been replaced with using JLink to produce a more tailored set of dependencies. The problem is that, like so many command line Java tools, there are...
  3. Problems making an "uber jar" containing a JRE with IntelliJ

    * IntelliJ IDEA Ultimate
    * temurin-21.jdk
    * macOS 13.6 Ventura

    I have a Java/Swing app which is running under `temurin-21.jdk`. I usually test it just by running it in IntelliJ. The ultimate aim...
Results 1 to 3 of 3