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
1
vote
2 answers

Java Wireless module development

I am by no means a Java expert (not really intermediate either) but i can write enough to get me by. At work we are looking a Cinterion TC65 wireless module which runs embedded Java with a 2G sim card for network connections. I have never done Java…
benhowdle89
  • 36,900
  • 69
  • 202
  • 331
1
vote
1 answer

Sprint Wireless Toolkit

At the risk of being told not to ask where I can find a particular program, I'm asking where I can find a particular program. I need to develop an app in LWUIT (yes, old technology, I am well aware). Does anyone know where I can find a copy of the…
theglossy1
  • 543
  • 3
  • 13
1
vote
4 answers

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: java.lang.UnsatisfiedLinkError: Though my machine had an Intel…
Logan
  • 2,445
  • 4
  • 36
  • 56
1
vote
0 answers

landscape j2me game with WTK emulator

I am working on a landscape java game and using Sun Java Wireless Toolkit 2.5.2_01 as emulator. I am able to see landscape image of the game while using emulator but still the emulator is positioned in portrait mode. This makes it difficult to debug…
Niranjana
  • 514
  • 5
  • 23
1
vote
1 answer

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 following steps on Eclipse 3.6.0 Helios: Imported the…
Sriram
  • 10,298
  • 21
  • 83
  • 136
1
vote
0 answers

J2ME Playing Video Netbeans IDE 6.9, WTK 2.5.2,JDK 6u20

I'm trying to play a video in J2Me. I'm Follow the tutorial from http://www.java2s.com/Tutorial/Java/0430__J2ME/DisplayVideo.htm this is my code : import javax.microedition.lcdui.Alert; import javax.microedition.lcdui.Canvas; import…
1
vote
1 answer

J2ME - PNG created in PhotoShop not displaying in emulator

My midlet is showing some images fine, but not others. They are all 8-bit PNGs, but the ones that aren't displaying are the ones I have created myself in PhotoShop. So I am thinking maybe my PhotoShop (CS6) settings are wrong... PNG-8, Selective,…
ban-geoengineering
  • 18,324
  • 27
  • 171
  • 253
1
vote
0 answers

String.substring(index) has stopped 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 found than add to draw vector the text and the…
Arkaha
  • 1,582
  • 3
  • 17
  • 19
1
vote
1 answer

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 6 ?
Leonel
  • 28,541
  • 26
  • 76
  • 103
1
vote
1 answer

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 application. I have done some sniffing, and noticed…
jassuncao
  • 4,695
  • 3
  • 30
  • 35
1
vote
1 answer

Get Cell-ID in J2ME Application

I want a common(generic) code which gives cell ID of the mobile network. For nokia it is: System.getProperty("com.nokia.mid.cellid"); but I need code which gives cell ID irrespective of mobile vendors. I used System.getProperty("Cell-ID"); but this…
Parmanand
  • 355
  • 2
  • 6
  • 15
1
vote
1 answer

java.lang.securityException not allowed to open connection j2me

In my j2me application, I receive above exception(java.lang.securityException not allowed to open connection). The flow of my function is like first I open socket for Receiving message in the constructor and then for sending SMS I open ports in the…
Saqib
  • 1,120
  • 5
  • 22
  • 40
1
vote
1 answer

Custom message for push registry alert j2me

When I receive a push notification in my j2me application it shows its built-in message at start, what I want to do is to place my own message say "Do You Want to Launch App?" when a notification of invoking application is received! How to change…
Saqib
  • 1,120
  • 5
  • 22
  • 40
1
vote
0 answers

zayit.exe appcrash when trying to open an HttpConnection

I am facing a problem while trying to open an HttpConnection in my J2ME app. I am running the app using the emulator but when it comes to the line of code to open the HttpConnection as: HttpConnection connection =…
1
vote
1 answer

Why WTK doesn't allow me to make https connection to some URL that is accesable from browser

I'm trying to get httpsConnection in j2me (some parts of my configuration below< if more required i can provide more) CLDC-1.1 MIDP-2.0 WTK is…
Eljah
  • 4,188
  • 4
  • 41
  • 85