Re: Java Linux problem or Java problem?

2012-05-17 Thread bilsch
On 05/05/2012 01:30 AM, Niels Thykier wrote: On May 5, 2012 00:38 "bilsch" wrote: [...] TIA Bill S. Hi, HERE'S THE ERROR OUTPUT: run: Exception in thread "main" java.lang.VerifyError: Constructor must call super() or this() before return in method

Re: Java Linux problem or Java problem?

2012-05-05 Thread bilsch
On 05/05/2012 01:30 AM, Niels Thykier wrote: On May 5, 2012 00:38 "bilsch" wrote: [...] TIA Bill S. Hi, HERE'S THE ERROR OUTPUT: run: Exception in thread "main" java.lang.VerifyError: Constructor must call super() or this() before return in method

Java Linux problem or Java problem?

2012-05-04 Thread bilsch
I am running Ubuntu 11.10. Running Java 7.0.1 with NetBeans. I wrote a java program with a loop that reads a 26000 character text file (NVRAM.TXT) into a character array. It worked fine. I ran the program numerous times over four days. I have not made any changes to the java file. The program is