2
votes
3answers
225 views
Creating a Hard Link in java
Currently I use 'ln' command via Runtime.exec(). It works fine. The only problem is that in order to do this fork, we need twice the heap space of the application. My app …
