| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Running Example Programs (JAR Files)

Page history last edited by Steve Sweeney 12 years, 1 month ago

To make it easier to understand assignments, you will sometimes be provided with a program that you can run yourself.  This gives you an idea of what the program should look like.

Windows XP

1. Download the JAR file for the program.
2. Save the files on your D: drive (not in a folder - just D:\).
3. From the Windows Start menu, choose "Run".

4. Type "command" or "cmd" and press <Enter> to open a terminal window.

 

 

5. In the terminal, type "d:" and press <Enter> (or whatever the letter is for your available drive - in this example, I use "k:").

6. In the terminal, type "java -jar application.jar", where you replace application with the name of the file(s) you downloaded.

 

 

 

Comments (0)

You don't have permission to comment on this page.