现在需求就是这样了。 怎么调用jar 中jsp页面
在jar里面开一个接口,访问接口时以流的形式将classpath里面的jsp文件读取出来,然后response到客户端
难道你说的是要在jsp中调用jar包中的类么<%@page import="java.lang.String"%>就是这样