Hallo People. Im trying to start a jar file with javaw.exe
I have a bat file that can execute it.
I have some things to solve:
find out where javaw is on diffrent systems. registry key? cant find it?
When i use the code in the bat file it works. When i try to use it in file.run it doesnt!
Note: I am a 100% sure i have escaped \ files like this \\
I have a bat file that can execute it.
I have some things to solve:
find out where javaw is on diffrent systems. registry key? cant find it?
When i use the code in the bat file it works. When i try to use it in file.run it doesnt!
Note: I am a 100% sure i have escaped \ files like this \\
Comment