Creating folders on your laptop is a great way to organize your work. It is also essential to the programming process in Java.
cs460
folderYou should begin by creating a folder named cs460
on your Desktop as
follows:
On Windows:
Right-click on the Desktop.
Choose New -> Folder.
Enter a name for the folder, then press Enter.
On macOS:
Click on the Desktop.
Choose File -> New Folder.
Enter a name for the folder, then press Return.
You should also create a separate subfolder for each lab and problem set. Here are the steps:
Double-click on your cs460
folder to open it.
Take similar steps to the ones listed above, but start by
right-clicking/clicking on the inside of your cs460
folder.
When downloading a starter file that we provide, you need to ensure that it ends up in the appropriate folder.
If your browser doesn’t allow you to specify where the file should be saved, try right-clicking on the download link for the file and choosing Save as... or Save link as..., which should produce a dialog box that allows you to choose the correct folder for the file.
Last updated on September 15, 2024.