views:

75

answers:

0

I'm trying to run Tomcat on openjdk compiled on Redhat. It works fine as long as I run it without remote debug options. When I try to run it with remote debug enabled -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n, the JVM doesn't start and shows the error message:

NPT ERROR: Cannot open library

Sun JRE with the same command line options works fine.