java - error: type List does not take parameters -


i following error despite it's 1 used in examples:

error: type list not take parameters

list<string> strings_wat = new arraylist<string>(); 

java version 1.7 , class not named arraylist.

likely importing java.awt.list instead of java.util.list


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -