Building j2me cldc

i downloaded j2me_cldc-1_1-fcs-src-winunix.zip and tried to compile
on linux-x86 with gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
I get following error compiling VmCommon/src/verifierUtil.c:
... obj/verifierUtil.o
../../../kvm/VmCommon/src/verifierUtil.c: In function 'matchStackMap':
../../../kvm/VmCommon/src/verifierUtil.c:426: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../kvm/VmCommon/src/verifierUtil.c: In function 'verifyClass':
../../../kvm/VmCommon/src/verifierUtil.c:547: error: invalid storage class for function 'Vfy_verifyMethod'
../../../kvm/VmCommon/src/verifierUtil.c:571: warning: implicit declaration of function 'Vfy_verifyMethod'
../../../kvm/VmCommon/src/verifierUtil.c:604: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../kvm/VmCommon/src/verifierUtil.c: At top level:
../../../kvm/VmCommon/src/verifierUtil.c:1595: error: static declaration of 'Vfy_verifyMethod' follows non-static declaration
../../../kvm/VmCommon/src/verifierUtil.c:571: error: previous implicit declaration of 'Vfy_verifyMethod' was here
../../../kvm/VmCommon/src/verifierUtil.c: In function 'Vfy_verifyMethod':
../../../kvm/VmCommon/src/verifierUtil.c:1598: error: invalid storage class for function 'Vfy_checkNewInstructions'
../../../kvm/VmCommon/src/verifierUtil.c:1609: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../kvm/VmCommon/src/verifierUtil.c:1610: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../kvm/VmCommon/src/verifierUtil.c:1616: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../kvm/VmCommon/src/verifierUtil.c:1633: warning: implicit declaration of function 'Vfy_checkNewInstructions'
../../../kvm/VmCommon/src/verifierUtil.c: At top level:
../../../kvm/VmCommon/src/verifierUtil.c:1671: error: conflicting types for 'Vfy_checkNewInstructions'
../../../kvm/VmCommon/src/verifierUtil.c:1633: error: previous implicit declaration of 'Vfy_checkNewInstructions' was here
make[1]: *** [obj/verifierUtil.o] Error 1
make[1]: Leaving directory `/home/fale/j2me_cldc/kvm/VmUnix/build'
make: *** [all] Error 1
Leopold Faschalek
[email protected]

When I compile j2me cldc(version 1.1), there are following errors.I don't understand why to this,who can help me? Thanks!!!!!!(sorry my english is poor!-_-)
wyang@linux:~/Program/j2me_cldc/build/linux> make
Recursively making ../../tools/preverifier/build/linux all...make[1]: Entering directory `/home/wyang/Program/j2me_cldc/tools/preverifier/build/linux'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/wyang/Program/j2me_cldc/tools/preverifier/build/linux'
<<<Finished Recursively making ../../tools/preverifier/build/linux all.
Recursively making ../../api all...make[1]: Entering directory `/home/wyang/Program/j2me_cldc/api'
make[1]: Leaving directory `/home/wyang/Program/j2me_cldc/api'
<<<Finished Recursively making ../../api all.
Recursively making ../../tools/jcc all...make[1]: Entering directory `/home/wyang/Program/j2me_cldc/tools/jcc'
make[2]: Entering directory `/home/wyang/Program/j2me_cldc/api'
make[2]: Leaving directory `/home/wyang/Program/j2me_cldc/api'
... classes.zip
make[2]: Entering directory `/home/wyang/Program/j2me_cldc/tools/jcc'
make[2]: `nativeFunctionTableUnix.c' is up to date.
make[2]: Leaving directory `/home/wyang/Program/j2me_cldc/tools/jcc'
make[2]: Entering directory `/home/wyang/Program/j2me_cldc/tools/jcc'
make[2]: `ROMjavaUnix.c' is up to date.
make[2]: Leaving directory `/home/wyang/Program/j2me_cldc/tools/jcc'
make[1]: Leaving directory `/home/wyang/Program/j2me_cldc/tools/jcc'
<<<Finished Recursively making ../../tools/jcc all.
Recursively making ../../kvm/VmUnix/build all...make[1]: Entering directory `/home/wyang/Program/j2me_cldc/kvm/VmUnix/build'
make[2]: Entering directory `/home/wyang/Program/j2me_cldc/tools/jcc'
make[3]: Entering directory `/home/wyang/Program/j2me_cldc/api'
make[3]: Leaving directory `/home/wyang/Program/j2me_cldc/api'
... classes.zip
make[3]: Entering directory `/home/wyang/Program/j2me_cldc/tools/jcc'
make[3]: `nativeFunctionTableUnix.c' is up to date.
make[3]: Leaving directory `/home/wyang/Program/j2me_cldc/tools/jcc'
make[3]: Entering directory `/home/wyang/Program/j2me_cldc/tools/jcc'
make[3]: `ROMjavaUnix.c' is up to date.
make[3]: Leaving directory `/home/wyang/Program/j2me_cldc/tools/jcc'
make[2]: Leaving directory `/home/wyang/Program/j2me_cldc/tools/jcc'
... obj/verifierUtil.o
../../../kvm/VmCommon/src/verifierUtil.c: In function 'matchStackMap':
../../../kvm/VmCommon/src/verifierUtil.c:426: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../kvm/VmCommon/src/verifierUtil.c: In function 'verifyClass':
../../../kvm/VmCommon/src/verifierUtil.c:547: error: invalid storage class for function 'Vfy_verifyMethod'
../../../kvm/VmCommon/src/verifierUtil.c:571: warning: implicit declaration of function 'Vfy_verifyMethod'
../../../kvm/VmCommon/src/verifierUtil.c:604: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../kvm/VmCommon/src/verifierUtil.c: At top level:
../../../kvm/VmCommon/src/verifierUtil.c:1595: error: static declaration of 'Vfy_verifyMethod' follows non-static declaration
../../../kvm/VmCommon/src/verifierUtil.c:571: error: previous implicit declaration of 'Vfy_verifyMethod' was here
../../../kvm/VmCommon/src/verifierUtil.c: In function 'Vfy_verifyMethod':
../../../kvm/VmCommon/src/verifierUtil.c:1598: error: invalid storage class for function 'Vfy_checkNewInstructions'
../../../kvm/VmCommon/src/verifierUtil.c:1609: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../kvm/VmCommon/src/verifierUtil.c:1610: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../kvm/VmCommon/src/verifierUtil.c:1616: warning: dereferencing type-punned pointer will break strict-aliasing rules
../../../kvm/VmCommon/src/verifierUtil.c:1633: warning: implicit declaration of function 'Vfy_checkNewInstructions'
../../../kvm/VmCommon/src/verifierUtil.c: At top level:
../../../kvm/VmCommon/src/verifierUtil.c:1671: error: conflicting types for 'Vfy_checkNewInstructions'
../../../kvm/VmCommon/src/verifierUtil.c:1633: error: previous implicit declaration of 'Vfy_checkNewInstructions' was here
make[1]: *** [obj/verifierUtil.o] Error 1
make[1]: Leaving directory `/home/wyang/Program/j2me_cldc/kvm/VmUnix/build'
make: *** [all] Error 1
wyang@linux:~/Program/j2me_cldc/build/linux>

