|
Computational Setup for NE421
Here are the steps (only really tested for a Windows PC setup, but Java is supposed to be system-independent):
- Open a Command Prompt by typing "Command prompt" in the lower left search box. I recommend that you then right-click
and add it to the taskbar. We will use it a lot.
- Create a dedicated directory for the class. I recommend c:/NE421
- Download the following to the directory (by right-clicking and then choosing 'Save link as...'):
- Inside the Command prompt, in the new directory, enter "run Metric test". (Be sure Metric is capitalized.)
- If you see something like this:
you are in business
- If not, then we have some more work to do.
- If you ARE in business, note that the whole thing is driven by keystrokes.
- Press 'a' to get a popup of what all keystrokes will do.
- (The most interesting is 'k', which performs a k-effective calculation. Try it.)
- If you are NOT in business, the most probable reason is that your computer doesn't have an appropriate Java JRE (Java runtime environment)
|