https://github.com/mateuszkubuszok/jsdpu
Project of a library dedicated to performing some specific operations on processes, namely running them in queues as one process, running them with elevation or terminating existing processes.
https://github.com/mateuszkubuszok/jsdpu
elevation java
Last synced: 7 months ago
JSON representation
Project of a library dedicated to performing some specific operations on processes, namely running them in queues as one process, running them with elevation or terminating existing processes.
- Host: GitHub
- URL: https://github.com/mateuszkubuszok/jsdpu
- Owner: MateuszKubuszok
- License: other
- Created: 2013-03-26T08:06:58.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-06T14:19:54.000Z (over 11 years ago)
- Last Synced: 2023-04-07T02:31:30.120Z (about 2 years ago)
- Topics: elevation, java
- Language: Java
- Size: 258 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Java's System Dependent Process Utils.
===========[](https://travis-ci.org/MateuszKubuszok/JSDPU)
Project of a library dedicated to performing some specific operations on
processes, namely running them in queues as one process, running them
with elevation or terminating existing processes.History
-----------Project was created during development of an Autoupdater project for Nokia
Siemens Networks, when amount of operations on processes grow up, making
it reasonable to dedicate whole library, that would handle them.It's created from the scratch by Mateusz Kubuszok, and though it's still
in an early development, it can already be used for creating elevated
processes and termination of running programs.License
-----------
Project's own licence can be found [here](LICENSE.md). Licenses of referenced libraries
can be found either on their respective homepages or inside their source code files,
as well as inside this [NOTICE](NOTICE.md).