I was using the guide located at
https://ted.nu/wiki/index.php/Using_SVN. When I came to the following section, I got stuck.
Quote:
Therefor select in the menu Run->Run.... Locate the main class (ted.tedMain) and in the Arguments tab add localSave as option.
When I entered "ted.tedMain" in the Run Configurations -> Main Class field, I received the following error.
Exception in thread "main" java.lang.NoClassDefFoundError: ted/tedmain
Caused by: java.lang.ClassNotFoundException: ted.tedmain
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Could not find the main class: ted.tedmain. Program will exit.
I would like to correct what I am doing wrong, and if necessary improve the getting started guide that has been provided for would be developers.