Results 1 to 2 of 2
- 10-21-2010, 06:33 AM #1
Member
- Join Date
- Oct 2010
- Posts
- 11
- Rep Power
- 0
how to run the java program behind the system
Hi,
I am developing a one application. I want to read the every character from keyboard which is typed.And i store this character into a file.To develop this i used the following code.
printStream f=new printStream("pathname");
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
f.append(br.readLine());
It is working .but what i am doing is, i want to run java program behind the system(windows xp2) i.e to hide the process and to read the every character from keyboard. Even i type in the the notepad editor ,i want to read that characters also. please anyone help me.
thanks in advance,
usha.
- 10-21-2010, 06:39 AM #2
Similar Threads
-
Java Program (Vote system)
By eugenechia in forum New To JavaReplies: 2Last Post: 03-01-2010, 09:23 AM -
Convert Cartesian coordinate system into java coordinate system?
By 123 in forum Java 2DReplies: 3Last Post: 02-07-2010, 08:34 PM -
please help on java program for printer : this printer is connected to system which
By for453 in forum Java 2DReplies: 0Last Post: 08-09-2007, 06:30 AM -
Need to write a program to execute a list of system commands
By mdthahir in forum New To JavaReplies: 2Last Post: 08-07-2007, 07:22 PM -
Need to write a program to execute a list of system commands
By mdthahir in forum NetworkingReplies: 1Last Post: 07-27-2007, 05:46 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks