KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: Jaipal on April 27, 2009, 01:48:16 pm

Title: Onepagechekout sql exception
Post by: Jaipal on April 27, 2009, 01:48:16 pm
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.
Title: Re: Onepagechekout sql exception
Post by: trevor on April 27, 2009, 01:55:53 pm
The reason is that the java code gets converted to java script and runs in your browser.