I am converting a little java code into CF8. The sample Java program I am working from is meant to be run with this command line option:
-Dcom.java4less.vision.maxarea=900000 Without having that set, my results in ColdFusion are not working very well. Anyone know how I can do something like the above in ColdFusion? I have no "vision" object to work with or anything, I'm only working with 1 instantiated java object and there is no maxarea property or setter in that object. I imagine I could change ColdFusion's JVM start up parameters to include that option, but I don't really like that idea. -Ryan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294390 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

