Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The imported file may declare to be in a different package than the one you imported it to, resulting in a compiler error. To fix that, simply open up the file, point the mouse cursor at the wrong package declaration, and choose to move the file to that package.

Allow Us to View Your Code

During the exercises, the instructors and assistants want to help you code and assist you if you run into problems that you cannot solve yourself. For this reason, we may want to have a look at your code to support you. As this is a little more difficult in an online teaching scenario and talking about your code while screensharing might limit us, we use CodeTogether as a code collaboration tool to help you. To install this in your Eclipse, visit this website and drag and drop the Drag to Eclipse IDE button directly into Eclipse. Make sure to drop it directly into the Package Explorer, as this dropping the link into the editor view does not start the installation process.

Image Added

This opens a dialog to install CodeTogether using the Eclipse Marketplace. Click Confirm > and accept the licence agreement and Finish the dialog. Eclipse will promt you to restart to apply the software update, confirm that by clicking Restart Now.

Image Added

Now a new view of CodeTogether will open. To share your code with us, click on the blue Start Sharing button, copy the invite URL and share it with your instructor when they want to have a look at your code.

Image Added