Re: BigInteger Problems
"Padilla, Alex D" <[email protected]>
| Newsgroups | gmane.comp.java.sun.kvm |
|---|---|
| Message-ID | <B4106C82DFD51449B94258FB2FA9343904364F68@ES23SNLNT.srn.sandia.gov> |
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 <[email protected]> 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". > ======================================================================== === 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". =========================================================================== 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".