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

Calling Java from .NET:  Edit Classpath

Next, add the files log4j.jar and log4j-core.jar to the class path to be searched by JNBProxy. (You can download the log4j JAR files from http://logging.apache.org/log4j/1.2/download.html.) Also add the folder in which loggerDemo\JavaClass.class is to be found.

Choose Project → Edit Classpath. The Edit Class Path dialog box will come up, and clicking on the Add button will bring up a dialog that will allow the user to indicate the paths of the Jar and class files.

Find out more...