On 7/11/06, Pete Ruckelshaus <[EMAIL PROTECTED]> wrote: > Google has a Java example on their site > http://code.google.com/apis/checkout/samples/Google_Checkout_Sample_Code_Java.html >
The problem is that it requires Java 1.5 and ColdFusion is not supported on that platform. If you *really* want to use it and you're using the J2EE edition of ColdFusion (where you can have multiple instances), I suppose you could create a new JRun instance via the JRun Admin console and set the jvm.config file to use the 1.5 JDK. (JRun with Updater 6 *does* properly support 1.5...it's ColdFusion that can't 100% handle it.) Though I'm not really sure what that's going to get you. Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246221 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

