• Welcome to KonaKart Community Forum. Please login or sign up.
 

Onepagechekout sql exception

Started by Jaipal, April 27, 2009, 01:48:16 pm

Previous topic - Next topic

Jaipal

Hi, In case of onepagecheckout I need to write a  sql query inside java class but I am getting exception at import package  java.sql.*.I am using gwt  kit provided by konakart to modify & check onepagecheckout .what is reason even packages like  java.util.*,java.io.*  work well.

trevor

The reason is that the java code gets converted to java script and runs in your browser.