JNBridgePro: Java and .NET interoperability bridge. JNBridge: Java .NET interoperability

Calling Java from .NET:  Load Classes

The next step is to load the classes from each of the .jar files, and to add JavaClass. For the .jar files, choose Project → Add Classes from JAR File for each .jar file. For a single class such as JavaClass, use the menu command Project → Add Classes from Classpath and enter the fully qualified class name loggerDemo.JavaClass.

Find out more...