Questions tagged [java-wireless-toolkit]

Java ME Wireless Toolkit, also known as WTK and Java ME SDK

Java ME Wireless Toolkit, also known as WTK, Java ME SDK (versions 3.0 and higher). Wireless Toolkit is a state-of-the-art toolbox for developing wireless applications that are based on JavaME's Connected Limited Device Configuration (CLDC) and Mobile Information Device Profile (MIDP), and designed to run on cell phones, mainstream personal digital assistants, and other small mobile devices. The toolkit includes the emulation environments, performance optimization and tuning features, documentation, and examples that developers need to bring efficient and successful wireless applications to market quickly.

The Sun Java Wireless Toolkit can be used as a standalone development environment or with an IDE, such as the NetBeans™ Mobility Pack.

Features

  • Support for the following platform APIs:
    • Java Technology for the Wireless Industry (JTWI) (JSR 185)
    • Mobile Service Architecture (MSA) (JSR 248)
  • Support for the following standard APIs:
    • Connected Limited Device Configuration (CLDC) 1.1 (JSR 139)
    • Mobile Information Device Profile (MIDP) 2.0 (JSR 118)
    • Wireless Messaging API (WMA) 2.0 (JSR 205)
    • Mobile Media API (MMAPI) (JSR 135)
    • PDA Optional Packages for the J2ME Platform (JSR 75)
    • Java APIs for Bluetooth (JSR 82)
    • J2ME Web Services Specification (JSR 172)
    • Mobile 3D Graphics API for J2ME (JSR 184)
    • Security and Trust Services API (SATSA) (JSR 177)
    • Location API (LAPI) 1.0(JSR 179)
    • Content Handler API (CHAPI) 1.0(JSR 211)
    • Session Initiated Protocol (SIP) API (JSR 180)
    • Scalable 2D Vector Graphics (SVG) API (JSR 226)
    • Payment API (PAPI) (JSR 229)
    • Advanced Multimedia Supplements (AMMS) (JSR 234)
    • Mobile Internationalization API (JSR 238)
    • Java Bindings for the OpenGL(R) ES API (JSR 239)
    • Choice of emulator skins and enhanced screen features
    • Create project from Jar and Jad file
    • Support for third-party emulators
    • Enhanced performance monitoring
    • Demo Applications
    • Customization
    • Integration with popular integrated development environments (IDEs)
    • Linux version available

For more details, refer to 'wtk' tag wiki.

75 questions
0
votes
1 answer

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?
Paradius
  • 7,949
  • 11
  • 32
  • 38
0
votes
1 answer

Error running a J2ME program using Sun or Sprint wireless toolkits

Have any of you used sun wireless toolkit or sprint wireless toolkit together with J2ME? I get the following errors trying to run my J2ME app using either of them: java.lang.UnsatisfiedLinkError: C:\WTK2.5.2\bin\sublime.dll: Can't load IA 32-bit…
Muaz
  • 195
  • 2
  • 2
  • 11
0
votes
1 answer

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 Wireless Toolkit uses that I could modify to avoid…
cbix
  • 490
  • 1
  • 8
  • 15
0
votes
2 answers

J2ME - Wireless Toolkit to create Custom Device

How can I create custom device emulators using the java wireless toolkit ? I have tried updating the properties file for a new device but when I update the screen size I cannot resize the screen to more than the size of the emulator (320x240 -…
blue-sky
  • 51,962
  • 152
  • 427
  • 752
0
votes
1 answer

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) that interacts with my web application. I'd like a…
0
votes
1 answer

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 (Wireless Messaging API). Documentations says that the…
Dagvadorj
  • 298
  • 4
  • 14
0
votes
1 answer

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 to extend the emulator with bluetooth…
hsmit
  • 3,906
  • 7
  • 34
  • 46
0
votes
2 answers

j2me wtk find memory leak

I built a game in j2me and I have memory leak because from time to time I get out of memory exception, now I want to spot where this leak is coming from and I heard you can do it with sun's wireless tool kit. Can someone explain me exactly what is…
0
votes
1 answer

java sending wireless messages between applications

I want to create two Java applications that will be able to send message to each other wirelessly. The two applications does not need to be in different machines, since this is only a simulation so I hope to run it in the same machine. Is there a…
Aliencc
  • 89
  • 1
  • 1
  • 6
0
votes
1 answer

change sun wtk J2ME emulator system time from UTC to host local time

I am working on a J2ME midlet project. I am using Sun WTK 2.5.2_01. The problem is that the time on the emulator device is UTC but i need it to be my host machines local time. I tried to find a setting in the wtk preferences to no avail. Is this…
Lawrence Ward
  • 549
  • 1
  • 5
  • 17
0
votes
1 answer

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 when my run method exits, and it is printed. At the…
izb
  • 50,101
  • 39
  • 117
  • 168
-1
votes
1 answer

Which Proguard version do I need for the Sun Java Wireless Toolkit 2.5

In order to obfuscate my J2MEWTK project I am being instructed to do the following: However this link is now dead and lacks detail, where can I find a version of Proguard that works with the Sun Wireless Toolkit?
0x777C
  • 993
  • 7
  • 21
-1
votes
2 answers

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. What should I do to have Java Platform to execute…
Prince
  • 111
  • 1
  • 1
  • 12
-3
votes
1 answer

Lcdui and midlet packages does not exist in netbeans

in my netbeans 7.0.1 there is an error package does not exist for lcdui and midlet package,I have added java(TM) SDK platform and Wireless toolkit platform but still i'm gettin the error..here is the screenshot. Please help me.
Rajesh
  • 91
  • 1
  • 2
  • 6
-4
votes
1 answer

SMS application connection to server using Java ME SDK 3.0

I am doing a project of developing a mobile payment system. How can l create an SMS application to send SMS's using Java ME SDK 3.0? I would want the message to be connected to the WAMP server.
1 2 3 4
5