I have a file copied in one computer and I need to access the file from other computer. I am not sure, which protocol or which technology to use for this? Please provide me
You might try:
URL url = new URL("file://192.168.1.157/home/renjith/picture.jpg"); Image image = ImageIO.read(url);