Developing a J2ME application on Ubuntu in the current year?

前端 未结 1 1574
隐瞒了意图╮
隐瞒了意图╮ 2021-01-28 19:39

I recently dug out an old phone that runs J2ME applications and would like to write applications for it, in my attempts to get the SDK running with Netbeans and figure out the e

相关标签:
1条回答
  • 2021-01-28 20:09

    Two years ago I used the following steps to develop with emulator.

    Download JDK 1.6 32 bits, uncompress, mv to /usr/lib/jvm/, chown to root.

    Download Sun Java Wireless Toolkit 2.5.2_01, install and set java executable path to /usr/lib/jvm/jdk1.6.0_45/bin

    sudo apt-get install libxi6:i386 libxt6:i386
    ./WTK2.5.2/bin/ktoolbar
    

    From this point onwards you can focus on how ktoolbar handles projects. IDE project setup should use CLDC and MIDP libs under ktoolbar folder structure.

    0 讨论(0)
提交回复
热议问题