If a Java project includes an external .class file (as opposed to an external .jar file) it is not placed on the build path.
Logged In: YES user_id=1509462
workaround: Put the .class files into a .jar file and then reference the external .jar.
Log in to post a comment.
Logged In: YES
user_id=1509462
workaround: Put the .class files into a .jar file and then
reference the external .jar.