Hi: Thanks for the fast reply. I downloaded the zip file from the following address http://www.sustainableGIS.com/tips/persianCalendar.zip I copied two files icu4j.jar and persiancalendar.jar into C:\CFusionMX\wwwroot\WEB-INF\lib then I made a new website in Dreaweaver and copied the following files there ( index.cfm javaLoader.cfc javaLoaderLicense.txt persianCalendar.cfcpersianCalendar.cfm ) then I ran the file index.cfm but the following error occured:
The path you have specified could not be found C:\CFusionMX\runtime\bin\4 does not exist The error occurred in C:\CFusionMX\wwwroot\persianCalendar\javaLoader.cfc: line 95 Called from C:\CFusionMX\wwwroot\persianCalendar\javaLoader.cfc: line 47 Called from C:\CFusionMX\wwwroot\persianCalendar\persianCalendar.cfm: line 6 93 : <cfargument name="message" hint="The message to accompany the exception" type="string" required="Yes"> 94 : <cfargument name="detail" type="string" hint="The detail message for the exception" required="No" default=""> 95 : <cfthrow type="#arguments.type#" message="#arguments.message#" detail="#arguments.detail#"> 96 : </cffunction> 97 : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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/groups/CF-Talk/message.cfm/messageid:253233 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

