开发者

Java error code?

What do开发者_如何学运维es error: ArrayList cannot be resolved to a type mean in dr java?


You probably need to add the line

import java.util.ArrayList;

To your source file. Post the code to be sure.


It usually means you have forgotten to import the class. Near the top of you java file, put

import java.util.ArrayList;

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