I looked into this idea a while ago, Mike, and I don't believe it's possible. Basically what the compile.bat file is doing to compiling your source code, just as you would if you were compiling a Java program. The additional parameters for the command simply adds cfx.jar and cfmx_bootstrap.jar to the search path. What these do is convert the CFML into Java code - the equivalent of CLASS files.
AFAIK, there's no way to compile Java code other than calling java.exe. -----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 10:22 AM To: CF-Talk Subject: RE: cfcompile alternative > Does anyone have an alternative solution to calling cfcompile via a > cfexecute tag (i.e. by calling the compiler as an object)? > Since CFCOMPILE is a batch file, that launches a Java program, I suspect that with a little fiddling you could do that directly from within a CF program. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242656 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

