B
Bhachi
Briefly I will explain the build scenario.
An utility "idlGen" is created by compiling a set of C++ files. This
utility(exe) is used to generate some idl files from some
application(A1) code. These idl files are used by application(A2) which
inturn generate C++ headers and libraries required for two applications
to communicate.
getting the below error
"Assertion failed: OP_IFEQ <= OPC && OPC <= OP_IF_ACMPNE, file
bytecode.h, line 767"
This error looks like a C/C++ error, but appearing while Java
compilation.
It would be great if somebody can help out to resolve this.
I tried searching in Google, I got only one entry(link from IBM site).
But this link doesn't take me to proper page.
Please throw some light on this.
Thanks in advance
An utility "idlGen" is created by compiling a set of C++ files. This
utility(exe) is used to generate some idl files from some
application(A1) code. These idl files are used by application(A2) which
inturn generate C++ headers and libraries required for two applications
to communicate.
for the same purpose. Now while building the Java code using Ant, I amFrom these idl files in A2 a code generator generates Java files also
getting the below error
"Assertion failed: OP_IFEQ <= OPC && OPC <= OP_IF_ACMPNE, file
bytecode.h, line 767"
This error looks like a C/C++ error, but appearing while Java
compilation.
It would be great if somebody can help out to resolve this.
I tried searching in Google, I got only one entry(link from IBM site).
But this link doesn't take me to proper page.
Please throw some light on this.
Thanks in advance