B4J Question Windows Credentials

mikeeepe

Member
Licensed User
Longtime User
Is there a way to have the B4J jar that is created utilize different windows credentials to access the network resources? The users don't have the proper rights to modify the default location of the jar, but there is a service account which does and I would like to use this account to access the data location.
 

Daestrum

Expert
Licensed User
Longtime User
On windows you could probably run the jar from a batch file, set the batch file to 'run as' the service account, and the jar should inherit it's permissions.
 
Upvote 0
Top