Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to develop Java application similar to the taskmanager in windows but for linux-Ubuntu.

If the java can be used to develop this application, what the lib that I need to include?

Can the python,C# be udes to develop this application?

thanks,
Posted

1 solution

A task manager is a pretty low level application, hence I would suggest using the C programming language. However you could use Java for the GUI and C for the low level stuff (libraries you can call via JNI) or even Java calling system tools like ps or kill (see, for instance Java exec - execute system processes with Java ProcessBuilder and Process (part 1)[^]).
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900