Re: [xwt-users]XWT requirements ?
Adam Megacz <[email protected]>
| Newsgroups | gmane.comp.java.xwt.users |
|---|---|
| Organization | XWT |
| Message-ID | <[email protected]> |
Emiliano Heyns <[email protected]> writes: > > Is it possible to use XWT (I mean the plug-in xwt-xxx.exe) on a widows 95 , > > 75MHz, 64MB RAM desktop ? Yes, although there were two releases of Win95 ("original" and "OSR2"). XWT will only work on the "original" Win95 if you've installed some other major Microsoft package (IE or Office); doing this installs msvcrt.dll, which XWT needs. That dll shipped with OSR2 and Win98+. > > Is it possible to use it on a mobile device (PDA, pocket pc) ? Already > > experienced or not ? I got it running on the Danger Hiptop emulator. See www.danger.com for details. In general it should be very easy to port to any of the java-enabled phones, although it might run rather slowly. > > And what is the way to compile the XWT plug-in for a target plateform like > > SOLARIS or HP-UX or AIX ? > Configuration of the gcc cross-compiler AFAIK, but the JVM version > should already work on those platforms. I'm pretty sure you can build a solaris binary by simply replacing all the occurrences of 'linux' with 'solaris' in the Makefiles (both xwt/Makefile and xwt/gcc/Makefile). Come to think of it, I should probably start signing Solaris builds. - a