|
Running Java
I've created java programs that I run on my PC, either via html on a server or from a DOS window using java -cp cp_list ClassName
I'd like to run a simple socket program that allows my X30 and PC (and cell phone) to talk to one another. But I've never developed applications for the Pocket PC. How do I get java objects that run on my PC to run on my Pocket PC?
|