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!

link|improve this question

71% accept rate
feedback

2 Answers

up vote 0 down vote accepted

JXSE (the Java implementation of JXTA) release 2.6 & 2.7 comply with the JXTA 2.0 specifications. Hence, JXTA-C should be compatible with these.

link|improve this answer
feedback

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.

link|improve this answer
Can the current released Java-C that talks with Java stack work on the iPhone though? – Dave Hunt Nov 26 '09 at 18:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.