Quote:
Originally Posted by baran_khan I guess you are trying to run your code on two different environments simultaneously, dont waste your time on that...you'll have to have two different setups for these two...The possible reason you are getting this issue is because you are executing the code on J2ME environment while the resources required are of RIM. |
Hi Baran_khan,
MAybe i'm not explainin it correctly as i'm not a java developer, i'm .net and webdeveloper normally. I have downloaded and installed the blackberry plugin for Eclipse and created a blackberry project where i develop all of the applications for a blackberry. I have a library project with the preverified core ksoap2 jar inside and added this as a reference for the project containing the actual code... i was trying to work out if the j2me was an issue as my understanding of the underlying technologies in Java is not so thorough. I will try your comment about using ip address rather than localhost and hopefully get somewhere with that.