On 2/14/07, Jake Churchill <[EMAIL PROTECTED]> wrote:
>
> Sounds like the java class is not in the coldfusion classpath.  This
> must be added in the jvm.config file directly.


I think that would result in a NoClassDefFound error, not the error he
received.

I think Jochem has the right answer.

And for the original code, how about prettying it up some?  You have a lot
of extra # and " signs in there that aren't necessary.

<cfset connection = CreateObject("java","javaHTTPSconnection")>
<cfset connection.init(
    Myquery.Processing_Server,
    Myquery.Username & ":" & Myquery.Password,
    string_270)>


I often use Javacast when sending any kind of params from codlfusion to a
java class.. makes the code more foolproof but uglier.

Rick


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269853
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to