getting IP address in J2ME

does anyone know how to get the device local IP address or host name? This was implemented by java.net (InetAddress class) calling an OS native method, but this is not possible anymore in J2ME. Any suggestions?

PD: More details about the question and 6 Duke Dollars if you reply on the previous post:

http://forum.java.sun.com/thread.jsp?forum=4&thread=185569

[399 byte] By [xavierpalau] at [2007-9-26 11:12:36]
# 1
For what it is worth, even though there mare no APIs to get the IP address in the CLDC or MIDP, maybe the vendor has implemented it through the System.getProperty method.Good luck, please post if you find an answer.Don
d1camero at 2007-7-2 0:11:23 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
the concept of ip address is not part of the j2methe j2me is designed to be completly independant of the type of network it is communicating over (this is important as many networks are not ip based)rob,
Abuse at 2007-7-2 0:11:23 > top of Java-index,Java Mobility Forums,Java ME Technologies...