Tagged Questions

Java ME Wireless Toolkit

learn more… | top users | synonyms

9
votes
4answers
13k views

How to create J2ME midlets for Nokia using Eclipse

Nokia has stopped offering its Developer's Suite, relying on other IDEs, including Eclipse. Meanwhile, Nokia changed its own development tools again and EclipseMe has also changed. This leaves most ...
2
votes
1answer
122 views

Png Image support of J2ME WTK Emulator

I use a png image in my project that is not displayed in emulator but it can be displayed in phone. Then i open it with photoshop, save as png and use that image. It is displayed both emulator and ...
2
votes
1answer
338 views

How to start two J2ME Midlets on Mac OS X with WTK 3.0

Whenever I want to start second Midlet, I get error "MIDlet suite is already running." I'm developing under Netbeans. On Windows it work OK. With king regards!
2
votes
1answer
704 views

WTK emulator bluetooth connection problem

I'm developing a J2ME program with eclipse / WTK 2.5.2 and having problem with connecting two emulators using bluetooth. There is one server and one .client running on two different emulators. The ...
2
votes
1answer
651 views

Why is java.io.ObjectStreamException used in WTK stub generator for enums?

I am using a web service implemented in WCF which has enums defined in the interface. I am trying to call this from a Java BlackBerry client. I am using Eclipse to develop the Java application for ...
1
vote
1answer
51 views

Running multiple Java ME Emulators

I am developing an application (a client) that I want to debug by running several instances of it. It communicates with a server which keeps track of all its client. Now, I want to test the concept ...
1
vote
3answers
226 views

documentation missing in eclipse

i'm new to eclipse/java Mobile development and all the rest of the keywords. I have just downloaded the eclipse pulsar package, and installed it, i also downloaded the 'java me sdk 3.0' and installed ...
1
vote
0answers
118 views

String.substring(index) has stoped my thread in debug mode

I work with j2me polish 2.0.7, in eclipse 3.4.2, with wtk2.5.2_01. I create control which draws text: normal, bold, and italic. The code below is parsing raw text, and search for * and _ symbols, if ...
1
vote
1answer
122 views

JavaME: make emulator run a different JRE

My first steps with JavaME, currently using Sun's WTK 3.0 I understand a JavaME device runs its own Runtime Environment, and that's a 1.3 JRE. Is it possible to make the emulator run the JavaSE JDK ...
1
vote
1answer
381 views

Receiving SMS sent from the WTK emulator in a custom application

I'm using Sun WTK to run a midlet that needs to send and optionally receive SMS. WMA console can be used to send and receive messages to the midlet but I'd like to do the same thing using my own ...
1
vote
1answer
234 views

Profiling doesn't work on WTK emulator

It used to work, so I know what's meant to happen. You run the emulator and once you're done with it and close it a profiling window pops up and gives you a summary of time spent in different methods. ...
1
vote
2answers
1k views

Passing Byte array from Blackberry to .NET Webservice

I am trying to sent a byte array from my Blackberry application to a .NET webservice (asmx). I am using the Sun Java Wireless Toolkit (WTK) 2.5.2 to generate the webservice stubs to use within the ...
1
vote
9answers
3k views

Why is my NullPointerException not being caught in my catch block?

I have a thread in which I catch all errors in a big, all-encompassing catch block. I do this so that I can report any error, not just expected ones, in my application. My Runnable looks like this: ...
1
vote
2answers
718 views

j2mewtk - adding files to DefaultColorPhone temp settings

