[MCOL-1671] Windows mcsapi - add option to install libraries directly into Java Created: 2018-08-22 Updated: 2023-10-26 Resolved: 2018-11-10 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.1.6 |
| Fix Version/s: | 1.1.7, 1.2.1 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Jens Röwekamp (Inactive) | Assignee: | Zdravelina Sokolovska (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 10 |
||
| Attachments: |
|
| Sprint: | 2018-18, 2018-19, 2018-20 |
| Description |
|
The mcsapi Windows installer should have an option to install javamcsapi directly into the Java JRE installation directory. |
| Comments |
| Comment by Jens Röwekamp (Inactive) [ 2018-10-08 ] |
|
Including javamcsapi directly into the JRE or JDK wasn't possible as javamcsapi wouldn't be transferred to new JRE or JDK directories after a Java update. Instead the Windows PATH is extended to mcsapi's library directory. This way Java is able to access javamcsapi's shared libraries and customer's don't have to specify the java.library.path while executing Java programs relying on javamcsapi. The setting of the PATH entry can be deactivated in the installer if not needed or required. For QA:
|
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-11-08 ] |
|
checked on Windows10 with the attached msi C:\Users\elena.kotsinova\Downloads>java -jar test.jar C:\Users\elena.kotsinova\Downloads> |
| Comment by Jens Röwekamp (Inactive) [ 2018-11-08 ] |
|
mcsapi can only be used on 64Bit systems. Therefore, please test with a 64Bit Windows. I opened |