|
Replies:
2
-
Last Post:
Jul 6, 2007 10:53 AM
by: Joe Bowbeer
|
Threads:
[
Previous
|
Next
]
|
|
|
|
|
|
Re: J2ME on BlackBerry
Posted:
Jul 5, 2007 5:43 PM
|
|
|
I must be looking at different information than you. Both the AT&T Dev site and the Blackberry site show that most of the Blackberries from the last two years on Cingular run Java. I have in my hand a Blackberry 8700 running on Cingular that runs Java. I have only tested this one device directly. But, you have to pay the extra money per month for the blackberry data plan.
In my case, my Java app is running pretty well, but the Java app cannot connect to server-based resources via http. ( I can use the Internet to download Jar/Jad files). I am not yet sure if I still don't have the right data plan, or if my code needs modification. The code in my app that is accessing http resources has been tested on over 125 handsets so my inclination is to look first at my AT&T data plan and then look at the code.
Alan Weiler
On Fri, 29 Jun 2001 09:08:32 -0700, Donal Mac Nioclais <dmacnioc@YAHOO.COM> wrote:
>Hi, > >Does anyone know the current state of J2ME on RIM >BlackBerry devices? As I understand it, the J2ME >devices demoed at JavaOne will be introduced by BT >Cellnet in the UK around August, but there are no >plans to introduce them in the US, so to develop US >apps you must use the existing C++ SDK. RIM's site is >vague on the details; can anyone confirm/clarify this? > > >Basically, I would like to know how soon I will be >able to get my hands on a Java based BlackBerry, >whether in the US or the UK, but particularly in the >US. > >Cheers, >Donal. > > >__________________________________________________ >Do You Yahoo!? >Get personalized email addresses from Yahoo! Mail >http://personal.mail.yahoo.com/ > > ========================================================================== >To unsubscribe, send email to listserv@java.sun.com and include in the body >of the message "signoff KVM-INTEREST". For general help, send email to >listserv@java.sun.com and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to listserv@java.sun.com and include in the body of the message "signoff KVM-INTEREST". For general help, send email to listserv@java.sun.com and include in the body of the message "help".
|
|
|
|
|
|
|
Re: J2ME on BlackBerry
Posted:
Jul 5, 2007 6:41 PM
in response to: Alan Weiler
|
|
|
|
|
Yep, most of Blackberrys are completely Java-based and have been for awhile now, although not necessarily using standard MIDP.
In another post I am having problems getting my app to run on Blackberry emulators though....
Alan Weiler <kallisto@KALLISTO.COM> wrote: I must be looking at different information than you. Both the AT&T Dev site and the Blackberry site show that most of the Blackberries from the last two years on Cingular run Java. I have in my hand a Blackberry 8700 running on Cingular that runs Java. I have only tested this one device directly. But, you have to pay the extra money per month for the blackberry data plan.
In my case, my Java app is running pretty well, but the Java app cannot connect to server-based resources via http. ( I can use the Internet to download Jar/Jad files). I am not yet sure if I still don't have the right data plan, or if my code needs modification. The code in my app that is accessing http resources has been tested on over 125 handsets so my inclination is to look first at my AT&T data plan and then look at the code.
Alan Weiler
On Fri, 29 Jun 2001 09:08:32 -0700, Donal Mac Nioclais wrote:
>Hi, > >Does anyone know the current state of J2ME on RIM >BlackBerry devices? As I understand it, the J2ME >devices demoed at JavaOne will be introduced by BT >Cellnet in the UK around August, but there are no >plans to introduce them in the US, so to develop US >apps you must use the existing C++ SDK. RIM's site is >vague on the details; can anyone confirm/clarify this? > > >Basically, I would like to know how soon I will be >able to get my hands on a Java based BlackBerry, >whether in the US or the UK, but particularly in the >US. > >Cheers, >Donal. > > >__________________________________________________ >Do You Yahoo!? >Get personalized email addresses from Yahoo! Mail >http://personal.mail.yahoo.com/ > > ========================================================================== >To unsubscribe, send email to listserv@java.sun.com and include in the body >of the message "signoff KVM-INTEREST". For general help, send email to >listserv@java.sun.com and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to listserv@java.sun.com and include in the body of the message "signoff KVM-INTEREST". For general help, send email to listserv@java.sun.com and include in the body of the message "help".
=========================================================================== To unsubscribe, send email to listserv@java.sun.com and include in the body of the message "signoff KVM-INTEREST". For general help, send email to listserv@java.sun.com and include in the body of the message "help". [att1.html]
|
|
|
|
|
|
|
|
Re: J2ME on BlackBerry
Posted:
Jul 6, 2007 10:53 AM
in response to: Alan Weiler
|
|
|
On 7/5/07, Alan Weiler <kallisto@kallisto.com> wrote: > > In my case, my Java app is running pretty well, but the Java app cannot > connect to server-based resources via http. ( I can use the Internet to > download Jar/Jad files). I am not yet sure if I still don't have the right > data plan, or if my code needs modification. The code in my app that is > accessing http resources has been tested on over 125 handsets so my > inclination is to look first at my AT&T data plan and then look at the code. >
Configuring this correctly has been a sticky problem in the past. You may find it helpful to look in the Opera Mini forums to see how their BB users have solved the problem. You may also find some help in the BB forums, or working through RIM's developer relations.
The solution may be as simple as asking your users to enter the following in Options>Advanced>TCP
APN: wap.cingular Username: WAP@CINGULARGPRS.COM Password: CINGULAR1
See the following for more details:
http://forums.cingular.com/cng/board/message?board.id=rim&message.id=9536 http://www.blackberryforums.com/blackberry-network/2185-blackberry-internet-msn-chat-web-telnet-tcpip-no-bes.html http://www.blackberryforums.com/blackberry-network/2185-blackberry-internet-msn-chat-web-telnet-tcpip-no-bes-5.html#post103060
In my experience, there was first a small hurdle getting the right browser icon to appear. The appearance of this icon indicated the presence of the required service plan. Then there was the small matter of configuring the APN...
--Joe
=========================================================================== To unsubscribe, send email to listserv@java.sun.com and include in the body of the message "signoff KVM-INTEREST". For general help, send email to listserv@java.sun.com and include in the body of the message "help".
|
|
|
|
|