我正试图通过我的J2ME应用程序连接互联网。 我使用NetBeans 6.8。 我正试图在我的J2ME MIDP和因特网之间建立HttpConnection。 我没有看到网页,即作为参数通过,载于<条码>。 i.e
conn = (HttpConnection)Connector.open("www.google.com");
After running the program i cant see google in my mobile, though my application is asking me for a secure internet connection. If anyone know about Http Connection with J2ME then, please help me.