Thanks for your quick reply.
Both cases (sample application and real world application) work with v3.0.0-alpha1.
Search found 3 matches
- 23 Jul 2020, 18:22
- Forum: Public Forums
- Topic: [SOLVED] Multi-Release Jars seem not to be working
- Replies: 9
- Views: 23971
- 25 Jun 2020, 13:05
- Forum: Public Forums
- Topic: [SOLVED] Multi-Release Jars seem not to be working
- Replies: 9
- Views: 23971
Re: Multi-Release Jars seem not to be working
instead of posting the real app I have attached a little Swing-based sample application which shows the behaviour that the version/11 branch of the jar file is not used.
The button texts in this app should have "(Java 11)" appended.
Running the application with Java 11, still the default texts with ...
The button texts in this app should have "(Java 11)" appended.
Running the application with Java 11, still the default texts with ...
- 24 Jun 2020, 18:43
- Forum: Public Forums
- Topic: [SOLVED] Multi-Release Jars seem not to be working
- Replies: 9
- Views: 23971
[SOLVED] Multi-Release Jars seem not to be working
In order to be able to run our application in Java 8 and also Java 11 environments, we have built multi-release-Jars when the implementation differs (especially in JavaFX related classes).
The MR-Jars are working in the server environment but apparently not with OpenWebStart. When the Java 11 ...
The MR-Jars are working in the server environment but apparently not with OpenWebStart. When the Java 11 ...