Home |
|
CSC 408H1F/2105H1F: Software Engineering
Fall 2004/2005 Session
Tips
Under construction ...
-
Note: to find a unused port number, you may try
netstat -na
-
When you changed some shell script file into DOS format, please make
sure it is revert to Unix format. In VIM, you can do it by:
set ff=unix
:wq
-
Why Eclipse often core-dump on Linux? The major reason is that the
environment LD_LIBRARY_PATH points to Lesstif widgets if not
otherwise defined (e.g. /local/lib/eclipse).