Similar Messages

  • How to set up J2ME CLDC?

    Hi everyone,
    I downloaded the J2ME CLDC 1.0.2 and have unzipped the file, however, insides the docs folder, i could not find any information on how to set up the environment for windows to developed Palm OS applications.
    If there's anyone who knows how to do it, or where i can find such information on how to setup the cldc, pls help me. thank you =)
    Yours sincerely,
    Javier

    [JavierHo],
    If you intend to deploy J2ME based applications on a PalmOS based device, you will need to have the kVM for PalmOS, i.e. Java Application Manager, installed onto the Palmtop in order to run the MIDlet application that you develop.
    You can start your development process by downloading:
    (1) MIDP 1.0 packages at:
    http://java.sun.com/products/midp/
    At the moment, there is a beta version of the MIDP for PalmOS available for download as well.
    You use the MIDP packages to develop the MIDlet J2ME based applications for J2ME devices.
    (2) J2ME Wireless Toolkit at:
    http://java.sun.com/products/j2mewtoolkit/index.html
    This package gives you an emulator environment within an IDE tool to compile, preverify and run/test your MIDlet before you deploy your MIDlet onto a real devices. The latest version is Wireless Toolkit 1.0.3 Beta which supports the PalmOS emulator.
    (3) PalmOS emulator at : http://www.palmos.com/dev/tech/tools/emulator/
    The PalmOS emulator works in conjunction with the J2ME Wireless Toolkit i.e. when you use the Toolkit and specify the emulator env. as the PalmOS emulator to test the MIDlets that you develop.
    HTH.
    Allen Lai
    Developer Technical Support
    SUN Microsystems
    http://www.sun.com/developers/support/

  • J2ME CLDC/MIDP emulator for Compaq iPAQ

    I would like to run J2ME CLDC with MIDP on my Compaq iPAQ 3650. I am NOT interested in PersonalJava at this time. I have two questions:
    1. Has anyone tried to put the J2ME Wireless Toolkit emulator on iPAQ, with or without Swing? J2ME WTK currently requires Swing, but it seems like that AWT may be used exclusively instead with some slight modifications.
    2. Does anyone know if there is an applet/AWT version of a J2ME CLDC/MIDP emulator that I can use for demos?
    Thanks.

    You can use the PalmOS emulator for winCE and install MIDP4PALM...

  • J2me cldc midlet for windows mobile(cdc) in netbeans

    Hi,
    I have a midlet developed in Mobility Pack 5.0, and I have to change it so, that it works, and looks ok on Windows Mobile. That means that I have to port a cldc midlet to a cdc device. I've found two vm-s for windows mobile, for running midlets. J9, and CrEme. I also saw that the mobility pack for cdc together with CrEme make it possible to build CDC apps for windows mobile. The question is, how can I integrate the cdc windows mobile emulator with the mobility pack (for CLDC?), to be able to develop midlets for Pocket PC?
    Thanks!

    I think you go to Tools Menu -> Java Platform
    and add a new platform by chose j2me platform.
    Then the netbeans search for the emulator and add it in the IDE support.

  • Building J2ME midlet for Motorola A925

    Hi,
    In my build of a test app using Netbeans and the C:\Symbian\A925SDK\epoc32\tools\j2me\j2me-debug.jar library, I get the following error during the Preverifying process:
    ERROR: native methods should not appear
    Error preverifying class com.motorola.game.GameScreen
    How do I use the com.motorola java classes in my app and and get past the preverifying process?
    Thanks
    Peter

    Hi,
    Has this problem been solved yet? I've the same problem when using the location packages inside the j2me.
    I've learnt u can't get around the preverification process so what can i do?
    Many thanks for your helps
    Sean

  • How to play non-standard audio file in J2ME CLDC

    Hello,
    I am developing an application for mobile. In this application I need to save the text and audio data in one file (extention of the file may be .mmo etc.), and then I need to play the audio from that file with the help of a mobile. (the file will be created with the help of a PC).
    I am seeking for help, whether it is possible or is there any other solution? I want to save both text and audio in the same file to facilitate my user.
    Your help or comments on my question will be greatly appreciated.
    with best regard,

    Hi japaneagle!
    This is the way i would solve the problem and i have not tested it, So there can be some problems while implementing it. The approach is based on BASE64 encoding and XML, there can be some some limitation on file size.
    This is the way.
    1) first you have to encode the audio file using BASE64 encoding. Its about reading the bytes from file and encoding to BASE64 char sequence. You can find serveral BASE64 encoder examples in Java (do Google).
    2) Now you have to create a XML file like this, assume that, file type is WAV and you have the encoded char sequnce..
    <AudioFile>
    <AudioFormat>WAV</AudioFormat>
    <TextData>some text</TextData>
    <AudioData>encoded BASE64 char sequence here</AudioData>
    </AudioFile>
    3) Assume that, now file is available in the memory card.Now you have to read it using File Connection API and parse it using kXML inside your MIDlet
    4) After parsing it you will have file type and encoded BASE64 char sequnce..now you have to decode the charsequnce to byte[]. Then create a ByteArrayInputStream using the byte[].. Here you need a BASE64 Decoder..(do Google).
    then create the player using Manager.createPlayer(InputStream stream, String type) MM API;
    Now you can play the file...
    You can add many attributes in the XML file if you want...
    If you are going to use J2ME polish API for your UI then BASE64 won't be a problem, it has a Base64Encoder and Decoder..
    -Jestan

  • KVM CLDC build error at jcc

    Hi all,
    Some info first:
    Platform : LINUX Redhat 9
    Technology: CLDC 1.1
    Additional: JSR-75 from WTK 2.2
    I am trying to build the cldc kvm. I have a stack implementation in java, which I have integrated with the cldc. Also, I want to use the jsr-75 API (jar only, no source). Now here's the problem-- before adding the specific java files that use the jsr-75 api, I was able to build cldc properly without any errors. However, after I have added some new java code that requires the jsr-75 api's, the build dies as is indicated by the following...
    ===============>>>>
    make[2]: Entering directory `/users/in1222c/cldc/tools/jcc'
    ... nativeFunctionTableUnix.c
    /users/in1222c/jdk1.4/bin/java -classpath classes:/users/in1222c/WTK2.2/lib/jsr75.jar JavaCodeCompact \
             -arch KVM_Native -o nativeFunctionTableUnix.c classesUnix.zip
    Warning: could not quicken reference from <init>:(J)V to Class: javax/microedition/io/file/FileConnection
    Exception in thread "main" java.lang.NullPointerException
            at components.FMIrefConstant.findInInterfaces(FMIrefConstant.java:154)
            at components.FMIrefConstant.find(FMIrefConstant.java:134)
            at components.FMIrefConstant.isResolved(FMIrefConstant.java:169)
            at vm.CodeHacker.quickenCode(CodeHacker.java:206)
            at vm.CodeHacker.quickenCode(CodeHacker.java:326)
            at JavaCodeCompact.finalizeClasses(JavaCodeCompact.java:470)
            at JavaCodeCompact.writeROMFile(JavaCodeCompact.java:515)
            at JavaCodeCompact.process(JavaCodeCompact.java:343)
            at JavaCodeCompact.main(JavaCodeCompact.java:354)
    make[2]: *** [nativeFunctionTableUnix.c] Error 1
    make[2]: Leaving directory `/users/in1222c/cldc/tools/jcc'
    make[1]: *** [nativeFunctionTableUnix.c] Error 2
    make[1]: Leaving directory `/users/in1222c/cldc/tools/jcc'
    make: *** [all] Error 1
    <<<==============Now for this error I was not able to find relevant reference on the internet and hence I am posting here. Is this because I am linking my source files with a "class only library"? (Note: The jsr-75 library is the one which is supplied by Wireless Toolkit. I am using the library supplied by WTK 2.2 for Linux.)
    I may be missing a point here and hence landing in such a situation. I shall be obliged for any help regarding this.
    thanks in advance.
    bbye

    Problem resolved. I had made some inadvertent changes which were causing the problem
    I was trying to build CLDC on Windows2000 using cygwin
    as Unix environment and Microsoft C Compiler
    I got the following linking error.
    main.o : error LNK2001: unresolved external symbol
    _winDrawRectangle
    kvm.exe : fatal error LNK1120: 1 unresolved externals
    make[1]: *** [kvm.exe] Error 96
    make[1]: Leaving directory
    `//c/temp/cldc/kvm/kvm/VmWin/build'
    make: *** [all] Error 1
    Incidentally we have the function declaration
    void winDrawRectangle(int x, int y, int width, int
    height, int mode);
    in the file kvm\vmwin\h\machine_md.h(line no 122)
    and this function is called from the file
    but the problem is this function apparently isn't
    defined anywhere
    kvm\vmwin\src\nativeGraphics.c(line 216) in function
    Java_com_sun_kjava_Graphics_drawBorder()
    thanks in advance
    -prasun

  • Problem in build

    I created a project and gave
    Project Name : J2ME
    Class name : HelloJ2ME
    Then on clik of the create Project Button
    i got display on the Sun Jave(Tm) Wireless ToolKit 2.5.2 for CLDC-J2ME editor as
    Creating project "J2ME"
    Place Java source files in "C:\Documents and Settings\amarshi_m\j2mewtk\2.5.2\apps\J2ME\src"
    Place application resource files in "C:\Documents and Settings\amarshi_m\j2mewtk\2.5.2\apps\J2ME\res"
    Place application library files in "C:\Documents and Settings\amarshi_m\j2mewtk\2.5.2\apps\J2ME\lib"
    Settings updated
    Project settings saved
    Then i created a HelloJ2ME.java and placed at C:\Documents and Settings\amarshi_m\j2mewtk\2.5.2\apps\J2ME\src
    Then i clicked the Build button ,it displayed the following on Error
    Project settings saved
    Building "J2ME"
    No sources to compile
    Build failed
    please suggest me?
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    public class HelloJ2ME extends MIDlet implements CommandListener {
    private Form mMainForm;
    public HelloJ2ME() {
    mMainForm = new Form("HelloClass");
    mMainForm.append(new StringItem(null, "Hello, MIDP!"));
    mMainForm.addCommand(new Command("Exit", Command.EXIT, 0));
    mMainForm.setCommandListener(this);
    public void startApp() {
    Display.getDisplay(this).setCurrent(mMainForm);
    public void pauseApp() {}
    public void destroyApp(boolean unconditional) {}
    public void commandAction(Command c, Displayable s) {
    notifyDestroyed();
    }

    {color:red}{size:18px}CROSS POSTED{size}{color}
    [http://forum.java.sun.com/thread.jspa?threadID=5312352]
    Cross posting is rude.
    db

  • J2ME beginner needs help ???

    Hello,
    I am a beginner on J2ME.
    In the WTK21, I just see those compiled file in .jad format. How can I deploy it to the PalmOS or PocketPC ?
    Do I need to install any Java VM in that ?? Where I can find this ???
    Best regards,
    Eric

    Sad to say that the palm pilot and pocket pc has its own profile as well just like the Sun's J2ME Wireless Toolkit which is using the MIDP profile. Therefore, to simply transfer the jar and jad file into your palm or pocket pc won't work at all.
    Yes, you can download KVM for your Palm and Pocket PC however, the KVM is just another VM that interprets java. For the Palm, I used KJava the last time round. If you have the source codes, you will noticed that the KJava builds on CLDC then the KJava Profile for the palm pilot.
    Thus the GUI part, you have to use the Palm/Pocket PC GUI API. While the application logic stays. That means, you have to get the targeted emulator to run and test your program once again.
    In additon, you would want your application to be in full-screen mode on the targeted device rather than a small window,especailly for games, you will want the graphics to be displayed at its optimum resolution. , That is why programmers out there like to separate presentation from the data so that if the presentation changes, you will only have to touch the presentation codes.
    The other better solution is to have another VM that runs Palm, MIDP and Win CE Profile without any big hassle.. Take a look http://www.esmertec.com/solutions/

  • J2ME Webservices and https?

    does anyone have the anwser?
    I found 3 parst of a tutorial from IBM Building a secure SOAP client for J2ME ...u can find them on sites:
    http://www-128.ibm.com/developerworks/edu/ws-dw-ws-soa-securesoap1.html
    http://www-128.ibm.com/developerworks/edu/ws-dw-ws-soa-securesoap2.html
    http://www-128.ibm.com/developerworks/edu/ws-dw-ws-soa-securesoap3.html
    but as far as I can understand u can secure WS in J2ME only if u use the java card? isn't there another way? anyone please?
    is there a way to use https for calling web-services in J2ME (CLDC 1.1/MIDP2.0 ) without any cards?
    I also found a link to Secure your Web services (JSR-172)
    http://developer.sonyericsson.com/wiki/display/leftnav/Secure+your+Web+services+(JSR-172)
    Everything works fine....till when u want to create a stub in wireless toolkit....u get an error...JSR-172 webservices specification dosn't support HTTPS support....
    so is there any way to use HTTPS and JSR-172 or a sample how to write a secure stub or secure your WS with WS-Security standards?
    Thank YOU for any answers!

    I found solution, but I don't know, if it's pure.
    When I change crossdomain.xml like this:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
        <site-control permitted-cross-domain-policies="all" />
        <allow-access-from domain="*" to-ports="*" secure="true"/>
        <allow-access-from domain="*" to-ports="*" secure="false"/>
        <allow-http-request-headers-from domain="*" headers="*" secure="true" />
        <allow-http-request-headers-from domain="*" headers="*" secure="false" />
    </cross-domain-policy>
    It started to work fine.
    Strange solution...
    David

  • Please help .. =) (CLDC)

    I am currently an undergraduate studying eletronics. Suddenly i was asked by my prof to doing a project on PDA phone.
    The PDA phone was developed by my seniors last time with eCos to build its operating system. It only has normal phone call function with the GSM module.
    Now i am asked to make the PDA support the j2me games. i read through some of the porting guide for KVM. but i am still totally lost about what i should do.
    do anyone mind to help me? your help will be much appreaciated. =)
    weichao

    http://www.sun.com/software/communitysource/j2me/cldc/download.html
    i am looking at this now. it is right in front of me. the only download i see is this:
    Product Description Platform(s) Delivery Format
    Java� 2 Platform, Micro Edition
    Connected Limited Device Configuration Version 1.0.2 Solaris�/SPARC
    Windows/NT
    Linux Electronic Download Download
    what am i missing? why isn't it here? (the palm overlay files)
    thanks,
    john

  • Deploying j2me application in PDA

    I have developed an application in j2me(cldc).
    i want to deploy it into pda.. if any one have idea about it plz help me.
    its very urgent for my project.
    Thanks in advance.

    From what i understand of java support for PDA's i wouldn't bother trying because it doesn't seem to be worth the trouble
    try this link
    http://blog.vikdavid.com/2004/12/java_on_pocketp.html
    and the CDC forum

  • Any API to read Microsoft Office files in CLDC devices?

    Hello,
    Is there any API(Like Apache POI API, for J2SE) available to read Microsoft Office files in J2ME (CLDC)? I think Apache POI API can not be used in J2ME. Am I right?
    Your comments and/or help will be greatly appreciated.
    Best Regards,

    To be able to edit files you need to purchase an additional application.
    Quickoffice is the app you need and it's available here:
    http://www.quickoffice.com/quickoffice_symbian/
    It may also be available in the ovi store.

  • J2ME MMS send/receive (WMADemo app) now fails on all UK mobile networks!

    I built a J2ME CLDC mobile app that has run successfully in several countries for the past 4 years.
    It is a messaging app based on the J2ME MMS send/receive functionality in the Wireless Messaging API (wma11.jar and wma20.jar), which allows message parts to be assembled into an MMS and sent between mobile devices and have the receiving device's push registry recognise the incoming MMS and launch the J2ME app to display the message content.
    This functionality is demonstrated in the Sun Wireless Toolkit (WTK) demo app WMADemo, which always worked perfectly.
    As of July 2011, my app stopped working on all UK mobile networks but continues to work successfully on mobile networks in other countries (including USA and India). The WMADemo app has also similarly ceased to work.
    The problem is that the incoming MMS is no longer recognised by the mobile device's push registry and thus gets sent directly to the device's default MMS inbox and therefore does not launch the J2ME app.
    I have spent months trying to track down the cause of the problem. It is impossible to get any answers from any of the UK mobile networks.
    It seems clear that the UK mobile networks have made some change to the protocols on their MMS servers but I cannot find out if this is the case.
    Testing has shown that this is not a MIME type issue. So it is likely a change in the security settings on the MMS servers. For obvious reasons, the actual content of the generated MMS messages is binary data for interpretation by the receiving app. So it is possible this binary data is now being blocked in some way by the UK networks.
    This is a business critical application and I am getting nowhere with the UK networks (Orange is the only one that bothered to reply but is very slow in progressing and OfCom and the Ombudsman can do nothing to help).
    Have any of you guys hit this problem? I desparately need to find out the cause and resolve this issue as soon as possible.
    Thank you in advance for any advice, pointers or suggested solutions.

    Yes, I agree - 10 seconds can be a bit short for a backlight, but it makes you read faster and act faster - and that is a skill you can use everywhere in live.
    In my next Nokia I hope they take it down to 9 seconds :-)

  • On compilation in J2ME WTK, Midlet code generates clone() method

    I did try to compile a MIDlet which creates a user defined object in J2ME WTK. The compiled code has Object.clone() method invocation. However clone() method is not available in J2ME CLDC API. So the code results in java.lang.NoSuchMethodError and subsequently the emulator crashes. Any idea how to compile the MIDlet so that clone() method is not put in the compiled code ?
    regards,
    Ashwath

    I did include few J2SE classes, which contained clone() method. I removed them, now problem solved.

Maybe you are looking for

  • Data transfer to sap R/3 with no standard IDoc

    Hi all, I have a situation where i need to transfer data to and fro between SAP R/3 system and an Oracle database. The data getting transfered is HR data. For this transfer there is no suitable standard IDOC which can be used. In this situation what

  • New computer, can't get iTunes to load music

    I've had a variety of problems, and transferred my music from my old computer to my new one (without using my iPod) - just moved the songs and folders. I cannot seem to make iTunes find and import the songs automatically - my only recourse is to "imp

  • Price conversion base on billing frequency and price frequency

    We have a business scenario - an unlimited subscription billed annually, price condition record set monthly, i.e. for subscription for product for one month cost £100, and bill annually.  We need to have automatic price conversion to achieve subscrip

  • Using ID CS3 -- Can I change a B&W PDF to print in process blue?

    Would like to change a B&W PDF to print in process blue - is this possible?

  • Cant we use table row as commanlink in jdev 11.1.1.3?

    Hi All, i have search result table .one table column is af:commandlink. i set it action property to view. <af:column sortProperty="PtyId" sortable="false" headerText="#{bindings.SearchPartRVO1.hints.PtyId.label}" id="resId1c1"> <af:commandLink id="ot