Victor Ewert

Results 29 comments of Victor Ewert

Thanks. In the mean time, I decided to revert back to my old build system (which worked, so I could put out a release). I am also in the midst...

I inadvertently fixed this by adding the following System property: `System.setProperty( "apple.awt.application.name", "PWMinder" );` I'm not sure, however, of the difference between the above System Property and: `com.apple.mrj.application.apple.menu.about.name` which I...

Based on the error message, it does look like it could be related to: [JDK-8248905](https://bugs.openjdk.java.net/browse/JDK-8248905), but I don't think I am running it via a symlink. I just double-click the...

Good idea! I'll give that a try and let you know.

I tried using jpackage from 16-ea, but unfortunately I got the same error. I think, for now, I'll stick with using jpackage from jdk14.

I'm currently try creating a deb package, for the first time and am seeing the same issue. I noticed that the `build/jpackage//lib` contains the correct `.png` file, but after installing...

I had a similar issue and I found I had to use: `getJvmArgs(project)` instead of `jvmArgs` e.g. `getJvmArgs(project).add("-Dlog4j.configurationFile=log4j2.xml")` I'm not sure why the syntax change Hopefully that helps.

Any chance we can get a release, that includes this fix? Clicking on the _View on Google Maps_ links in the Info Windows, causes all kinds of problems, and so...

@jackodsteel Thanks for the info (and for your fix)! That's too bad that this repo has been abandoned. I'll give your suggestion about compiling my own jar a try.

This seems to be working for me, I am currently using version 0.0.13.