BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 01-22-2008, 09:36 AM   #1
ELIE_Brice
New Member
 
Join Date: Jan 2008
Model: 7100T
PIN: N/A
Carrier: Developer
Posts: 8
Default "package javax.microedition does not exist"

Please Login to Remove!

I'have a small problem...with BlackBerry JDE 4.3.0
C:\blackberry\HelloworldDeux.java:9: package javax.microedition does not exist

It's very funny... no ?..

How i can changed this problem ??
I tryed importing jar files with a potential api (projet properties)..but it's not good..

help me..


Brice
Offline  
Old 01-22-2008, 06:43 PM   #2
jsculley
New Member
 
Join Date: Jan 2008
Model: 8130
PIN: N/A
Carrier: Verizon
Posts: 6
Default

Quote:
I'have a small problem...with BlackBerry JDE 4.3.0
C:\blackberry\HelloworldDeux.java:9: package javax.microedition does not exist

It's very funny... no ?..

How i can changed this problem ??
I assume you have something like this in your code:

Code:
import javax.microedition.*;
This won't work because there is no package named 'javax.microedition'.

In Java code, the '*' does not act like a typical wildcard because packages in java are *not* a tree structure. They are a flat structure. So a package named 'foo.bar.stuff' is not a child of package 'foo.bar'. Therefore importing 'foo.bar.*' will not import classes in 'foo.bar.stuff'.

Change your code to import javax.microedition.whateveractualpackageyouwanted. * and everything should work.

Jim S.
Offline  
Old 01-23-2008, 04:05 AM   #3
ELIE_Brice
New Member
 
Join Date: Jan 2008
Model: 7100T
PIN: N/A
Carrier: Developer
Posts: 8
Default

ok !
it's good ! thank you very much
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Avaya 9608 IP Business Phone Anatel VoIP Office Telephone Brand New With Stand picture

Avaya 9608 IP Business Phone Anatel VoIP Office Telephone Brand New With Stand

$24.99



POLYCOM SoundPoint IP550 Digital VOIP Telephone picture

POLYCOM SoundPoint IP550 Digital VOIP Telephone

$20.00



Vtech ErisTerminal VSP861 Touchscreen Color Desktop - Voice-Over-IP VOIP Phone picture

Vtech ErisTerminal VSP861 Touchscreen Color Desktop - Voice-Over-IP VOIP Phone

$14.99



Cisco CP-8811-K9 Unified Office IP VoIP PoE Business Phone w/ Stand & Handset picture

Cisco CP-8811-K9 Unified Office IP VoIP PoE Business Phone w/ Stand & Handset

$14.99



Lot Of 10 Avaya 9641GS VoIP Business Office IP Phone W Handsets & Stands picture

Lot Of 10 Avaya 9641GS VoIP Business Office IP Phone W Handsets & Stands

$119.99



Lot of 10 Polycom VVX 400 Office IP Phones 2201-46104-001 picture

Lot of 10 Polycom VVX 400 Office IP Phones 2201-46104-001

$129.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.