The java.util.Set is an interface and NOT a class.
Only classes can be initialized. You need to find a class which implements the interface, for example a HashSet but other Sets can be used as well.