Applet on a PDA
843807Mar 18 2003 — edited Mar 20 2003I am porting an existing system onto PDA (PocketPC) platform. I run into a major problem of the PDA would not load the class files from the web server, instead, it would look for the class files on the PDA itself.
The PDA I am using is Toshiba PocketPC e740 with build in wireless connection. It has PocketPC 2002 OS, Pocket Internet Explorer, and CrEme java VM from www.nsi.com .
When I load up the webpage on the PDA, the applets would not load. I get class not found error from the CrEme error log on the PDA. I find out that I have to put the class files on the default loading directory of CrEme, then they would load.
Has anyone seen similiar problems to this?