views:

151

answers:

1

I'm looking into running a j2se(1.5) application on the WEPOS(Windows Embedded for Point of Service) platform. I noticed that Sun offeres a java runtime for Windows XP embedded (Java SE for Embedded 5.0). I'm wondering if

  1. Can I use the standard Sun Hotspot on the WEPOS platforms?
  2. Will Java SE for Embedded 5.0 also run on WEPOS? (If so, SE for Embedded will make better use of the limited resources)

thanks, Mike

+1  A: 

According to Wepos Product Overview you should be able to install J2SE (1.5) on it:

"The Windows Embedded for Point of Service operating system is fully compatible with technology built for Windows XP Professional, including existing Windows XP drivers. WEPOS provides binary compatibility with Windows XP Professional and Microsoft Win32® operating system APIs, which eases application development and migration and provides support for Java Virtual Machines."

Boris Pavlović