Loading jar files: “Missing classes”

When generating proxies from a JAR file, you may get a message that "The operation could not be completed because the following Java classes or classes on which they were dependent could not be found."

When you receive this message, it means that JNBProxy was unable to generate proxies for one or more classes in the JAR file because classes that the JAR file classes depend on could not be found. Proxies were generated for all other JAR file classes, so it may be safe to ignore this message; examine the JNBProxy environment pane to determine whether the desired proxy classes were generated. If not, you will need to add additional JAR files or folders containing the missing classes to your JNBProxy classpath and attempt to generate the proxies again.