简体   繁体   English

尝试运行irca.bat时找不到ojdbc14.jar

[英]ojdbc14.jar not found while trying to run irca.bat

I have just dived into web services and trying to configure oracle soa suite 10g on window vista. 我刚刚涉足Web服务,并尝试在Windows Vista上配置oracle soa suite 10g。 I am stuck with running the irca.bat file with the following error: 我一直在运行irca.bat文件,但出现以下错误:

cannot find library -jdbc\lib\ojdbc14.jar
Please verify that Oracle_Home is set correctly

I have used the SET command to set the Java_Home and the Oracle_Home and I can verify that they have been set still using the SET command. 我已经使用SET命令来设置Java_Home和Oracle_Home,并且可以使用SET命令来验证它们是否仍然被设置。 Am not sure what is wrong here. 不知道这里出什么问题了。 Need some help. 需要一些帮助。

C:>SET ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server\BIN
C:>SET JAVA_HOME = C:\jdeveloper\jdevstudio10131\jdk
C:>SET ORACLE_SID = XE

Any comments would be appreciated. 任何意见,将不胜感激。

That JAR is not in the CLASSPATH. 该JAR不在CLASSPATH中。 I would look in the script to see how it sets CLASSPATH. 我将在脚本中查看它如何设置CLASSPATH。

Should ORACLE_HOME point to /bin? ORACLE_HOME是否应指向/ bin? I would have guessed that ORACLE_HOME should be either c:/oracleexe or c:/oracleexe/app/oracle/product/10.2.0. 我猜想ORACLE_HOME应该是c:/ oracleexe或c:/oracleexe/app/oracle/product/10.2.0。

I don't think JAVA_HOME looks right, either. 我也不认为JAVA_HOME看起来也不对。 JDeveloper is not Java; JDeveloper不是Java;它不是Java。 are you using its JDK? 您在使用其JDK吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM