Path: news.easynews.com!newsfeed1.easynews.com!easynews.com!easynews!news.he.net!news-hog.berkeley.edu!ucberkeley!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
From: glenncrossley@hotmail.com (Glenn)
Newsgroups: comp.databases.oracle.server
Subject: Java  XDK
Date: 3 Mar 2003 01:55:52 -0800
Organization: http://groups.google.com/
Lines: 27
Message-ID: <36e1c397.0303030155.7a5a9167@posting.google.com>
NNTP-Posting-Host: 193.132.97.210
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1046685352 32644 127.0.0.1 (3 Mar 2003 09:55:52 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: 3 Mar 2003 09:55:52 GMT
Xref: newsfeed1.easynews.com comp.databases.oracle.server:178233
X-Received-Date: Mon, 03 Mar 2003 02:55:45 MST (news.easynews.com)

I am trying to create a java class for XML Schema validation.  
I have downloaded the zip files containing the sample program from:
http://otn.oracle.com/tech/xml/xdk_sample/xdksample_093001.html

I have installed JDK ok and have tested the compiler by compiling a
java program and this works.
Problem occurs when I try to compile the sample program
SchemaUtil.java, I get numerous errors which i think is because the
batch file i am using is set wrong.
couple of errors are:

cannot resovle symbol DOMParser dp = new DOMParser()
cannot resovle symbol XMLSchema


I am running WIN NT 4 With Oracle 8i and i have posted my batch file
that i call from the DOS shell.

SET Path="D:\jdk\bin";

SET classpath=J:\orahome92\jdbc\lib\classes12.jar;

Can anyone help with the path enviroment...I am sure this is the
problem?

Thanks
Glenn
