views:

236

answers:

1

I'm creating a P2P Java application in JXTA, for simple messaging between peers. I want to create a similar program on the iPhone, that will be able to talk with this java JXTA program. Is this possible to do? I know theres JXTA-C which would work on the iPhone, but I'm not sure if the JXTA-C will communicate properly with JXTA-Java.

Is there any way to run java on the iPhone if thats the case?

Any insight would be really helpful, thanks!

A: 

Current released JXTA-C will talk with Java stack. The new JXTA-C under development with Peer View 3.0 protocol won't work with Java stack.

slowhog
Can the current released Java-C that talks with Java stack work on the iPhone though?
Dave Hunt