Path: csiph.com!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: bilsch Newsgroups: comp.lang.java.programmer Subject: Re: my java is broken ! Date: Sun, 29 Apr 2012 15:21:47 -0700 Organization: A noiseless patient Spider Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 29 Apr 2012 22:21:49 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="llALXQ6TxsVqIoSLcrwVyA"; logging-data="18860"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18G82BNfilmPhpJN5sPJ/7z" User-Agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 In-Reply-To: Cancel-Lock: sha1:HB73DdWusCyT2JJWwGSkgHvnUOw= Xref: csiph.com comp.lang.java.programmer:14038 On 04/29/2012 07:25 AM, Joshua Cranmer wrote: > On 4/29/2012 7:13 AM, bilsch wrote: >> I wrote a loop to read a 26000 character text file NVRAM.TXT into a >> character array. It worked fine. The program is listed below. It has >> only 24 lines. Today when I run it, it has weird errors referenced to >> line numbers 2442, 2685 and 1620. When I click on those error messages >> it shows lines in a completely different program - a program that I >> never wrote for sure. I saved the file with a different name and it runs >> fine with that name - no errors. The file name that has the problem is >> Nvj5. That is the file selected and displayed when I click RUN FILE. It >> is the file listed below. Even though it is selected and displayed when >> I click RUN FILE my system is running some other huge file instead. Has >> anyone ever heard of a problem like this? > > When you refuse to mention error messages, the answer becomes "I have no > clue." > > It would also help to know what the command line is that is causing it. > It could be that your IDE is buggy, too (since it sounds like you rely > on a specific IDE feature). > I can't tell you the error messages now because I deleted the offending file - so can't generate errors anymore. It seems the error messages are irrelevant since they point to lines in some large unknown program.