Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Java XDK

Re: Java XDK

From: Vladimir M. Zakharychev <bob_at_dpsp-yes.com>
Date: Mon, 3 Mar 2003 13:17:30 +0300
Message-ID: <b3va5i$q7j$1@babylon.agtel.net>


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_at_hotmail.com> wrote in message
news:36e1c397.0303030155.7a5a9167_at_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
Received on Mon Mar 03 2003 - 04:17:30 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US