| Reply | « Previous Thread | Next Thread » |
|
Hi, java coders!
I have one problem with connect to http from Series 60 emulator: when I try connect to localhost, I have Connection exception, but when I try connect to real www, all ok, for exemple game Cannons works fine. Connection to localhost ok from 7210 emulator. Maybe series 60 emulator needs http setups in http point? |
|
Try connecting to the actual IP address of the PC - "localhost" doesn't work in the Series 60 emulator.
|
| aled.morris |
| View Public Profile |
| Find all posts by aled.morris |
|
You might want to try the "loopback address" which is what localhost is an alias for:
127.0.0.1 |
| sam.hendley |
| View Public Profile |
| Find all posts by sam.hendley |
|
what mean "loopback" ?
|
|
Loopback is the name the gave to the ip address that every computer thinks is them. Basically you are going staight to the ip address defined by localhost.
like www.microsoft.com -----> 207.46.134.155 localhost -------> 127.0.0.1 |
| sam.hendley |
| View Public Profile |
| Find all posts by sam.hendley |
|
thanx, i knew that 127.0.0.1 is a localhost IP address :)
You mean, I must try connect to IP, not to netBIOS name. :) |
|
I need your help here.
My Http application can work in 6310i emulator, but when it is on series 60 emulator, the connection always returns Null Pointer Exception. I tried null-modem cable and mRouterLite, but it still does not work. Could you help me? |
|
I tried using HttpConnection in J2ME Midp 1.0 in my new 3650 phone.
But i get java.io.IOException : Status = -33 and also sometimes java.io.IOException : Status = -20019 can u help me out in this. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|