| Author |
Is java.net.URL available?
|
Mohamed Farouk
Ranch Hand
Joined: Jun 08, 2005
Posts: 241
|
|
Hello Friends I am tryting to create a mobile application and I cant get my code compiled because it is erroring on java.net.URL. Please can you tell me if it is available. I am using netbeans and I have got nokia s40, s60 j2me sdk 3.0 and wireless kit but all seems to not let me compile any help would be greatly appreciated. Thanks Mohamed
|
SCJP, SCWCD, SCBCD, SCEA 5
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14475
|
|
What classes and methods will be available depend on the profile that you're using. It's important when developing for JME to select a profile that matches the target hardware, too. Otherwise it will work fine on your desktop and not work at all on the actual device. Nokia specs are normally quite good about telling you what profile and additional JSR's a given phone supports.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Is java.net.URL available?
|
|
|