View Single Post
  #7 (permalink)  
Old 08-03-2007, 04:37 PM
henry_78 henry_78 is offline
Member
 
Join Date: Aug 2007
Posts: 47
henry_78 is on a distinguished road
I think i know now why it dosent work.
Because i dont have a reference to the java applicationn console.
I can have a refernce to a console i open...
There is a method in the class System ...System.console();
It returns a reference to the virtual machine console (if there is any).
I dont know if it might help u.
Reply With Quote