Results 1 to 3 of 3
- 01-15-2009, 03:48 PM #1
Member
- Join Date
- Jan 2009
- Posts
- 2
- Rep Power
- 0
urgent requirement...regarding process
I have a JTextArea with some data init...
now when i click on JTextArea, notepad should be popped up holding the data in textarea....
Now iam able to open notepad using:
Runtime.getRuntime.exec("notepad.exe") return type is process
now how to send the textarea data to notepad tht is opened....
can anyone of u suggest me with the solu ASAP
Or is there anyother way...
Thankyou in advance...
- 01-15-2009, 03:52 PM #2
fast solution: I would write out the text to a temp file. then use "notepad.exe temp.txt".
- 01-15-2009, 03:55 PM #3
Member
- Join Date
- Jan 2009
- Posts
- 2
- Rep Power
- 0
Similar Threads
-
Excel Multibyte JDBC Driver / Very Urgent Requirement
By phanindar in forum Advanced JavaReplies: 0Last Post: 11-17-2008, 11:46 AM -
Immediate requirement for Java & XML developer near NY
By sekhar in forum Jobs OfferedReplies: 0Last Post: 05-25-2008, 05:35 AM -
Requirement for Technical Professionals
By deepak_yoganishta in forum Jobs OfferedReplies: 0Last Post: 02-04-2008, 01:08 PM -
Urgent Requirement for Java/J2ee
By anushareddy7480 in forum Java SoftwareReplies: 1Last Post: 07-23-2007, 01:35 PM -
Urgent Requirement for Java/J2ee
By anushareddy7480 in forum New To JavaReplies: 0Last Post: 07-23-2007, 11:56 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks