filepath - Determine 3rd Party Application Installation Directory in java -
i have inherited java application @ 1 point launches external application. currently, path said application hard coded in. 1 of first things want update newly acquired code find install path , use that, rather hard code it.
unfortunately, when search how accomplish this, find ways install directory for application, rather for external application.
essentially, want java equivalent of this question. there such thing, or relegated scraping registry?
so it's not best answer - have preferred stock java solution - without using reflection hack found here, seems though there's not choice. able information needed using jna.
Comments
Post a Comment