Re: BigInteger Problems
Joe Bowbeer <[email protected]>
| Newsgroups | gmane.comp.java.sun.kvm |
|---|---|
| Message-ID | <[email protected]> |
BigInteger.class is huge. If all the dependencies are really satisfied, then my next guess is that the BigInteger classfile is too large for your mobile-edition VM. Just a guess. On Jan 16, 2008 12:20 PM, Padilla, Alex D wrote: > Thanks, Joe for the reply. I added BigInteger and some other classes > into the classpath during compilation. Everything compiled fine. The > new classes were added successfully as I can use them in programs I have > created. The only class I added to the CLDC that is giving me problems > is the BigInteger class. Any ideas? > > -----Original Message----- > From: A mailing list for KVM discussion > [mailto:[email protected]] On Behalf Of Joe Bowbeer > Sent: Wednesday, January 16, 2008 1:16 PM > To: [email protected] > Subject: Re: BigInteger Problems > > BigInteger is not part of CLDC. It should not be found in the javac > bootclasspath that defines your target platform, assuming CLDC is your > target config, and your code should not compile. > > On 1/16/08, Padilla, Alex D wrote: > > Does anyone know why the BigInteger class would not work in J2ME? I > > am trying to use it and everything compiles fine. When I try to run > > the program it just hangs. Thank you in advance. > > > =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff KVM-INTEREST". For general help, send email to [email protected] and include in the body of the message "help".