Ein Problem beim ausführen von folgendem Quelltext

Status
Nicht offen für weitere Antworten.

rumkugeln

Mitglied
Wie schon die Überschrift sagt hab ich ein Problem beim ausführen des Quelltextes. Beim Build wird mir kein fehler nagezeigt, aber wenn ich das Programm im Emulator ausführen will, dann erscheint das fenster, das ich erstellt habe erst gar nicht. Woran kann das liegen? (bin ein ziemlicher Noob, hab erst heute richtig mit J2ME angefangen, also etwas Rücksicht:))

Java:
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;

public class BankTransfer extends MIDlet
{
    Form fenster = new Form ("Fenster");
     
     public BankTransfer ()
    {
        
        TextField empfänger = new TextField ("Name des Empfängers", "",20, TextField.ANY);
        TextField empfängerkonto = new TextField ("Name des Empfängers", "",12, TextField.NUMERIC);
        TextField BankNummer = new TextField ("Name des Empfängers", "",8, TextField.NUMERIC);
        TextField menge = new TextField ("Name des Empfängers", "",20, TextField.ANY);

        fenster.append (empfänger);
        fenster.append (empfängerkonto);
        fenster.append (BankNummer);
        fenster.append (menge);

    }

    public void startApp ()
    {
       Display.getDisplay (this).setCurrent(fenster);
    }

    public void pauseApp ()
    {
    }

    public void destroyApp (boolean unconditional)
    {
    }

}
 
S

SlaterB

Gast
bitte halte dich an den Aufbau funktionierende Beispiele
Text Field Midlet Example
(edit: hmm, dein Code ist doch nicht so viel anders, hatte es erst anders gesehen, funktioniert das angegebene Beispiel bei dir?)


und immer erst mit einem eigenen TextField testen,
es nützt nichts, für 4 Textfelder sauber den Text, das Format, vielleicht noch die Listener usw. zu definieren, wenn gar keines funktioniert
 

rumkugeln

Mitglied
Also es erscheint kein Fehler beim Build, doch wenn ich das Programm im Emulator starten will kann ich es nicht ausführen.
 
S

SlaterB

Gast
hmm, sorry, es sollte sich wohl jemand drum kümmern, der das auch selber alles testen kann,
ich kann nicht weiterhelfen

falls es mehr als einen 'Emulator' gibt, wären vielleicht genauere Angaben nützlich,
auch zur Entwicklungsumgebung
 

Noctarius

Top Contributor
Unabhängig vom Problem: Keine Umlaute im für Bezeichner, Methoden, Klassen, usw auch wenn Java es zulässt
 

CNail187

Mitglied
Hmm, sehr eigenartig...
Habs grad mal in mein Netbeans+WTK (allerdings Version2) kopiert und es hat auf Anhieb funktioniert. Der Code an sich ist also OK. Vielleicht liegts doch "nur" an den Umlauten.
 

rumkugeln

Mitglied
Also hast du auch den Emulator laufen lassen? Also ich hab da die Möglichkeiten "Install Application", wobei wenn ich da raufdrücke werde ich aufgefordert ne Internetadresse einzugeben und dann als zweite Möglichkeit "Manage Certifikate Authorities" Das passt ja alles irgendwie nicht und bei einem anderen Programm das ich geschrieben habe war gleich das Textfeld zu sehen.
 

CNail187

Mitglied
Ja, ich habe den Emulator benutzt. Und ich habe es jetzt auch mal mit der 3er Version ausprobiert - ging auch mit den Umlauten, einfach copy and paste.
Eine MIDP-Anwendung erstellt und deinen Code als neues Midlet dazu. Dann noch oben auf den grünen Play-Button (sofern es das Main-Projekt ist) und schon sah ich den Emulator mit deinen Eingabefeldern...
 

CNail187

Mitglied
Das sieht jetzt so aus, als wäre bei deinem deployment etwas durcheinander: Eigentlich sollte ja die BankTransfer.class in der jar stecken und als Midlet entsprechend im jad definiert sein. Klicke im SDK mal rechts auf dein Projekt und dann auf Properties. Beim Punkt Application Descriptor gibts dann rechts den Reiter MIDlets: dort muss evtl. noch dein BankTransfer hinzugefügt werden(?).
 
Status
Nicht offen für weitere Antworten.
Ähnliche Java Themen
  Titel Forum Antworten Datum
