情景:客户化JSP页面中用到第三方Jar包,需要部署到服务器。
步骤:
1. 将Jar 包上传到 $JAVA_TOP
2. 将Jar包绝对路径添加到文件
$INST_TOP/appl/admin/ojspCompile.properties
3. 重启 Oacore
1
2
3 |
adoacorectl.sh stop adoacorectl.sh start |
ps: 2014/1/20 R12 测试通过,此方法仅针对JSP界面中引入第三方Jar包。
---------------------------------------------------------------------------------
例子:Test.jar
Jar 包文件结构 : com.oracle.apps.Test.class
1 |
<%@ page import = "com.oracle.apps.Test" %> |
原文:http://www.cnblogs.com/chenyongjun/p/3527639.html