[opencms-dev] Re: How to use uploadfile function
Christian Poecher
Poecher at gmx.net
Mon Jan 3 17:27:11 CET 2005
Mohit Raj wrote:
> <%@ page import="com.opencms.core.*, java.util.*, java.lang.Object.*" %>
Try to remove java.lang.Object.*
First you don't need to import anything from java.lang, it is done
implicitly and second - more important - what classes do you think does
Object.* refer to? Object is a class and you can't have any more dots
after the classname or you don't have a class.
chris
More information about the opencms-dev
mailing list