I'm trying to get the Nokia libraries to work with the Wireless Toolkit. I don't want to use an IDE (I prefer just a text editor). I don't know where to put the Nokia libraries to get them to work:
import com.nokia.mid.ui.FullCanvas;
When I include this import - I get this error in the WTK when I build.
C:\WTK20\apps\luckymatch\src\luckymatch.java:3: package com.nokia.mid.ui does not exist
import com.nokia.mid.ui.FullCanvas;
Where should I put the Nokia libraries or what environment variables do I need?
Any help would be GREATLY appreciated.
Thanks for reading this.

Reply With Quote

