> I just got a question handed to me where a jar is being > called using CFOBJECT and the jar has a reference to another > object that has to be called. Has anyone heard anything like > this in CFMX? Would it be a standard CFOBJECT call to the > 'internal' object using the external as a reference?
Can you be more specific about what you're trying to do? It may be worth pointing out that a JAR file is really just a zipped archive - a directory, basically. Within the JAR, you might have lots of runnable classes. You might have one runnable class that is executed when you execute the JAR itself, just like you might have a default page in a web server's root directory. Assuming that the JAR is in CF's classpath, you should be able to run any class within it. 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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238575 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

