This is one of those terribly embarrassing questions I\'m afraid.
I have a program in Eclipse:
package ds; public class DiServer { public st
goto C:\My Documents\DiTest\ds\
C:\My Documents\DiTest\ds\
javac DiServer.java
goto C:\My Documents\DiTest\
C:\My Documents\DiTest\
java ds.DiServer
Also See
You class full name is ds.DiServer, not DiServer. From C:\My Documents\DiTest:
ds.DiServer
DiServer
C:\My Documents\DiTest
java -cp . ds.DiServer
And voilà.