I am using Netbeans and j2mewtk to develop and test mobile applications. If I want to do file IO on an image the emulator uses ...\j2mewtk\2.5.2\appdb\temp.DefaultColorPhone[####]\filesystem\root1 to ...
0
votes
1answer
114 views

Why is there errors when compiling this J2ME code with RXTX?

I compiled this code with Sun Java ME Platform SDK 3.0 , the code will listen to serial port : import gnu.io.CommPortIdentifier; import gnu.io.SerialPort; import gnu.io.SerialPortEvent; import ...
0
votes
0answers
32 views

unreadable symbols in WTK emulator

When I run the WTK emulator from the IntelliJ Idea project all symbols are realy unreadable. I've added microedition.encoding: UTF-8 microedition.locale: ru-RU because all the symbols are cyrillic ...
0
votes
0answers
30 views

Cannot run IntelliJ project

C:\WTK2.5.1\bin\emulator -classpath C:\WTK2.5.1\lib\midpapi21.jar;C:\WTK2.5.1\lib\cldcapi11.jar;path_to\app.jar -Xdescriptor:path_to\app.jad -Xdevice:DefaultColorPhone ‘Ёб⥬Ґ ­Ґ г¤ Ґвбп ­ ©вЁ гЄ § ...
0
votes
1answer
34 views

I canot add Mobile SDK (Sun Wireless Toolkit) to IntelliJ IDEA

I have IntelliJ IDEA 10.3 Community Edition installed along with JDK 1.6 which has been working fine for Android development. Now that I am trying to develop J2ME applications, I installed Sun WTK ...
0
votes
1answer
393 views

Some input files use or override a deprecated API

I just downloaded the new LWUIT 1.5 and when I compiled my project then I saw in the output trace these lines : Note: Some input files use or override a deprecated API. Note: Recompile with ...
0
votes
0answers
69 views

Ant preverify error

I'm trying to use antenna.wtkpreverify to verificate my jar. But something strange happens This is in my build file < wtkpreverify cldc="false" jadfile="jad_alx/${filename.base}.jad" ...
0
votes
1answer
143 views

Problem setting up Eclipse IDE with WTK properly

I just started with J2ME and have a good experience with J2SE. I've been using Eclipse IDE (Helios-x64) for building Java Applications. My Laptop has Windows 7 (x64) installed with Intel Core i3. ...
0
votes
0answers
74 views

Network Demo in WTK 2.5.2 client-server connection is not working on remote hosts

When I run client and server locally I am able to receive messages but when I run the server emulator on 10.107.14.4 and client emulator on different machine, the client emulator is not able to ...
0
votes
0answers
267 views

Loading PNG images in Java ME gives an IOException

This seems to be quite an odd issue - I've been developing a mobile application in NetBeans for an academic project on Windows, where it's been working fine. However I recently switched to developing ...
0
votes
1answer
776 views

Application not Authorized to access restricted API (J2ME)

I'm coding an SMS application in J2ME and on the server side of the application the line below throws the exception: java.lang.SecurityException: Application not authorized to access the ...
0
votes
0answers
381 views

J2ME JSR-75 FileConnection.open blocks on WTK 2.5.2, works fine on phone

I'm experimenting with J2ME by coding a simple file browser. I'm using j2me-maven-plugin to run the application in emulator. I also tried running directly with emulator binary (incl. setting ...
0
votes
1answer
50 views

How to use Java WTK project together with SVN?

I tried to create a project in WTK which I'm using for SVN commits. My problem is that every time I create the .jar package those .svn/ directories appear in it... Is there any build script the ...
0
votes
3answers
2k views

Sun's Wireless Toolkit 2.5.2 on 64 bit Windows

I am having a 64 bit JDK installed on my laptop and to develop J2ME app, I recently installed Sun's WTK 2.5.2. When I m trying to run the project using this wtk, I m getting this error: ...
0
votes
1answer
260 views

How do I run a JAD/JAR in the Java ME SDK (Mac) Emulator from a Netbeans Web Project

I'm using Netbeans on Mac. I have a web project that I'm developing, that communicates with a Java MIDlet that has already been developed. In my project /web folder, I have a /client.jar (and .jad) ...
0
votes
1answer
394 views

How to send Cell Broadcast message in Java ME development environment?

I have been trying to develop a Java ME application using WTK 2.5.2 (Java Wireless Toolkit) and Nokia SDK 3. The application would broadcast a CBS (Cell Broadcast Service) message using the WMA ...
0
votes
1answer
460 views

Building a workspace (J2ME) on Eclipse 3.6.0

I am beginning work on development/maintenance of a J2ME MIDlet application that uses the Nokia N97 SDK. As a first step (I have never developed J2ME/Java applications before), I completed the ...
0
votes
1answer
851 views

bluetooth GPS device in J2ME emulator / Wireless Toolkit

I'm developing a j2me application for my mobile phone (a Nokia). I'm using WTK (Wireless Toolkit) to test my code. Because I'm using a GPS device via a Bluetooth connection, I would like to be able ...
0
votes
2answers
75 views

Are threads really not being garbage collected on WTK emulator?

I'm pretty sure I'm not going mad when I say that Thread objects do not seem to be garbage collected in my J2ME application when running on the WTK emulator (v 2.5.2_01). I have a console message ...
0
votes
1answer
466 views

Capturing Audio through Linux in J2ME WTK Emulator

Is it possible to capture audio in the J2ME WTK emulator on a Linux platform? Has anyone on this forum succeeded in doing so?
-1
votes
2answers
729 views

J2Me 3.0 SDK and Java Wireless toolkit 2.5.2 don't work

I have Windows 7 64 bit + Intel 64 bit I developed MIDlets , but J2Me 3.0 SDK and Java Wireless toolkit 2.5.2 don't work. I reinstall Netbeans(Largest one ) , J2Me 3.0 SDK and Java Wireless toolkit. ...