Odd Ant error when using the Ant sql task in RAD/RSA/WSAD
关于这个问题很早我在MySpace的blog里贴过,最近有人又碰到这个问题,于是再贴到这里,希望对有这个问题的朋友有所帮助。
RAD6(Rational Application Developer)/RSA6(Rational Software Architect)等都是基于eclipse的,与eclipse有区别的是他们都集成了IBM的JRE。而eclipse不自带JRE,一般用Sun的JDK/JRE,故按照下面的理论,应该不会出现以下问题。
在RSA里跑Ant sql task的时候出现以下错误:
BUILD FAILED:
java
.lang.VerifyError: class loading constraint violated (class:
oracle/jdbc/driver/OracleResultSet method: updateARRAY(ILoracle/sql/ARRAY;)V) at
pc: 0
解决这个问题的办法:用Sun的JRE去跑Ant Sql building脚本,不要用IBM的JRE。很简单吧,可是这个很simple的办法也让我头疼了很久。
分享到:
相关推荐
In fact, at that time the focus was mainly on ant colony optimization (ACO), the first swarm intelligence algorithm to go beyond a pure scientific interest and to enter the realm of real-world ...
- FIX: If the TCustomProp.Assign method calls when the undo/redo history writing was in progress, the error occured. - FIX: The TFlexPanel.LoadFlexControl method now virtual. - FIX: The TFlexPanel....
THE ODD COUPLE 天生冤家原版英文剧本
在"ODD_SQL and Beyond.ppt"这份资料中,重点探讨了SQL优化以及与Oracle数据库相关的性能更新,特别是Oracle 10.2版本在z/OS和z/Linux平台上的性能表现。 SQL调优是一个关键的数据库管理任务,因为它直接影响到应用...
- Fixed #337: Cannot "grab" item for dragging, odd behaviour of multi selecting with the selection rectangle when toFullRowSelect is True but toSimpleDrawSelection is False. (thx to Stefan Glienke) -...
最近,张辉、尹秋响等研究者在《Investigating and Molecular Understanding of Odd-Even Alternation of the Nucleation Kinetics of Dicarboxylic Acids in Ethanol》这篇首发论文中,首次系统地探究了长链二元酸...
在图像处理领域,"奇场矩阵"(Odd Field Matrix)是一种重要的概念,它通常与图像的边缘检测、特征提取和图像分析等相关。标题中的"odd.rar_odd"可能是指包含两个关键函数的压缩文件,分别是"SHIFT.m"和"odd.m"。这...
5. Presenting practice problems (with solutions to the odd-numbered problems). Is This Book for You? The audience for this book consists mostly of students in a statistics or a biostatistics class. ...
o Added /SaveDirect command line option, for using with the other save command-line options (/scomma, /stab, /sxml, and so on...) When you use the SaveDirect mode, the attachments list is saved ...
"odd 代码文件比较小工具" 是一款专为开发者设计的轻量级代码对比软件,尤其适用于集成到Visual Studio 2010这样的开发环境中。它可以帮助程序员在编写和修改代码时快速找出不同之处,提高代码审查和版本控制的效率...
To generate multithreaded executables (this is important when using parfor) the mcc can be used as following: mcc -m -R -nodisplay foo.m -I libs/ -o foo -d bin/ For more details on the “mcc” ...
turned on, the odd and even rows are displayed in different color, to make it easier to read a single line. * Version 1.85: o Added command-line options to control the settings under the Options ...
3. **Meaning of This**: Discusses the behavior of the `this` keyword in different contexts, including how it behaves differently inside a function compared to when used outside a function. - **Eta ...
4. **校验位**:用于错误检测,可以是None、Odd、Even、Mark或Space。 5. **Handshake**:控制数据流,包括None、XOnXOff、RequestToSend (RTS) 和 RequestToSend/CarrierDetect (RTS/CTS)。 6. **Open()**:打开...
Given an unsigned int, swap the bits in odd and even positions Chapter 2. Print the binary representation of an unsigned int Solution Code Chapter 3. Compute whether or not an unsigned number is a ...
- WPTools is configured using the file WPINC.INC, here WPREPORTER is activated and the optional WPShared, WPSPell and wPDF can be selected to be compiled into main WPTools package. - also see FAQ:...
The parity check method works by adding an extra bit to the data being transmitted, which indicates whether the number of 1s in the data is odd or even. The receiver can then check the parity of the ...
-the cart.php ,the items will be display in table form and the color of the row of the table have difference color depends on the odd number or even number of the row. -In cart.php page, you can ...
SQL解决方案 挑战性 圭 问题 简单 中等的 难的 8 :star: 偶数或奇数 您将得到一张表格, numbers ,一列number 。 返回一个表,该表的is_even列包含“ Even”或“ Odd”,具体取决于number列的值。 数字表架构:...