G Problem beim Rendern von 3D-Objekt Android & Cross-Platform Mobile Apps 0
DaniSahne96 Problem beim Appdebuggen auf Smartphone Android & Cross-Platform Mobile Apps 3
P Android Problem beim Widget - Denkfehler ? Android & Cross-Platform Mobile Apps 2
V [Java] und [JavaME] ClientServer StreamConnection . Problem beim lesen / schreiben Android & Cross-Platform Mobile Apps 2
A Problem beim Subtrahieren eines Double von einem Double Android & Cross-Platform Mobile Apps 5
F Problem beim Erstellen der Jar File Android & Cross-Platform Mobile Apps 4
W Prüfen, ob App auf Gerät installiert ist Problem S10 Android & Cross-Platform Mobile Apps 11
W In App Purchase Problem? Android & Cross-Platform Mobile Apps 36
W Problem mit Android Studio Android & Cross-Platform Mobile Apps 0
T Android R.string.test+i Problem Android & Cross-Platform Mobile Apps 2
K Android to Pi | Websocket Problem Android & Cross-Platform Mobile Apps 3
N Intent und finish() Problem Android & Cross-Platform Mobile Apps 5
B Android App Programmierung Einsteiger Problem Android & Cross-Platform Mobile Apps 4
emeraldo Android Problem mit Bottomnavmenu Android & Cross-Platform Mobile Apps 10
I Das Problem mit der Tastatur... android:windowSoftInputMode="adjustPan" Android & Cross-Platform Mobile Apps 1
M Android App → Problem mit dem Speichern von einem Bitmap–Objekt. Android & Cross-Platform Mobile Apps 1
A Android Android Studio Emulator Problem Android & Cross-Platform Mobile Apps 1
S Android Studio Bluetooth App Problem Android & Cross-Platform Mobile Apps 6
J TicTacToe Problem bei kontrolle Android & Cross-Platform Mobile Apps 7
J Button array ID Problem Android & Cross-Platform Mobile Apps 2
M Problem bei Werteübergabe, MSQL verbindung Android & Cross-Platform Mobile Apps 3
S Android Problem mit Android Virtual Device erstellung. Android & Cross-Platform Mobile Apps 2
Anfänger2011 Text to Speech Problem Android & Cross-Platform Mobile Apps 1
S Android Android java onclick listener Problem Android & Cross-Platform Mobile Apps 9
A Android Problem mit ListView und OnItemClickListener.. Android & Cross-Platform Mobile Apps 10
K Problem mit arraylist und button Android & Cross-Platform Mobile Apps 16
R W-Lan Problem über Sockets Android & Cross-Platform Mobile Apps 1
P ViewPager Problem Android & Cross-Platform Mobile Apps 1
A Android Problem mit Video von Youtube abspielen Android & Cross-Platform Mobile Apps 4
A Android Problem mit Zurücktaste und ausgabe der Aktuellen Seite Android & Cross-Platform Mobile Apps 6
B Android Problem mit Soundwiedergabe Android & Cross-Platform Mobile Apps 2
T Android Android Sensor: Java Problem Android & Cross-Platform Mobile Apps 1
L Android Gyroscope Sensor Problem Android & Cross-Platform Mobile Apps 2
S Android GPS Problem Android & Cross-Platform Mobile Apps 24
J Eclipse Emulator Problem Android & Cross-Platform Mobile Apps 1
J Eclipse Emulator Problem Android & Cross-Platform Mobile Apps 0
B Android Problem mit Rückgabewert Android & Cross-Platform Mobile Apps 13
L Android komisches Bitmap-Größe-Problem Android & Cross-Platform Mobile Apps 8
D Android Layout Problem Android & Cross-Platform Mobile Apps 2
R Problem mit View in ScrollView Android & Cross-Platform Mobile Apps 6
R Eclipse + AndroidSDK - Problem mit Referenzen Android & Cross-Platform Mobile Apps 6
M Problem mit setOnClickListener Android & Cross-Platform Mobile Apps 4
M GCM IntentService Problem Android & Cross-Platform Mobile Apps 3
D Android Gallery Problem Android & Cross-Platform Mobile Apps 5
P Problem mit Cell id Android & Cross-Platform Mobile Apps 6
L Android Problem mit "spinner" Android & Cross-Platform Mobile Apps 10
D Android problem mit geschwindigkeitsberechnung app Android & Cross-Platform Mobile Apps 2
E Android Problem mit Contact Provider Android & Cross-Platform Mobile Apps 1
H Android Problem mit ListActivity Android & Cross-Platform Mobile Apps 3
S Android Layout Problem mit fill_parent Android & Cross-Platform Mobile Apps 5
F Android ExpandableList, SimpleCursorTreeAdapter, Cursor Problem Android & Cross-Platform Mobile Apps 2
A Android Problem mit Long.getLong() bzw. Integer.getInteger() Android & Cross-Platform Mobile Apps 2
A Problem mit HTTP- Verbindung Android & Cross-Platform Mobile Apps 4
F Eclipse JAD File erzeugen -- Problem Android & Cross-Platform Mobile Apps 10
M Problem mit dem Auslesen von System Properties Android & Cross-Platform Mobile Apps 7
P wtk problem Android & Cross-Platform Mobile Apps 3
G Math exp() Problem Android & Cross-Platform Mobile Apps 4
G S40 Problem Android & Cross-Platform Mobile Apps 8
C Problem Device/Emulator wird nicht erkannt Android & Cross-Platform Mobile Apps 3
S Image Problem Android & Cross-Platform Mobile Apps 11
M Problem mit den Softkeys Android & Cross-Platform Mobile Apps 4
G J2ME jar-problem Android & Cross-Platform Mobile Apps 10
S Komisches Problem Android & Cross-Platform Mobile Apps 3
A Problem: Canvas-Grösse Motorola RAZR v3r Android & Cross-Platform Mobile Apps 8
S Problem mit Einbindung einer externer Bibliothek Android & Cross-Platform Mobile Apps 2
G Random - Problem Android & Cross-Platform Mobile Apps 5
E problem mit den resourcen Android & Cross-Platform Mobile Apps 2
O Problem mit Datagramconnection Android & Cross-Platform Mobile Apps 2
P Problem mit der Uhrzeit Android & Cross-Platform Mobile Apps 2
S Problem auf dem Handy Android & Cross-Platform Mobile Apps 3
R Android Löschfunktion beim Wischen Android & Cross-Platform Mobile Apps 10
W Rand ändern beim ImageView bei Picasso Android & Cross-Platform Mobile Apps 1
Arif Android Android Studio: Fehler beim Einbinden fremder Bibliothek? Android & Cross-Platform Mobile Apps 2
L App stürtzt ab beim öffnen Android & Cross-Platform Mobile Apps 1
JavaWolf165 Android Fehler beim Speichern/Downloaden einer Datei Android & Cross-Platform Mobile Apps 2
S Android Probleme beim Verbinden mit einer HTTPS Seite Android & Cross-Platform Mobile Apps 4
M Android Fehler beim Parsen. Android & Cross-Platform Mobile Apps 29
V Android Fehlermeldung beim Öffnen von Eclipse nach Installation der Android Erweiterung Android & Cross-Platform Mobile Apps 4
M Error beim drücken der Zurück-Taste am Handy Android & Cross-Platform Mobile Apps 2
S Fehler beim Textdatei einlesen!? Android & Cross-Platform Mobile Apps 7
A Fehlermeldung beim ändern der ViewGroup. Android & Cross-Platform Mobile Apps 6
H Buttons färben sich mit, beim Hintergrund ändern Android & Cross-Platform Mobile Apps 3
A Mehrere Fehler beim Compilieren Android & Cross-Platform Mobile Apps 4
L Android OutOfMemory beim erneuten Starten der App Android & Cross-Platform Mobile Apps 2
N Android Retain Dialog verschwindet beim drehen Android & Cross-Platform Mobile Apps 4
B Android GameLoopThread stürzt beim 2ten start der App ab? Android & Cross-Platform Mobile Apps 4
K Nullpointer beim Löschen von Datenbankeintrag, je nachdem wo der Befehl steht Android & Cross-Platform Mobile Apps 5
S Java ME Exception beim Abspielen von Musik Android & Cross-Platform Mobile Apps 6
G Fehler beim Import "Invalid project description" Android & Cross-Platform Mobile Apps 2
G unterschiedliches Verhalten beim Installieren des App auf dem Smartphone Android & Cross-Platform Mobile Apps 3
K Android schwarzer Bildschirm beim Rendern von Text und Dreiecken Android & Cross-Platform Mobile Apps 9
A Fehler beim Starten eines Intents - alles in einer Klasse funktioniert... Android & Cross-Platform Mobile Apps 4
J Android Verhalten beim Hinzufügen neuer Views? Android & Cross-Platform Mobile Apps 6
S Android Fehler beim Anzeigen meines Apps auf Galaxy Tab Android & Cross-Platform Mobile Apps 4
G Beziehung von THIS beim Imageadapter und AsyncTask Android & Cross-Platform Mobile Apps 7
N Error in HTTP operation beim KXML parsen Android & Cross-Platform Mobile Apps 7
G fehldermeldung beim klicken auf "build" Android & Cross-Platform Mobile Apps 8
L SecurityException beim lesen/schreiben eine Datei Android & Cross-Platform Mobile Apps 7
S createPlayer beim Entwickeln Android & Cross-Platform Mobile Apps 6
missy72 Android Animation erst komplett ausführen Android & Cross-Platform Mobile Apps 4

Ähnliche Java Themen

Neue Themen


Oben