When I start the torch 9800 simulator programmatically through fledge.exe, a pop up displays with licenese agreement, and it is always coming up at device startup, due to this I am unable to make TCP
This is the code that I am using for an HTTP connection: HttpConnection connection = null;开发者_如何学Python
I am testing some stuff out with writing to the filesystem on the Blackberry using the javax.microedition.io.file package.I am able to open a file (\"file:///store/home/user/documents/mytxtfile.txt\")
I have deployed a webservice on my local jboss server which runs on port 9090. So my webservice url will be http://localhost:9090/app/Services/blah. I have written a mobile client code(for blackberry)
I want to upload an image in blackberry simulator using MultipartPostData, the following is my code but it does not seem to work. I have also signed my .cod file. Can anyone help me 开发者_Python百科p
Am running Eclipse 3.5 and Blackberry eclipse plugin but when I try to create a new Debug configuration, a Java style dialog pops up saying -
I\'m currently developing a BlackBerry application using JDE 4.6.1 on Windows XP. Since I\'m running the application directly from the console using fledge.exe I would like to know if there is a param
I am building my application .cod file without using Blackberry JDE or Eclipse plugin. Everything works fine in the simulator if I hardcode the String arguments which my main() method needs. (I am usi
Im working in eclipse with bb plugin and the problem is when i click in my app then simulator freezes and I can not do anything. I tried to do something but its still the same
i am using the following code for establishing Https connection HttpsConnection ht开发者_StackOverflowtpConnector = null;