I am trying to read a simple file and then a file which the user is supposed to select. I keep on getting the following error though:
Readzilla.java:3
You cannot invoke a constructor from an object, only when you create the object with 'new'. You would just say 'line = read.readLine();' for the problem line.