Results 1 to 6 of 6
- 12-29-2011, 08:52 PM #1
Member
- Join Date
- Dec 2011
- Location
- Croatia,Zagreb
- Posts
- 21
- Rep Power
- 0
- 12-29-2011, 09:22 PM #2
Re: Detecting second application action's
You're not going to be able to do this with java. Java is isolated in a virtual machine, and does not have access to OS processes directly.
- 12-30-2011, 02:14 PM #3
Member
- Join Date
- Dec 2011
- Location
- Croatia,Zagreb
- Posts
- 21
- Rep Power
- 0
Re: Detecting second application action's
Thanks for your reply.
I found way how to detect if application is running or not.
But now i have another problem i dont wanna make new thread for it.
infoTable = new JTable(data,columnNames);
infoTable.setSelectionMode(ListSelectionModel.SING LE_SELECTION);
and i want make that if use click's or row, let's say row 2, that row 2 get selected but user cant edit it
i know that there is infoTable.setEnabled(true,false); but when i make that i cant select row ( i just need row selection).
- 12-30-2011, 04:22 PM #4
Re: Detecting second application action's
Yes, you can pull this info from the OS and find PIDs and such, but that will not tell you if the program is hanging or if there are security breaks on the app.I found way how to detect if application is running or not.
Yeah, don't do that. It is very confusing for people trying to search the forum. Please only one topic per thread.But now i have another problem i dont wanna make new thread for it.
- 12-30-2011, 05:40 PM #5
Member
- Join Date
- Dec 2011
- Location
- Croatia,Zagreb
- Posts
- 21
- Rep Power
- 0
Re: Detecting second application action's
Thanks for reply.
do u have any idea how would u detected security breaks. ? any idea ?
sory ill make new topic :D np -.-'
- 12-30-2011, 06:33 PM #6
Re: Detecting second application action's
No, like I said, I don't think java will help you there. You would have to tie into the windows APIs somehow, and I don't have any idea what kind of restrictions are involved with that. Good luck though! :Ddo u have any idea how would u detected security breaks. ? any idea ?
Similar Threads
-
Detecting Capitalization
By danthegreat in forum New To JavaReplies: 10Last Post: 09-09-2011, 09:46 PM -
HTTP Status 404 - There is no Action mapped for namespace / and action name
By kurakukiran in forum Web FrameworksReplies: 1Last Post: 06-30-2011, 09:49 AM -
Detecting if string or int
By Alk in forum New To JavaReplies: 6Last Post: 05-14-2011, 11:26 PM -
HTTP Status 404 - There is no Action mapped for action name showmainframe...
By vaibhavspawar in forum Advanced JavaReplies: 3Last Post: 08-19-2010, 08:27 AM -
Calling Action class from web.xml(first page of application)
By ghdforjava in forum Advanced JavaReplies: 0Last Post: 08-10-2009, 01:25 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks