I teach an AP CS course, and we use DrJava as the IDE. (We are going through Edhesive's online course). I added a new student today, and she was getting this odd error - I can duplicate it.
Our PCs (on the school network) are running Win 7 Enterprise SP1. DrJava is at DrJava Version : drjava-20140826-r5761. Java version on my PC is 8r71.
The sourse is on My Documents, which is on a network drive addressed as "\Apmdhsfs001\Staff\APHS.WilderBo\My Docs\Edhesive 2015-2016\T1_L1_Template.java", and that's what the directory at the top of DrJava reads. It comples fine. When I run it, I get an error:
Static Error: Undefined class 'T1_L1_Template'
When I change it to pull the exact same program in from my C: drive (and the working directory has the drive letter specification), it runs fine. Any ideas?
Thanks - Bob Wilder