cljfx

Jonathan Bennett 2023-12-09T02:56:00.036709Z

I'm trying to use the github workflow from the hn program you posted, but I'm getting the following error and I don't know what's going on to cause it. Ideally, I'd like to be building the program so it can be downloaded and run on all 3 major platforms (Mac, Linux, Windows) from the github release page. This is literally the reason I originally switched from Common Lisp to Clojure because I could not, for the life of me, get a repeatable build of a GUI library in Common Lisp on Windows.

Jonathan Bennett 2023-12-10T06:23:21.297569Z

I figured it out!

Jonathan Bennett 2023-12-09T02:56:19.618569Z

Here's the link to the error I'm getting in the most recent attempt at running this build: https://github.com/jonathanabennett/megastrike/actions/runs/7148594335/job/19469768356#step:6:10

Jonathan Bennett 2023-12-09T03:00:42.056199Z

Searching for that exact error message was less helpful than I had hoped. I think maybe it's trying to tell me it can't find a file named jpackage/common? But my knowledge of Java and its toolchain is limited to just beyond that required to pass the AP CSA test (which is still on Java8, and not even all of Java8), so I'm certain I'm wrong.