Gunjan Doshi

Startups, Entrepreneurship, Agility, Management & Leadership, Metrics

J2MEUnit cookbook with Eclipse

November 15th, 2004 by gunjandoshi

I have created a tutorial that walks the user through the following steps:
1. Setup WTK and setup J2MEUnit
2. Create J2ME project in Eclipse\Intellij
3. Write a J2MEUnit testcase and run it.

You can find it here.

Tags: 1 Comment

Leave a Comment

1 response so far ↓

  • Hi

    Thanks for the cookbook that was a quiet fast start on it. I have the problem now that i can not test file access inside my j2meunit. I am using the FileConnection method and when the function :
    FileConnection fc = (FileConnection)
    Connector.open(”file:///” + fullPath, Connector.READ);
    is called during a test I get the following error:
    There was 1 error:
    1) testReadWrite(test.TestFileHandler)
    isNetworkMonitorActive
    Do you have an idea where the problem could be