Recommendation Request: JNI and STL
OK, after coming across the "std::distance<std::ForwardIterator, std::ForwardIterator> error, I've been leaning towards using stlport.
But, as is quite clearly defined in the docs, you can't mix stlport and Cstd.
So.... what about JNI? Can I link against libjvm.so from an stlport-compiled binary?
Are there any docs that can give me "recommendations" in this direction? I'm working on some cross-platform code and trying to migrate from gcc to sun studio for my compiler and I'm trying to avoid any pitfalls (and it looks like Cstd is less preferable to stlport in general.)
Thanks for any advice :)

