> > > For using +PrintAssembly on Mac, try putting this on your $DYLD_LIBRARY_PATH: > http://kenai.com/projects/base-hsdis/downloads/download/hsdis-i386.dylib > > I think it needs to be named "hsdis.so" or "hsdis.0.so".
downloaded and DYLD_LIBRARY_PATH is set but I still get the error "Could not load hsdis-.jnilib; library not loadable; PrintAssembly is disabled" Poking about I found that all of the Java libraries came two varieties, .dylib and .jnilib and all are prefixed with "lib". So, I tired a number of name combinations based on your suggestions, stuff in the his readme and this theme but with no luck. I've started looking about to see where the module is loaded to see if I can find the magic word in there but if you have a better hint.. I'm all ears. TIA, Kirk -- You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en.
