Thanks for looking into this.
No rush for us, so next release is fine.
Search found 5 matches
- 14 Nov 2023, 08:58
- Forum: Public Forums
- Topic: App not starting with Java21 - JarIndex not found
- Replies: 7
- Views: 2320
- 19 Oct 2023, 15:57
- Forum: Public Forums
- Topic: App not starting with Java21 - JarIndex not found
- Replies: 7
- Views: 2320
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...
- 19 Oct 2023, 15:53
- Forum: Public Forums
- Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
- Replies: 9
- Views: 1715
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...
- 07 Aug 2023, 11:09
- Forum: Public Forums
- Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
- Replies: 9
- Views: 1715
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...
- 01 Aug 2023, 10:38
- Forum: Public Forums
- Topic: OpenWebstart on Mac OSX and Temurin17; --add-exports Problem
- Replies: 9
- Views: 1715
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 ...