Hi

        I am trying to get a .jar file to work with <cfobject>
        I placed the file in a dir:  d:\java\myjar.jar.
        I put the dir in the class path in the Coldfusion administrator.
        Stopped/started the service.
        
        Tried:
        <cfobject action="create" type="java" class="myjar.jar"
name="myobj">

        when I run the page I get the error:
        Object Instantiation Exception.  
        Class not found: myjar.jar  

        Verified my spelling of the dir in the class path.
        In Coldfusion administrator I looked at System Information and can
see d:\java\myjar.jar  in the Java class path listing.

        In the cmd window I can go to the dir and run java -jar myjar.jar
and it runs. 

        What am I missing to get this to work?
Thanks
Rodney


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277336
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