How I can access from my java program installed on a SunOS server to an ip address from a windows machine?
\xx.xx.x.x\folder\
File ficheroDirCompNav = new File(\\xx.xx.x.x\folder,name+".pdf");
The log in server shows Path /\xx.xx.x.x\name/XXX.pdf
How I can remove the symbol / and replace with \?
Thanks!!