Hi,
When I past the Setting properties List<String> tags = Arrays.asList("Hello", "Tutorial"); in the Eclipse I have this error:
The type List is not generic; it cannot be parameterized with arguments <String> HelloWorldServlet.java /hello-world/src/com/sap/cloud/sample/helloworld line 98 Java Problem
Why?
Weides