Path: news.easynews.com!newsfeed1.easynews.com!easynews.com!easynews!newsfeed.frii.net!newsfeed.frii.net!newsfeed.sovam.com!news2!not-for-mail
From: "Vladimir M. Zakharychev" <bob@dpsp-yes.com>
Newsgroups: comp.databases.oracle.server
Subject: Re: Java  XDK
Date: Mon, 3 Mar 2003 13:17:30 +0300
Organization: N-Networks
Lines: 40
Message-ID: <b3va5i$q7j$1@babylon.agtel.net>
References: <36e1c397.0303030155.7a5a9167@posting.google.com>
NNTP-Posting-Host: 212.233.81.44
Mime-Version: 1.0
Content-Type: text/plain;
 charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Trace: babylon.agtel.net 1046686706 26867 212.233.81.44 (3 Mar 2003 10:18:26 GMT)
X-Complaints-To: usenet@babylon.agtel.net
NNTP-Posting-Date: 3 Mar 2003 10:18:26 GMT
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Xref: newsfeed1.easynews.com comp.databases.oracle.server:178237
X-Received-Date: Mon, 03 Mar 2003 03:18:21 MST (news.easynews.com)

Add xmlparserv2.jar (wherever it is - find it, it should be around somewhere :)
to the classpath. classes12.jar is Oracle's JDBC driver. By the way, if you use
JDK v1.4, I'd recommend using JDBC driver specific to this version - ojdbc14.jar

--
Vladimir Zakharychev (bob@dpsp-yes.com)                http://www.dpsp-yes.com
Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications.
All opinions are mine and do not necessarily go in line with those of my employer.


"Glenn" <glenncrossley@hotmail.com> wrote in message
news:36e1c397.0303030155.7a5a9167@posting.google.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

