Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method collect(Collectors.toList()) is undefined for the type Comparator
at br.com.alura.Ejemplo5.main(Ejemplo5.java:44)
Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method collect(Collectors.toList()) is undefined for the type Comparator
at br.com.alura.Ejemplo5.main(Ejemplo5.java:44)
Hola German, podrias compartir el codigo en donde lo utilizas para tener mas contexto sobre el error. Saludos!
Yo tuve ese mismo error, cuando te posicionas sobre el error dice que si deseas importar Collectors, y arriba se importa la librería de Java llamada: import java.util.stream.Collectors; y ahí funciona el código sin problemas.