New implementation of option "customProcName" with symbolic links
Brought to you by:
grzegok
The option "customProcName" has been removed in the version 3.1.0 with the reason "not compatible with newer Windows versions".
I don't know what the reason itself is, but a new implementation with the on-the-fly creation of a symbolic link to java.exe seems to be possible.
mklink helloword.exe "C:\Program Files\Java\jdk1.7.0_03\jre\bin\java.exe"
+1 this feature is very interesting.
And winrun4j permit create gui aplications with custom process name.
Please add again!