> Honestly I am looking for the version that actually creates .java files > before the bytecode is > generated for the cfm pages. I am interested in knowing the cf to java > internals. > > I read on a couple of posts that the flag is disabled from 6.1 on. So I guess > I need the > version just before 6.1 which is plain MX(?). So just trying my luck on HOF.
That would be version 6, or MX. That said, it's not just that a "flag" is "disabled". The compilation process changed completely. There is no intermediate step between CF and compiled bytecode, as there was with 6; the compilation process just goes directly from one to the other! I suspect that if you were able to look at the Java used to compile classes in newer versions, it would look quite a bit different from that in 6. Your best bet might be to look at compiled classes with a Java decompiler, if you're that curious. I can probably make 6 available on our site after business hours today, if you're still interested. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314909 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

