I have a .Net assembly that was converted from a jar file. This Library looks for files in it's classpath. I keep getting missing resource exceptions when running the application.
I have tried: - Putting the resource file in my bin folder - Putting the resource file in my source folder, including it in the VS project and setting copy local to on - setting a CLASSPATH environment variable to a folder containing the resource file
None of the above have worked. Does anyone know where IKVM expects to see it's classpath or another way I can get my program to see the resource file?