|
From: Anson T. <an...@mo...> - 2012-09-08 03:54:43
|
Hi,Folks.,
I am using new ios api
and when running the app, it shows the message ,
*XMLVM Error: Unimplemented native method:
(java_net_InetAddress_getHostByNameImpl___java_lang_String_boolean):/Users/netmeeting/svn_repository/xmlvm/trunk/xmlvm/demo/iphone/RoomBooking/dist/../build/xcode/src/app/native_java_net_InetAddress.m:82
*
java code ,
URL url = new URL("http://xxx.xxx.xxxx.xxx/......"); //where it returns
json
URLConnection tc = url.openConnection();
BufferedReader in = new BufferedReader(new InputStreamReader(
tc.getInputStream(), "UTF-8"));
--
|