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

Calling .NET from Java:  Load Classes

The next step is to load the classes from log4net.dll. Choose Project → Add Classes from Assembly File and navigate to log4net.dll. You can also add individual classes by using the menu command Project → Add Classes from Assembly List and entering the fully qualified class name for each class to be added.

Find out more...