[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] Re: JVM crashes with spring/ hibernate when launched from eclipse

Hi,

I've experienced this problem a couple of times, when using native code with JNI. There were always problems in the C++ code (wrong type cast, array access out of bounds, NPE etc.).
I also experienced the behavior that starting from Eclipse works and stand-alone not and vice versa. But I used random numbers in my code and probably they are randomized differently


It's quite hard to debug and I have no clear solution. If it's a JNI issue, i found this decription to connect Eclipse and VS for debugging:
http://serialize.wordpress.com/2007/05/18/jni-debugging-using-eclipse-and-visual-studio-2005/


HTH,
Simon