Hi.
I'm having some trouble compiling my 3410 app using the latest 6310i SDK.
The command I'm using to compile the classes is:
javac -g:none -O -target 1.1 -bootclasspath C:\J2mewtk\wtklib\devices\Nokia_6310i_MIDP_SDK_Beta_0_9\lib\classes.zip;src -d tmpclasses src\*.java
And the error I receive is:
src\PalloCanvas.java:5: PalloCanvas should be declared abstract; it does not define repaint() in javax.microedition.lcdui.Displayable
public class PalloCanvas extends FullCanvas implements Runnable {
I tried using a simple Canvas instead of a FullCanvas, but this gave me the same error.
The app compiles OK with the Series 40 SDK. When I try to download the JAR to my 3410, I however get the "Application not supported" error.
Is this a problem with the 6310i SDK class library, or am I doing something wrong?
Thanks in advance.

Reply With Quote

