jfinal用jsp视图,怎么在常量里设置视图我就不说了,说说我报的错 ,我是整合ueditor的,
先看下我导入的包把
<!-- JSP --> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jsp</artifactId> <version>8.1.8.v20121106</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.taglibs.standard.glassfish</groupId> <artifactId>org.apache.taglibs.standard.glassfish</artifactId> <version>1.2.0</version> <scope>system</scope> <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/JSTL_for_JSP/org.apache.taglibs.standard.glassfish-1.2.0.v201112081803.jar</systemPath> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>javax.servlet.jsp</artifactId> <version>1.2.0</version> <scope>system</scope> <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/JSTL_for_JSP/javax.servlet.jsp.jstl-1.2.0.v201105211821.jar</systemPath> </dependency> <!-- ueditor --> <dependency> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> <version>1.3.1</version> <scope>system</scope> <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ueditor/commons-fileupload-1.3.1.jar</systemPath> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> <scope>system</scope> <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ueditor/commons-io-2.4.jar</systemPath> </dependency> <dependency> <groupId>json</groupId> <artifactId>json</artifactId> <version>1.0</version> <scope>system</scope> <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ueditor/json.jar</systemPath> </dependency> <dependency> <groupId>ueditor</groupId> <artifactId>ueditor</artifactId> <version>1.1.2</version> <scope>system</scope> <systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/ueditor/ueditor-1.1.2.jar</systemPath> </dependency>
还有一个ueditor的自带了 我贴个全的啊
你们看着对应少哪个
先说错误啊
第一个!
这里是少个包
然后呢 这个错误整出来了又报另一个
PWC6345: There is an error in invoking javac. A full JDK (not just JRE) is required
这里群里问了下
我用的eclipse,看看eclipse配置的是jdk还是jre,需要配置成jdk,配置jre的不行
然后又出现了pwc6117
这里是我转发的页面路径写错了,再次记录分享下,你们有同样的错误可以参考下,反正我的暂时能用了