image j2me

Status
Nicht offen für weitere Antworten.

javaX

Mitglied
Hallo
Ich schaffe es einfach nicht erfolgreich ein Image zu laden.
Code:

Java:
public Image loadImage(String location) {
        try {
            return javax.microedition.lcdui.Image.createImage(location);
        } catch (java.io.IOException e) {
            throw new RuntimeException("Unable to load Image: " + e);
        }
    }

public void paint(Graphics g)
    {
        Image image = loadImage("/rot.png");
    }

Es wird immer eine Exception in der loadImage Mehtode geworfen. Das Bild befinden sich im Projektverzeichnis meines Netbeans Projekts.

Wo könnte den mein Fehler liegen?
Gibt es vll. irgendwo ein Tutorial mit einem angehängten Netbeans Projekt?
mfg
 
Zuletzt bearbeitet von einem Moderator:

javaX

Mitglied
danke für deine antwort. habe deine variante auch schon proviert, die aber auch nicht funktioneirt hatte.
habs aber mittlerweile geschafft ein bild zu laden (mit dem obigen code). fehler lag an einem fehlerhaften "built" von netbeans.

mfg
 
Status
Nicht offen für weitere Antworten.
Ähnliche Java Themen
  Titel Forum Antworten Datum
S Image dynamisch anhand von id in ImageView anpassen Android & Cross-Platform Mobile Apps 4
B Android ListView set custom check Image and delete Android & Cross-Platform Mobile Apps 0
D Grid Lists Image Gallery Android & Cross-Platform Mobile Apps 32
N Save Image to DB and set ImageView Android & Cross-Platform Mobile Apps 1
K Dynamische (Image)Buttons, Größe bestimmen Android & Cross-Platform Mobile Apps 4
M 20 Image Button für jede Auflösung positionieren Android & Cross-Platform Mobile Apps 3
D Java ME Image strecken und in beliebiger Gradzahl drehen Android & Cross-Platform Mobile Apps 3
S Image Problem Android & Cross-Platform Mobile Apps 11
M ein image pixel für pixel aufbauen : setPixel() ? Android & Cross-Platform Mobile Apps 1
J Image reinladen funktioniert nicht. Android & Cross-Platform Mobile Apps 13
tuttle64 J2ME SDK starten Android & Cross-Platform Mobile Apps 4
F MIDLET Pascal statt J2ME? Android & Cross-Platform Mobile Apps 6
K mp3 datei in j2me abspielen Android & Cross-Platform Mobile Apps 16
P J2ME Code-Beispiele Android & Cross-Platform Mobile Apps 2
K Java ME J2ME Bluetooth - bluesoleil,bluecove, JSR82... ? Android & Cross-Platform Mobile Apps 6
G Java ME Tabelle in J2ME Android & Cross-Platform Mobile Apps 4
G J2me Wirlesstoolkit 2.5.2 Kompertibel zu Samsung SGH J700 Android & Cross-Platform Mobile Apps 2
K J2ME programmierung - startprobleme. Android & Cross-Platform Mobile Apps 7
B (J2ME) Welche IDE ? Android & Cross-Platform Mobile Apps 3
M Telefonbuch in J2ME programmieren HILFE! Android & Cross-Platform Mobile Apps 34
P J2ME - Anbindung an externe Datenbank Android & Cross-Platform Mobile Apps 3
M Welche Datenbank für J2ME? Android & Cross-Platform Mobile Apps 5
P Prob mit Eclipse und J2ME SDK Android & Cross-Platform Mobile Apps 4
T J2ME Frameworks und Librarys Android & Cross-Platform Mobile Apps 2
D J2ME - Wie und welches Programm Android & Cross-Platform Mobile Apps 10
C JSR135 - Kamera in J2ME? Android & Cross-Platform Mobile Apps 4
A Hessian und J2ME Android & Cross-Platform Mobile Apps 3
G J2ME jar-problem Android & Cross-Platform Mobile Apps 10
Kidao Progress Bar in J2ME Android & Cross-Platform Mobile Apps 2
K XDA Orbit: Auslesen der GPS Daten mit J2ME Android & Cross-Platform Mobile Apps 2
D J2ME und Collections? Android & Cross-Platform Mobile Apps 5
R J2ME <-> Microsoft Message Queue (MSMQ) Android & Cross-Platform Mobile Apps 2
ARadauer j2me und mvc Android & Cross-Platform Mobile Apps 24
K Erste J2ME Applikation in NetBeans Android & Cross-Platform Mobile Apps 2
S Anfängerproblem mit ant+j2me Android & Cross-Platform Mobile Apps 2
D Kalenderwoche mit J2ME Android & Cross-Platform Mobile Apps 2
G Gibts das.Wo findet man die J2ME Gesamtdoku ? Android & Cross-Platform Mobile Apps 2
J J2ME Java Programm im Hintergrund auf Handy laufen lassen? Android & Cross-Platform Mobile Apps 2
S J2ME und J2EE Android & Cross-Platform Mobile Apps 4
B J2Me Buch? Android & Cross-Platform Mobile Apps 4
K HTTP-Verbindung mit J2ME.... Android & Cross-Platform Mobile Apps 2
S Einstieg in J2ME (Java2 MicroEdition) Android & Cross-Platform Mobile Apps 52

Ähnliche Java Themen

Neue Themen


Oben