Re: Problem with program exception in thread error
by Lew <lew@[EMAIL PROTECTED]
>
Feb 7, 2008 at 08:21 PM
christopher_board@[EMAIL PROTECTED]
wrote:
>> This is the code that I am using:
>> public class WakeOnLan {
>> String macStr;
>> Hashtable<String, String> macTable = new Hashtable<String,
>> String>();
>> // Get the object of DataInputStream
>> DataInputStream in = new DataInputStream(fstream);
>> String strLine;
>> System.out.println("strLine is: " + strLine );
>> String Computer = st.nextToken();
>> public void WOL() {
>> String wakeComputer = (String)macTable.get(aChoice);
>> String macStr = originalMac; //"00:30:4F:1C:95:dF";
>> Any help in this matter would be highly appreciated. Thank you
Apparently you don't appreciate it enough to actually take the advice that
is
offered.
--
Lew