Changing the current working directory in Java?

前端 未结 14 1513
太阳男子
太阳男子 2020-11-22 05:32

How can I change the current working directory from within a Java program? Everything I\'ve been able to find about the issue claims that you simply can\'t do it, but I can\

14条回答
  •  太阳男子
    2020-11-22 05:36

    If you run your legacy program with ProcessBuilder, you will be able to specify its working directory.

提交回复
热议问题