When I start Java-applications with java.exe, every application has the same name in the process-manager. And the Java-processes are not distinguishable. Is it possible to write a simple C/C++-stub which loads the Java-runtime as a DLL and possibly the commandline-parameters passed to a exported function of the DLL so that the Java-process has its own identity?
Thanks in advance, Bonita.