batmat wrote:
Quote:
When I run this project without this jar files it works.
Which jar ? Hibernate or another ?
I put in my project's classpath hibernate's jar files, hibernate.jar,commons-logging.jar,commons-lang.jar,ehcache.jar ,cglib-2.1.jar and odmg.jar.
When I load DLL COM Object in java Application and in this application classpath is loaded hibernate jars ,so when I call dll 's method from java , java JVM is exited .
bat when I run this Application without hibernate jars,call dll method it doesn't exit JVM,it works
I can't understand what's problem. It doesn't throw eny exception.
maybe hibernate takes some memory Of JVM and it 'is reason lack of memory for dll.
Maybe someone knows this problem