J
Jay Hulslander
Hello,
I want to connect a file on a Windows box that I can asscess with
\\IP_ADDRESS\autoload\journals.txt from a Java application running on
another windows box.
I used the File object when I was developing. Everything worked fine.
However, when I tried to deploy to an application server, I found that I
need to supply a user name and password to connect.
I am looking for an easy way to connect to a windows network share with
a user name and password from Java. I started to looking at JNI, but I
was hoping there might be an easier to use wrapper already written. Any
help would be greatly appreciated.
Thanks,
Jay
I want to connect a file on a Windows box that I can asscess with
\\IP_ADDRESS\autoload\journals.txt from a Java application running on
another windows box.
I used the File object when I was developing. Everything worked fine.
However, when I tried to deploy to an application server, I found that I
need to supply a user name and password to connect.
I am looking for an easy way to connect to a windows network share with
a user name and password from Java. I started to looking at JNI, but I
was hoping there might be an easier to use wrapper already written. Any
help would be greatly appreciated.
Thanks,
Jay