Skip to content

Instantly share code, notes, and snippets.

@kssd
Created July 23, 2014 13:15
Show Gist options
  • Save kssd/6eba9563d0d706c6b1d9 to your computer and use it in GitHub Desktop.
Save kssd/6eba9563d0d706c6b1d9 to your computer and use it in GitHub Desktop.
Fix for "NPT open error" problem on FreeBSD for Java Remote Debugging
#!/bin/sh
# For FreeBSD + OpenJDK
ln -s /usr/local/openjdk7/jre/lib/amd64/libnpt.so /usr/local/lib/libnpt.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment