Posted By:
suvarna_huddar
Posted On:
Tuesday, June 4, 2002 10:28 AM
hi
I am using the third party software called HttpMail for reading my hotmail account .I using linux platform.
my program reads like this..
String user="xxxxx@hotmail.com;
String pass="xxxyyy";
Vector Mail=GetHotmail.getMail(user,pass,false);
when i execute,i get the error
ClassFormatException:Bad Magic Number
at:HttpMail.HttpMail.Connect(HttpMail.java.204)
Can somebody help me out.
thx,
Suvarna