I have a j2me app built for a CDC device. I have used Personal profile to display the UI.
However now I need to play audio. AFAIK in j2me I can play audio only through J2me MMAPI i.e JSR135.
But on my device I don't have this. So can someone provide me input how I should go about porting this jsr on my device. It is a linux based ARM device. I had built and compiled cdc and personal profile by myself and ported on to the device. But now I am unable to find source code for Mobile media api.
Or do you have any option other than MMAPI to play audio?
J2ME_CLASSLIB=basis QT_TARGET_DIR=/home/pavan/Desktop/24-9 QTEMBEDDED=true USE_QT_FB=false USE_JUMP=true JDK_HOME=/usr/lib/jvm/java-6-sun CVM_PRELOAD_LIB=true CVM_COMPILER_INCOMPATIBLE=false CVM_DEFINES += -DAAPCS CVM_DEBUG=true CVM_TERSEOUTPUT=true USE_JSR135=true JSR_DIR=//pathtojsr135 However,I get the following err while building the personal profile _/linux-arm-generic/./btclasses/java/awt/Button.class dependency missing!_ – Abhilasha Nov 19 '11 at 05:52