-
Terminally Deprecated ElementsElementDescriptionUse
ProcessHandle.current()to get the current process information.UseProcessHandle.pid()instead.Use theProcessHandleAPI instead.UseProcessBuilder.Redirect.DISCARDinstead.
-
Deprecated Classes
-
Deprecated MethodsMethodDescriptionUse
ProcessHandle.allProcesses()instead.UseProcessHandle.current()to get the current process information.UseProcessHandle.pid()instead.
ProcessHandle.allProcesses()instead.