I'm Developing a peace of software for my Uni and am currently attempting to implement NFC functionality witch requires me to move from my standard sun wireless tool-kit platform (implemented through net-beans) to a Nokia platform (also implemented through net-beans).
The problem is, whenever I compile the code with the Nokia platform implementation and run the program, on the Nokia phone I have or in the emulator, the phone displays a box stating "Invalid Application. Delete?" with a yes/no answer , stopping the installation the app. The strange part is that if I compile the exact same code with the sun platform implementation it runs with out any issues on the Nokia phone. I have tried this with two different Nokia sdk's (the Series 40 Nokia 6212 NFC sdk and the Series 40 5th Edition sdk) with the same results.
I was wondering if anyone else has come across this before and has figured out what on earth the Nokia sdk is doing differently?
Thanks For Your Help