Hello,
I have a problem creating an executable jar file when I add an extra classpath to the project. Although DrJava compiles and runs the project just fine, when it creates an executable jar file from the project, it ignores the classes in the extra classpath that are needed for the jar file to run. I have tried checking both options: "Jar All files" and "Jar classes" (and of course checking the "Make executable" checkbox).
DrJava version: drjava-20140826-r5761
JDK version: jdk1.8.0_45
Alkis