Hello,
With the previous version of B4JPackager (Java8), the process name had the same name as the executable (i.e. my executable was named MyGame.exe, the process in Windows process manager was named MyGame.exe).
With B4JPackager11, the process is named javaw.exe, regardless of my executable name. Is there a way to change the name of the process?
Thank you for the support!
Edit: for info, the problem that this causes, is that I cannot use this function anymore:
https://www.b4x.com/android/forum/threads/singleton-and-process-functions.61381/#content
And setting the searched process name to javaw.exe would be too broad I guess
Edit: Solved HERE
With the previous version of B4JPackager (Java8), the process name had the same name as the executable (i.e. my executable was named MyGame.exe, the process in Windows process manager was named MyGame.exe).
With B4JPackager11, the process is named javaw.exe, regardless of my executable name. Is there a way to change the name of the process?
Thank you for the support!
Edit: for info, the problem that this causes, is that I cannot use this function anymore:
https://www.b4x.com/android/forum/threads/singleton-and-process-functions.61381/#content
And setting the searched process name to javaw.exe would be too broad I guess
Edit: Solved HERE
Last edited: