L.S.
I have developed an
application based on Java, Tomcat and Sapdb. On my Windows2000 laptop, the
combination of Java SDK1.4.1_01, Tomcat 4.1.12 and Sapdb 7.3 with Sapdb's JDBC
interface (sapdbc.jar) works fine. However, I get some strange problems when I
try to run it on a Linux server (Illegal Constant Pool Type or Bad Constant Pool
Tag, e.g.
javax.servlet.ServletException:
com/sap/dbtech/rte/comm/CommunicationException (Illegal constant pool
type)
I know from past
experience that a recompile could solve these issues. Therefore I downloaded
sapdb-jdbc-source.jar, unzipped it and tried to compile the Java
files with Ant and j2sdk1.4.1_01. However, I get many errors, some of which
seem difficult to fix, e.g. classes that are instantiated, which is forbidden
because they are defined as abstract.
Is this a known
issue? What should I do to be able to compile the code?
Thanks a lot for
your help. This is urgent and very important to me, because there is only a week
and a half left before we have to go live.
Ben
Glorie
