non-static method cannot be referenced from static context error

2002-10-09 Thread hugo
Hi I would like to implement an interface called FileRenamePolicy from the oreilly package for uploading files, and I am creating a class which does the implementation. Here is the relevant code: <%@ page session="true"%> <%@ page import="java.sql.*" %> <%@ page import="java.io.*" %> <%@ page

Re: non-static method cannot be referenced from static context error

2002-10-03 Thread J. D. Addison
hugo wrote: > Hi > > I would like to implement an interface called FileRenamePolicy from the > oreilly package for uploading files, and I am creating a class which > does the implementation. > > Here is the relevant code: > > <%@ page session="true"%> > <%@ page import="java.sql.*" %> > <%@ p

RE: non-static method cannot be referenced from static context error

2002-10-03 Thread jon wingfield
4:52 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: non-static method cannot be referenced from static context error Hi I would like to implement an interface called FileRenamePolicy from the oreilly package for uploading files, and I am creating a class which does the implementation. Here

non-static method cannot be referenced from static context error

2002-10-02 Thread hugo
Hi I would like to implement an interface called FileRenamePolicy from the oreilly package for uploading files, and I am creating a class which does the implementation. Here is the relevant code: <%@ page session="true"%> <%@ page import="java.sql.*" %> <%@ page import="java.io.*" %> <%@ page