I have built an application to run on a Ubuntu box. It is pulling a config file from the network path. When I try to run it, I get the error: "/home/amn/smb:\\path\to\network\file.xml"
I am building this in Java, and my path to it is this:Any suggestions?Code:File file = new File("smb:\\\\path\\to\\network\\config\\file.xml");



Reply With Quote


Bookmarks