ColdFusion8、Windows7 64 ビット OS を使用しており、ColdBox から Wirebox 1.6 をダウンロードしました。ファイルを抽出して配置し、wwwroot
以下のコードで「index.cfm」ページを作成しました。
<cfscript>
wirebox = createObject("component","wirebox.system.ioc.Injector").init();
</cfscript>
<cfdump var="#wirebox#">
しかし、それはエラーをスローしています:
Invalid CFML construct found on line 43 at column 36. ColdFusion was looking at the following text: { The CFML compiler was processing: A script statement beginning with instance on line 43, column 25. A cfscript tag beginning on line 33, column 18. A cfscript tag beginning on line 33, column 18. The error occurred in C:\ColdFusion8\wwwroot\wirebox\system\ioc\Injector.cfc: line 43 41 : 42 : // Prepare Injector instance 43 : instance = { 44 : // Java System 45 : javaSystem = createObject('java','java.lang.System'),
正しくインストールしてインストールをテストするにはどうすればよいですか?