prabhatbhattarai / project-voldemort

Automatically exported from code.google.com/p/project-voldemort
Apache License 2.0
0 stars 0 forks source link

Use nio.2 to create symlink if available #372

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
JNA is currently used to create symlinks, but this can be done in Java 7 via 
nio.2. We should use nio.2 via reflection and fallback to JNA otherwise.

Original issue reported on code.google.com by ismaelj on 1 Dec 2011 at 5:57