开发者

Using Java find installation directory of an application?

开发者 https://www.devze.com 2023-03-11 12:38 出处:网络
How do I find installation directory of OpenOffice us开发者_JS百科ing Java Code?I want to run it as a service when a user uses my application.There is no portable solution to this.

How do I find installation directory of OpenOffice us开发者_JS百科ing Java Code? I want to run it as a service when a user uses my application.


There is no portable solution to this.

  • On Windows you can search the registry; see read/write to Windows Registry using Java.

  • On Linux / UNIX, you can search the default installation directories, though these may vary from one distribution to the next.

0

精彩评论

暂无评论...
验证码 换一张
取 消