theniteowl
Programmer
I was just upgraded to Win 7 at work.
I have an application that resides on a server that is run from a bat file that sets up the JAVA environment variables and then executes the app.
Since upgrading to Win 7 when I run the bat file it launches a quick dos window to execute the bat when then launches another in which an error appears stating “Exception in thread “main” java.lang.UnsatisfiedLinkError: no VpiJava in java.library.path”
The bat file is in the same folder as the vpijava file referenced.
If I remotely log into the server where this app resides I can run the same bat file and it works normally.
When I try to run it by accessing the share from my own computer it fails with the above error. It almost seems permission related but my ID has full control on the folders in question.
When I remote to the server I can log in with the same ID I use when I try from my own PC and it works while on server but not from my own machine.
Is perhaps Windows 7 applying some restrictions on executing files on remote shares? Or somehow alterning the paths set in the DOS environment? I have setup a path for that folder in my windows environment variables but that did not help.
Thoughts?
Thanks.
At my age I still learn something new every day, but I forget two others.
I have an application that resides on a server that is run from a bat file that sets up the JAVA environment variables and then executes the app.
Since upgrading to Win 7 when I run the bat file it launches a quick dos window to execute the bat when then launches another in which an error appears stating “Exception in thread “main” java.lang.UnsatisfiedLinkError: no VpiJava in java.library.path”
The bat file is in the same folder as the vpijava file referenced.
If I remotely log into the server where this app resides I can run the same bat file and it works normally.
When I try to run it by accessing the share from my own computer it fails with the above error. It almost seems permission related but my ID has full control on the folders in question.
When I remote to the server I can log in with the same ID I use when I try from my own PC and it works while on server but not from my own machine.
Is perhaps Windows 7 applying some restrictions on executing files on remote shares? Or somehow alterning the paths set in the DOS environment? I have setup a path for that folder in my windows environment variables but that did not help.
Thoughts?
Thanks.
At my age I still learn something new every day, but I forget two others.