Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating an Event Recorder for Java Application

Status
Not open for further replies.

javabeanx

Programmer
Apr 29, 2002
10
IN
I am trying to create an event-recorder for java application (Linux environment)does the following:
1)Run users JVM from mine .My process should record all events of usrs without disturbing the users process.
2)Replay them
Replaying part is simple thanx to java.awt.Robot
But the recording events part seems to be clueless
How do I approach
1)Use Linux Apis
2)Use pure Java
3)Use JNI
I am new to java .Please can you guide what is the best way to pursue it .Please give me the good websites and the books necessary.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top