Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-mtj-dev] JSR184_impl.jar in classpath

Hi All,

I'm hoping someone might be able to help with a problem I'm having. I'm trying to debug a problem with an eclipse a plug-in called Floggy (it provides an ORM for RMS in J2ME). The builder invokes the javaProject.getResolvedClasspath(true). When microemulator is used, everything is fine. However when I use the mpowerplayer emulator it returns an invalid classpath. Specifically it returns mppsdk-m3g/lib/jsr184_impl.jar which doesn't exist !

However, for the life of me, I can't locate the bit of code that is setting this. I'm obviously missing something but can't seem to locate the source of this problem. It doesn't appear to be in the Mpowerplayer device imported.

I tried a search in eclipse for 'jsr184' and all it found was the mpowerplayer code that sets the api identifier and code.

Does anyone have any suggestions ?

Yours in confusion,
Dan


Back to the top