CSE 373, Autumn 2018: CSE 373 FAQ

Frequently Asked Questions

CSE 373 staff email address: cse373-staff@cs.washington.edu

General

(1) I cannot access the class Google Discussion Group. Can you add me to the group?
All students enrolled in the class are automatically added to the group with their UW email address. Try accessing the Google Discussion Group with your UW email address. If you still cannot access the group, email the course staff and include you UW email address.
(2) I cannot access CSE GitLab. Can you grant me access?
Enrolled students automatically get access to CSE GitLab with your UW Net ID. Try accessing with your UW NetID. If you cannot access CSE GitLab with your UW NetID, email support@cs.washington.edu. If you registered for the class late, there may be a short delay, so try again after 24 hours, but if you still cannot access CSE GitLab, email support@cs.washington.edu.

Eclipse

(1) I keep getting the error "An internal error occurred during: Polling news feeds."
This is an issue when Eclipse is run with Java 11. Go to Preferences -> General -> News and deselect "Enable automatic news polling".
(2) I get the error "The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files"
Try cleaning the project (Project → Clean…), and if that doesn’t work, try closing/reopening the project. If that still doesn’t work, delete and re-import the project and try cleaning again if necessary.