From: "JR "Bob" Dobbs" on 14 Dec 2006 17:42 I have a .NET assembly that I have exposed through COM. I am able to use the object with cfobject. I would like to create a java stub for ColdFusion 7. I have used the com2java tool to create the .java files from the .tlb for the com object, but am recieving error messages when I try to compile them. Command used: javac -J-mx100m -J-ms100m *.java -classpath C:\CFusionMX7\lib\jintegra.jar _ConnectProxy.java:26: illegal start of expression static { .JIntegraInit.init(); } ^ IeConnectHelperProxy.java:26: illegal start of expression static { .JIntegraInit.init(); } ^ 2 errors My platform is Windows 2003, ColdFusion 7.02 Any help is appreciated.
|
Pages: 1 Prev: Web Service: Axis Fault?? Next: Anyone have an updated copy of ThreeSelectsRelated.cfm? |