Grim
2008-02-04 17:35:00 UTC
What is the best way to use java packages in Ax? (note: i do not have the
sources, only jars with compiled class files)
The best thing I could think of was to convert the jars into .NET dlls and
use those. However, Ax could not load dlls created by IKVM.net tool and the
Visual Studio's Jbimp tool turned out to be compatible only with java 1.1.4.
I also tried creating a .NET dll via C# referencing the dlls created by
IKVM, but could not get the dlls to see all of their own interdependencies.
The fundamental goal is to get Ax to execute certain methods of the classes
in the jars using data acquired from Ax itself. Is there anything else I can
try to get this to work?
sources, only jars with compiled class files)
The best thing I could think of was to convert the jars into .NET dlls and
use those. However, Ax could not load dlls created by IKVM.net tool and the
Visual Studio's Jbimp tool turned out to be compatible only with java 1.1.4.
I also tried creating a .NET dll via C# referencing the dlls created by
IKVM, but could not get the dlls to see all of their own interdependencies.
The fundamental goal is to get Ax to execute certain methods of the classes
in the jars using data acquired from Ax itself. Is there anything else I can
try to get this to work?