Creating a Hard Link in java

后端 未结 5 1098
栀梦
栀梦 2021-01-11 12:51

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 o

5条回答
  •  忘掉有多难
    2021-01-11 13:31

    you could try JNA in place of JNI (JNA has some clear advantages over JNI); yes, check the JSR 203

提交回复
热议问题