How to install an application into the Windows CE 7 image?

 ̄綄美尐妖づ 提交于 2019-12-11 20:38:57

问题


I was looking for a guideline on how to install or better said how to integrate an application into the Windows CE 7 run-time image.

Concretely I need to install Android SDK into the Win CE 7 Image. If it is not possible then does anybody can say if is it possible to install it after first boot. The same question can be applied on Java JRE for embedded devices. In my situation I have ARM 7 based board with enough resources to run Win CE 7. In fact I managed to install it. Now I need Java on it.

This question can be easily extended on other applications. It is always simple to install something you made and know what registry entries, drivers and other applications you need for running but in case of third party you have to ask or try it yourself.

Thanks in advance.


回答1:


Your questions is vague or broad. I'm not sure which.

If you want to know how to integrate some application or DLL with the platform, then there's a general methodology of using REG/BIB and DAT files. This works for your own app of third party apps. It's how any file is put into the OS image, Java or otherwise. That's covered here and here

If you're asking about a JVM for CE, that's a completely different question, already answered here, here, here, and here.

Now when you talk about "SDK", which is "software developer's kit", it nearly sounds like you want to develop android apps on your CE device. That's somewhat asked (and not properly answered) here, but the answer is pretty much "there really isn't a tool for it and why would you do tyhis anyway?"



来源:https://stackoverflow.com/questions/10680107/how-to-install-an-application-into-the-windows-ce-7-image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!