Created
July 23, 2014 13:15
-
-
Save kssd/6eba9563d0d706c6b1d9 to your computer and use it in GitHub Desktop.
Fix for "NPT open error" problem on FreeBSD for Java Remote Debugging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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