Search found 6 matches

by mredeker
05 Dec 2023, 08:53
Forum: Public Forums
Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
Replies: 10
Views: 17097

Re: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem

Thanks for the info.
Since I added the extra params to all architecture, the problem was solved that way :)
by mredeker
14 Nov 2023, 08:58
Forum: Public Forums
Topic: App not starting with Java21 - JarIndex not found
Replies: 11
Views: 22188

Re: App not starting with Java21 - JarIndex not found

Thanks for looking into this.
No rush for us, so next release is fine.
by mredeker
19 Oct 2023, 15:57
Forum: Public Forums
Topic: App not starting with Java21 - JarIndex not found
Replies: 11
Views: 22188

App not starting with Java21 - JarIndex not found

All, we are testing our application with Java21 and realized that it does not start with OpenWebstart 1.8 and Temurin 21. Here is the error from the log: Closing DownloadServiceListener Exiting Boot.mainWithReturnCode() with 0     ... 13 more     at net.adoptopenjdk.icedteaweb.jdk89access.JarIndexAc...
by mredeker
19 Oct 2023, 15:53
Forum: Public Forums
Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
Replies: 10
Views: 17097

Re: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem

The problem was that my Intel based Mac picked up the parameters from <resources arch="x86"> even though it is a "x86_64" architecture. Here is a snippet of the NOT working file. <resources arch="x86"> <java version="1.8*" vendor="Eclipse Adoptium" i...
by mredeker
07 Aug 2023, 11:09
Forum: Public Forums
Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
Replies: 10
Views: 17097

Re: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem

Hi guys, thanks for your feedback. When testing with Oracle JDK17, I realized that it did not work either and took a deeper look when comparing the 2 logfiles. I realized that not all "-add-exports=..." that we had defined showed up when using Mac, but they did with Windows. We are using t...
by mredeker
01 Aug 2023, 10:38
Forum: Public Forums
Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
Replies: 10
Views: 17097

OpenWebstart on Mac OSX and Temurin17; --add-exports Problem

We have an issue using latest OpenWebstart version on Mac OSX with Temurin17. For our Swing Look&Feel we add multiple "--add-exports" and "--add-reads" to the JNLP file which is working fine with Windows and Temurin17. But on Mac OSX it looks like that Temurin17 is not using ...