Re: How to set the compiler to handle thousand loops ?
- From: Lew <noone@xxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2008 06:38:46 -0400
tobleron wrote:
Hi,
Hi,
I'm using NetBeans IDE 6.1 to develope my application. My
application works well when deals with loops of reading 52,000 lines
of waveform data. But it fails when reads 104,000 of waveform data.
How to set the IDE to handle multiple loops like this ? I'm using
FileOutputStream function, while-do, and ByteBuffer function in this
case. Please advise. Thank you in advance.
RedGrittyBrick wrote:
Please read http://www.catb.org/~esr/faqs/smart-questions.html
- Define "it fails".
- Where is your code?
- What makes you think an IDE places any restriction on loop size?
Hint to the OP: The IDE has nothing to do with the problem.
Check out, read thoroughly, and follow the advice of <http://sscce.org/>.
--
Lew
.
- References:
- How to set the compiler to handle thousand loops ?
- From: tobleron
- Re: How to set the compiler to handle thousand loops ?
- From: RedGrittyBrick
- How to set the compiler to handle thousand loops ?
- Prev by Date: Re: Is statement.executeBacth() a transaction?
- Next by Date: Re: Move Beyond Games And Ring Tones, NOKIA Challenges
- Previous by thread: Re: How to set the compiler to handle thousand loops ?
- Next by thread: Re: How to set the compiler to handle thousand loops ?
- Index(es):
Relevant Pages
|