Skip to content

Replace jdatapath dependency with Java 8 user home directory finding #2961

@tfmorris

Description

@tfmorris

We currently use an obscure dependency, jdatapath, to find the user's home directory on Windows. Since Java 8 was taught how to do that correctly itself, we should switch to that and drop the dependency.

System.getProperty("user.home") or org.apache.commons.lang3.SystemUtils.getUserHome()

https://stackoverflow.com/questions/585534/what-is-the-best-way-to-find-the-users-home-directory-in-java

Metadata

Metadata

Assignees

Labels

Platform: WindowsIndicates that the issue or feature is specific to the Windows operating system.Type: Feature RequestIdentifies requests for new features or enhancements. These involve proposing new improvements.maintainabilityMaking it easier to maintain OpenRefinepackagingHow we distribute OpenRefine to end users, on various operating systems

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions