Hi,
I am trying to maintain/develop a J2ME application on Eclipse that uses the Nokia N97 S60 SDk, edition 5. When I try to build the project (after importing it into the workspace), I get the following error:
The method getRGB(int[], int, int, int, int, int, int) is undefined for the type Image.
Resource: SVGImplementation.java
The method numAlphaLevels() is undefined for the type Display
Resource: GameCanvasImplementation.java
The method setDefaultCommand(Command) is undefined for the type StringItem
Resource: SecondView.java
There are about 21 such errors, almost all of them in the SecondView.java or GameCanvasImplementation.java resources.
I have no experience with Java/J2ME, but have some experience with other languages. I feel I am not importing some library/jar into the code, but cannot understand which one it should be or how to go about it.
Any help on this is most welcome.
Thanks,
Sriram