技术类

jsp报错TryCatchBlockNode resolves

2015-11-19  本文已影响5人  我家有个小太阳

You have to import something FROM the package, like a class, enum, or interfacee, like this:

import some.package.SomeClass;
or, import everything from the package (not recommended)

import some.package.*;
edit: maybe I didn't read close enough. Where is the package you're trying to import from located on the filesystem? Is it under WEB-INF/lib?

原文地址

上一篇 下一篇

猜你喜欢

热点阅读