hi everybody,
i am trying to get the name and id of the opened application to check whether the application is opened properly or not using java
hidash_in -9 Junior Poster in Training
Recommended Answers
Jump to PostAn "application" does not have an "instance id". It has a "process id" though. If that is what you mean then you will have to use Runtime.exec() to set of a "ps" command (or the OS specific equivalent as ps is a Unix/Linx command).
IOW, this is not the …
All 2 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.