kAWT - Installation and Compilation Instructions for the SUN Wireless Toolkit (J2MEWTK)
- Create a new Project, e.g. KawtDemo
- Extract kawt_src_midp.zip in c:\programs\j2mewtk\apps\kawtdemo\src
- Save KawtDemo.java in c:\programs\j2mewtk\apps\kawtdemo\src
- Open the Project Settings
- On the "Optional" tab, add a new property KAWTlet with value KawtDemo
- On the "Midlets" tab, change the MIDlet-1 class value to de.kawt.impl.midp.KawtWrapper
- Try to compile and run the application.