Home | Home Using Eclipse in the Lab | Home |
If you do not know your login, it can be found with the ACS account lookup tool. Your password is the same as your personal ACS account password.
If you do not login with your cs12x account, your assignments will not be collected. DO NOT USE YOUR OCE ACCOUNT.
Open a new terminal by going to Applications -> System Tools -> Terminal
Tip: You can also open a terminal by right-clicking on the desktop and clicking "Open Terminal"
The last command will launch Eclipse in the background, which will free up the terminal for use while Eclipse is running. In general, following a unix command with an ampersand (&) will start it in the background. We want to do this for GUI applications like eclipse and gvim, but not for in-terminal programs like vim.
When you're done writing your program turn in your program by following The Turnin Procedure.
Home | Home Using Eclipse in the Lab | Home |