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


JOHNSON CONTROLS 031-02755-003 Flash Card For YORK YCAL YCUL Control Board. NEW picture

JOHNSON CONTROLS 031-02755-003 Flash Card For YORK YCAL YCUL Control Board. NEW

$248.99



Schneider Electric XBTZGM256 256MB Compact Flash Card picture

Schneider Electric XBTZGM256 256MB Compact Flash Card

$212.23



10* DIP-28 Eeproms Programmable Flash Chip For SST27SF512-70-3C-PG SST 27SF512 picture

10* DIP-28 Eeproms Programmable Flash Chip For SST27SF512-70-3C-PG SST 27SF512

$28.31



Honeywell Salisbury Arc Flash Pro-wear 40 Cal Protect Hood FH40RPG-PP picture

Honeywell Salisbury Arc Flash Pro-wear 40 Cal Protect Hood FH40RPG-PP

$150.00



York 031-02755-003 CARD FLASH YCAL EXT RANGE MMHP picture

York 031-02755-003 CARD FLASH YCAL EXT RANGE MMHP

$236.34



Legrand Wiremold RC4ATCBK Flash  Multi- Service Flush Poke Through Device picture

Legrand Wiremold RC4ATCBK Flash Multi- Service Flush Poke Through Device

$110.00







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