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
1 answer

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. It seems to have stopped working for me. I run…
izb
  • 50,101
  • 39
  • 117
  • 168
1
vote
1 answer

PIM testing in netbeans simulator [J2ME]

I am developing an application that works extremely with user mobile phone book in j2me but because the emulator that I use has not any default phone contacts book I can't debug my application (or just see if the application works or not). I…
CoderInNetwork
  • 2,923
  • 4
  • 22
  • 39
1
vote
2 answers

Sun WTK Preverify failing in J2ME- java/lang/NoClassDefFoundError

I have written ANT script to preverify the classes., .... ........
Murugesh
  • 1,009
  • 1
  • 12
  • 34
1
vote
1 answer

Stub Not Generated using Sun Wireless toolkit 2.5.2 on Windows xp

I am trying to generate stub using the sun's wireless toolkit 2.5.2 .The os on my pc is windows xp.I am trying to generate stub by using following process Start -> SunWirelessToolkit -> Utilities -> stub generator -> launch then i put the wsdl…
Shruti
  • 1
  • 13
  • 55
  • 95
0
votes
2 answers

How to create obfuscated package in Sun Java Wireless Toolkit 2.5.2?

I would like to create obfuscated package of my j2me application for improving the size and performance.So, I have downloaded proguard from sourgeforge.net. I have put the proguard.jar into my C:\WTK2.5.2_01\bin folder. When I try to create…
Saravanan
  • 11,372
  • 43
  • 143
  • 213
0
votes
1 answer

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 gnu.io.SerialPortEventListener; import…
pheromix
  • 18,213
  • 29
  • 88
  • 158
0
votes
1 answer

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 3.0, but I am unable to add it to IDEA since there…
user105304
0
votes
0 answers

Connect J2ME to HTTPS Server

I have written a J2ME application using WTK 2.5.2 with JDK 1.8.0_361 and JDK 1.5.0_22. The following code snippet is used to connect to an HTTP server and it works as expected. try{ http = (HttpConnection)Connector.open(url); …
0
votes
1 answer

How to change root directory of J2ME sun emulator?

I need to change the default root directory of sun mobile emulator. I know that you can create and delete roots in the appdb/filesysytem directory, but I need the root to be outside that directory lets say at my hard drive C:/root , is it possible?…
John
  • 1
0
votes
1 answer

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. I've done good research over internet before setting…
0
votes
1 answer

Difficulties in running applications in Java Wireless Toolkit

I have been trying to run Java Mobile applications through the Java Wireless Toolkit 2.5.2_01. These applications are located in the apps directory of the Java Wireless Toolkit. I'm facing with this error: Gtk-Message: 15:13:31.508: Failed to load…
0
votes
1 answer

Java WTK cannot use StringTokenizer

Initially, I was trying to parse a String into parts and found split method. Then I realized that I cannot use it, because the compiler does not support most of the functions and methods. I thought I found a solution here which suggests…
Burak
  • 2,251
  • 1
  • 16
  • 33
0
votes
1 answer

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 restricted API This is the offending line of code: sender =…
Andre
  • 33
  • 1
  • 6
0
votes
1 answer

How to connect to any database using J2ME?

Possible Duplicate: JDBC support on J2ME I am not getting it. Can any one help me?
Suraj G
  • 551
  • 1
  • 7
  • 15
0
votes
2 answers

j2ME-detect mobile number

How do you detect the emulator mobile number in the Sun's Wireless toolkit?