Tagged Questions
2
votes
3answers
4k views
Why is the user.dir system property working in Java?
Almost every article I read told me that you can't have chdir in Java. The accepted answer to this question says you can't do it in Java.
However, here's some of the stuff I tried :
geo@codebox:~$ ...