|
From: Alexander P. <dea...@us...> - 2002-09-30 13:37:23
|
Update of /cvsroot/vesuf/dictionary In directory usw-pr-cvs1:/tmp/cvs-serv797 Added Files: readme.txt Log Message: instructions on how to start the dictionary (initial checkin) --- NEW FILE: readme.txt --- The following lines should start the dictionary (standalone awt version): Windows: java -cp lib\vesuf.jar;src org.vesuf.runtime.application.GUIRunner dictionary.dictionary_application_awt Unix: java -cp lib/vesuf.jar:src org.vesuf.runtime.application.GUIRunner dictionary.dictionary_application_awt where "org.vesuf.runtime.application.GUIRunner" is the standalone interpreter of vesuf (main class), and "dictionary.dictionary_application_awt" is the application model of the dictionary application. |