Re: File Upload: missing symbol errors
Re: File Upload: missing symbol errors
- Subject: Re: File Upload: missing symbol errors
- From: Chuck Hill <email@hidden>
- Date: Mon, 05 Jan 2004 17:42:27 -0800
- Organization: Global Village Consulting, Inc.
NSUtilities is in com.webobjects.eoaccess. Is that framework part of
your project?
The others are in java.io which are you not importing.
import java.io.*;
Chuck
Randall Perry wrote:
Am trying to build the FileUpload project from Chapter 12 of the WebObjects
Visual Quickpro Guide. Am using latest Xcode 1.1, WO 5.2, Java 1.4.1.
These are the imported classes in main.java:
import com.webobjects.foundation.*;
import com.webobjects.appserver.*;
import com.webobjects.eocontrol.*;
import com.webobjects.eoaccess.*;
Get the following errors on build. Anyone succesfully built this?
Main.java:24: cannot resolve symbol : variable NSUtilities
Main.java:27: cannot resolve symbol : class File
Main.java:27: cannot resolve symbol : class File
Main.java:28: cannot resolve symbol : class File
Main.java:28: cannot resolve symbol : variable File
Main.java:28: cannot resolve symbol : class File
Main.java:32: cannot resolve symbol : class FileOutputStream
Main.java:32: cannot resolve symbol : class FileOutputStream
Main.java:35: cannot resolve symbol : class IOException
Notice Apple's FileUpload example builds and runs ok, but they have an
included package:
package webobjectsexamples.fileupload;
--
Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
Progress is the mother of all problems.
- G. K. Chesterton
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.