J2ME and older JVMS
Posted by: David Staelens
Date: November 12, 2004 08:46AM

Hi,
I'm doing some programming on a SYMBOL MC 9000 series handheld scanner. I'm using the NSICom CrEme JVM, which is based on Java 1.1.8. Looking at the Docs for Connector/J, it appears not to support the older JVMs, so I went back to the old MM mysql drivers version 2.0.14. The connections to the database itself seem to work, but I'm getting an exception thrown:

java.lang.NoSuchMethodError: java.lang.Double: method parseDouble(Ljava/lang/String;)D not found
at org.gjt.mm.mysql.ResultSet.getDouble(Unknown Source)
at org.gjt.mm.mysql.ResultSet.getDouble(Unknown Source)
at org.gjt.mm.mysql.ResultSet.getFloat(Unknown Source)
at org.gjt.mm.mysql.ResultSet.getFloat(Unknown Source)
at com.burrows.receiving.ReceivingAppMain.loadPurchaseOrder(Compiled Code)

I'm using Mysql 4.0.21 as the database. Are there other drivers available to support this database and the older JVM?

thanks,
Dave

Options: ReplyQuote


Subject
Written By
Posted
J2ME and older JVMS
November 12, 2004 08:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.