[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[News.eclipse.dsdp.mtj] Using Nokia SDK's in Eclipse

I've been trying to get a Nokia emulator working in Eclipse. After some hours with EclipseMe I gave up and tried MTJ but I can't get it working here either. Can anyone help?

When I try to run a Midlet, the emulator appears and then goes again with the error below.

Setup:
Eclipse 3.2
EMF 2.2
MTJ 0.7
WTK 2.2
Nokia SDK: S60_2nd_FP2_MIDP_SDK installed into C:\WTK22\wtklib\devices

The device platform tab shows two entries, the WTK and a second unnamed entry. The WTK entry shows the S60 device along with those bundled with the WTK.

I am using the WTK entry from the Runtime Platform as the second entry in throws an error.

If I switch to a WTK emulator I can run the midlet (just a hello world)but the S60 emulator throws the following..


WARNING: Attribute value for MicroEdition-Configuration defined in JAR manifest is not supported.
Emulator command: C:\WTK22\wtklib\devices\S60_2nd_FP2_MIDP_SDK\bin\Epoc32\release\winscw\udeb\hmidp80.exe hello_world_midp_package.Hello_World_MIDP -classpath c:\tmp\midp\MNokia.jar -descriptor c:\tmp\midp\MNokia.jad Hello_World_MIDP
dummy.exe -classpath c:\tmp\midp\MNokia.jar -StickyConsole =StackSize512 =StackSizeIncrement512 =HeapMin400K =HeapCapacity16M +VerboseClassLoading +UseCompiler +TraceDebugger com.symbian.midp.runtime.MIDletSuiteAMS hello_world_midp_package.Hello_World_MIDP -jar c:\tmp\midp\MNokia.jar -descriptor c:\tmp\midp\MNokia.jad Hello_World_MIDP
java.io.IOException
- com.symbian.midp.runtime.NativeFile.open(), bci=8
- com.symbian.midp.runtime.Jar.open(), bci=2
- com.symbian.midp.runtime.MIDletSuiteAMS.initialize(), bci=126
- com.symbian.midp.runtime.MIDletSuiteAMS.run(), bci=2
- com.symbian.midp.runtime.MIDletSuiteAMS.main(), bci=15