Search:

Type: Posts; User: carlcaulkett

Search: Search took 0.11 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...
  4. Replies
    1
    Views
    1,338

    Re: Manage Attachments not working

    I can confirm this problem with Brave and Arc (Chrome engine) on macOS. In both cases I have overridden the site-specific settings to allow popup windows at javaprogrammingforums.com, but to no...
  5. I need advice on folder structure and namespaces

    Consider the following folder structure...

    https://i.ibb.co/XpMRYqF/JavaQ.png

    The branch with the highlighted node `MidiMix` comprises a complete Maven project which successfully builds to...
  6. Replies
    3
    Views
    2,454

    Re: Seeking advice on EmptyStackException()

    I was wondering about that. Presumably I just extend from the `RuntimeException` class...
  7. Replies
    3
    Views
    2,454

    Seeking advice on EmptyStackException()

    Hello, Java noob here! I say noob, I first started with Java 1 with v1.0 in 1996, but then went with Delphi instead. Now circumstances have led me to tackle Java again, because I need to program...
Results 1 to 7 of 7