I am running the command "net use" using Runtime.exec().
Usually, net use prompts me for a username and password.
However, when I run the command in java, it prints out the request for username...
Type: Posts; User: PrinceSendai
I am running the command "net use" using Runtime.exec().
Usually, net use prompts me for a username and password.
However, when I run the command in java, it prints out the request for username...
I am a little bit confused. I created an executable jar file from a program I made. My program is around 100K in size, 57K when converted to jar.
The issue is I sent my program to a couple of...