Hey. I'm trying to compile the LLCP Chat program that is posted here: http://wiki.forum.nokia.com/index.ph...r-to-peer_Chat
My problem is that I get the following errors:
java.lang.NullPointerException: The file parameter cannot be null
at org.openide.util.Parameters.notNull(Parameters.java:86)
at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:640)
at org.netbeans.modules.javame.common.device.DeviceUtils.keystoreForDevice(DeviceUtils.java:158)
at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.registerDevicesForKeystores(AutoInstaller.java:318)
at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.reloadCLDC(AutoInstaller.java:159)
at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller.access$600(AutoInstaller.java:51)
at org.netbeans.modules.javame.platform.jme_sdk.autoinstaller.AutoInstaller$4.run(AutoInstaller.java:276)
at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:573)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1005)
Im using JAVA ME Platform SDK 3.0 with the S40 Nokia 6212 NFC SDK.
This is the first MIDlet Im trying to get working. I appreciate that it is probably something stupid.
Thank you for your help.

Reply With Quote

