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


6500/1 A 6502 VARIENT CPU COMMODORE USE IN AMIGA KB & 1520 PLOTTER NMOS NCR NOS picture

6500/1 A 6502 VARIENT CPU COMMODORE USE IN AMIGA KB & 1520 PLOTTER NMOS NCR NOS

$5.89



New Greaseweazle V4.1 USB Floppy Adapter Flux Reader Writer Amiga Atari ST 1591 picture

New Greaseweazle V4.1 USB Floppy Adapter Flux Reader Writer Amiga Atari ST 1591

$28.46



[1pcs] 8520A-1 CSG 8520A-1  Commodore Amiga DIP40 USED picture

[1pcs] 8520A-1 CSG 8520A-1 Commodore Amiga DIP40 USED

$15.57



[1pcs] 8520A-1 MOS 8520A-1  Commodore Amiga DIP40 USED picture

[1pcs] 8520A-1 MOS 8520A-1 Commodore Amiga DIP40 USED

$15.07



1PC USED A54MA55B BC186A413G52 Mitsubishi A500/F540 Series 55KW Drive Board #CZ picture

1PC USED A54MA55B BC186A413G52 Mitsubishi A500/F540 Series 55KW Drive Board #CZ

$317.00



1PC USED A54MA30B Mitsubishi F500/A500/A540 Series 30-37KW Drive Main Board #CZ picture

1PC USED A54MA30B Mitsubishi F500/A500/A540 Series 30-37KW Drive Main Board #CZ

$255.00







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