Hi,

Is there any support for eclipseme and
internationalization (JSR 238) to translate my
application?

I did not see anything like it so used WTK to create
the resources. My appli runs fine under WTK. I then
copied the res directory of WTK in the res directory
in eclipse.

res -> global
global -> _common and common.res
       -> fr -> common.res

I have something like:
ResourceManager mResources =
ResourceManager.getManager("common");

The appli generates the exception below.

I do not know why the fr locale is selected also.

locale: fr
javax.microedition.global.ResourceException: Not found
metafile for base name "common"
        at
com.sun.j2me.global.AppResourceManagerFactory.getMetafileForBaseName(+115)
        at
com.sun.j2me.global.AppResourceManagerFactory.getManager(+5)
        at
com.sun.j2me.global.AppResourceManagerFactory.getManager(+48)
        at
com.sun.j2me.global.ResourceManagerImpl.getManager(+96)
        at
com.sun.j2me.global.ResourceManagerImpl.getManager(+26)
        at
javax.microedition.global.ResourceManager.getManager(+4)
        at ToTranslate.startApp(+33)
        at javax.microedition.midlet.MIDletProxy.startApp(+7)
        at com.sun.midp.midlet.Scheduler.schedule(+270)
        at com.sun.midp.main.Main.runLocalClass(+28)
        at com.sun.midp.main.Main.main(+80)  

Any help?

Thanks

Chris


      

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to