'“java me”' için Etiket Arşivi

Java ME Platform SDK 3.0 startup problem

If you encounter connection problems starting Sun’s new Java ME Platform SDK 3.0 on windows, you might want to check your hosts file and your localhost definition.

notepad %windir%\system32\drivers\etc\hosts

for me localhost was defined as

::1      localhost

which is an IPv6 definiton according to wikipedia. Changing the definition into

127.0.0.1      localhost

solved my problem. Give it a try, and let me know if it helps.