I thought I was past classpath/compilation issues but I guess not. I am trying to run an SFTP program that requires the SFTP jar from JCraft. All the necessary files are in the same directory and include: sendSftp.class, jsch-0.1.40.jar, and sendSftp.properties. The class file was created by explicitly listing the path for all files that were needed and it was successful. ...