> Is there somewhere that documents that the direction of the > slashes matter? I tried all these forms and the latter is > the one that worked. > > java.home=C:\j2sdk1.4.2_11\jre\ > java.home=C:\j2sdk1.4.2_11\jre > java.home=C:/j2sdk1.4.2_11/jre/ > java.home=C:/j2sdk1.4.2_11/jre
I'm sure it's documented somewhere, but I have no idea where. In Java configuration files, you can typically either use forward slashes (/) or escaped backslashes (\\) to specify a Windows filesystem path. 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! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270709 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

