HXTT DBF
Error running under Java 1.3
tony
2006-03-29 00:00:00.0
We have tried running the DBF_JDBC30.jar under Java 1.3 and get the following error when we try to insert a record into a FoxPro 2.6 table. Note the code does work under Java 1.4.

It appears that StringBuffer indexOf does not exist under Java 1.3. As we need to run the program under Java1.3 we hope you can suggest a suitable solution.

java.lang.NoSuchMethodError: java.lang.StringBuffer: method indexOf(Ljava/lang/String;)I not found
at com.hxtt.sql.dbf.DBFIndex.a(Unknown Source)
at com.hxtt.sql.dbf.DBFIndex.(Unknown Source)
at com.hxtt.sql.dbf.DBFIndex.a(Unknown Source)
at com.hxtt.sql.dbf.i.a(Unknown Source)
at com.hxtt.sql.dbf.d.a(Unknown Source)
at com.hxtt.sql.dbf.d.(Unknown Source)
at com.hxtt.sql.dbf.u.a(Unknown Source)
at com.hxtt.sql.be.if(Unknown Source)
at com.hxtt.sql.cv.a(Unknown Source)
at com.hxtt.sql.cv.a(Unknown Source)
at com.hxtt.sql.be.a(Unknown Source)
at com.hxtt.sql.be.a(Unknown Source)
at com.hxtt.sql.ab.a(Unknown Source)
at com.hxtt.sql.ab.a(Unknown Source)
at com.hxtt.sql.ab.executeQuery(Unknown Source)
at com.actual_systems.pinnet.client.pinclassiclistener.DBHelper.seekPart(Unknown Source)
at com.actual_systems.pinnet.client.pinclassiclistener.PinClassicSubscriber.addPart(Unknown Source)
at com.actual_systems.pinnet.client.pinclassiclistener.PinClassicSubscriber.processMessage(Unknown Source)
at com.actual_systems.pinnet.client.pinclassiclistener.PinClassicSubscriber.processXml(Unknown Source)
at com.actual_systems.pinnet.client.pinclassiclistener.PinClassicSubscriber.onMessage(Unknown Source)
at org.jboss.mq.SpyMessageConsumer.run(SpyMessageConsumer.java, Compiled Code)
at java.lang.Thread.run(Thread.java:479)
Re:Error running under Java 1.3
HXTT Support
2006-03-29 00:00:00.0
Fixed. Please download the latest package. That issue was resulted by using a new API method since JDK1.4


Google