[Ikvm-developers] OpenJDK
Brought to you by:
jfrijters
|
From: Philip S. <phi...@gm...> - 2008-06-18 16:38:05
|
Jeroen, We started using ikvm 3.0 with the classpath dll about 2 years ago with no problems. We downloaded version 36.0.11 with the OpenJDK dll, recompiled all our jar files into a .net dll and are getting run-time errors. The errors occur when trying to create an Initial Context to connect to a sybase database. The error is "can't instantiate com.sybase.ejb.InitialContextFacory". We used the object browser and found the com.sybase.ejb.InitialContextFacory in the class hierarchy. The JNDI looked-up worked on version 3.0. Any Suggestions? * Note: the jar files we convert into a .net assembly are from a third party. We do not have any control of the code. The jar files are a middle tier business layer that we have to go through to pull and update data (Sybase). The jar files are* * written in Java 1.4.* Thanks Phil Sacca |