This is a follow up to this post where i have discovered how to interact with dll files that were generated from .jars via IKVM How to call a dll file from c#
The application i have created in java works as a stand alone project. When i try and generate the dll file though i get ClassNotFound errors with the lib files i imported in to the project. To import (in eclipse)i created a lib folder, dumped the jar files inside, selected all of them and then right clicked -> add to build path.
Is there a fundamental step i am missing here or is it not possible to generate a dll file from a .jar that uses library files inside?
Thanks, and sorry for the confusion