开发者

Using Java find installation directory of an application?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