| View previous topic :: View next topic |
| Author |
Message |
encryptor
Joined: 30 Aug 2009 Posts: 1
|
Posted: Sun Aug 30, 2009 1:58 pm Post subject: package errors in cldc/midp platforms |
|
|
i am working on a mobile application. i start the project with new project>>mobility>>midp application. in the beginning i have to import java.net.* package. Netbeans shows an error on it saying: package java.net.* does not exist. and hence i can not use anoy of the socket etc classes in my program.
How should i solve this problem? an urgent reply would be highly appreciated! |
|
| Back to top |
|
 |
Karol Harezlak Posted via mailing list.
|
Posted: Mon Aug 31, 2009 7:36 am Post subject: package errors in cldc/midp platforms |
|
|
Specification of MIDP/CLDC does not contain java.net API. If you want to
work with sockets try to use Generic connection framework
(javax.microedition.io)
K.
encryptor wrote:
| Quote: | i am working on a mobile application. i start the project with new project>>mobility>>midp application. in the beginning i have to import java.net.* package. Netbeans shows an error on it saying: package java.net.* does not exist. and hence i can not use anoy of the socket etc classes in my program.
How should i solve this problem? an urgent reply would be highly appreciated!
|
--
Karol Harezlak <address-removed>
Sun Microsystems, Inc. NetBeans Mobilty/JavaFX |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|