Possible duplicate:How to rename the process java.exe / javaw.exe?
Hi, I am working on a Java desktop application. When a program starts, it creates a process java.exe. I was not worried about this. But now one of my users wants the name of this process to be changed to <project-name>.exe.
java.exe
<project-name>.exe
So, please provide me some suggestions, how can I achieve this function for my program?
By their nature, Java programs are usually interpreted by the JVM. The Java process that you see is an actual JVM instance.
, , JVM , , -, ( JVM- ).
:
... , , "java to exe" Google.
: , Java, - .
, JNLP .
: http://www.excelsior-usa.com/articles/java-to-exe.html
,
java.exe( javaw.exe) java (w).exe
- , , , , , Java- ; . , ( ), , , , , ( SIGKILL).
The big problem with this solution is that you have to create platform independent code.
Source: https://habr.com/ru/post/1793785/More articles:IPhone development and use of separate model files? - iphoneTransfer values from the main report to the subreport? - jasper-reportsHow can I show the keyboard when opening Mailcomposer? - iphoneSharepoint 2010 grid overview - viewConvert string to IP address format - c #Memory leak using ABPeoplePickerNavigationController? - memory-leaksHow can I continue gsub even if there is zero? - ruby-on-railsSelecting an item by content using jQuery - javascriptImport Excel data programmatically to access table with column mapping - vbaPython, virtualenv - Can I use one Pyramid project with multiple virtualenvs on different computers? - pythonAll Articles