Typical size QNX6+Photon+OTI VM?

What is the typical storage requirement for a Java based application,
using the OTI VM?
The application requires networking as well Photon.
What is the VM portion only, typically?

Thanks for any pointers on this.

Hi Alex,

The first thing is whether or not the JIT or AOT component is required.
Then what other items are required in the application. You will need the
SWT dll since you want to run Photon, but you don’t need some of the
other components probably (like debug support, serial support, profiler
support, etc.). You can look at a VM for the platform that you’re
targeting. It should be comprised of a number of .so files. You can look
in the tech bulletin section of the www.embedded.oti.com website for
information on what each of the these .so components does for the VM.
From there, it’s basically a matter of adding up the sizes of the
various components to see what kind of physical footrpint that you’re
talking about for your target.

Hope this helps
Regards
Brenda

Alex Cellarius wrote:

What is the typical storage requirement for a Java based application,
using the OTI VM?
The application requires networking as well Photon.
What is the VM portion only, typically?

Thanks for any pointers on this.