test.java:4: package oracle.xml.sql does not exist
Gemini Moses
Ranch Hand
Joined: Jan 04, 2001
Posts: 244
posted
0
What do I need to include in my class path for getting rid of this error- test.java:4: package oracle.xml.sql does not exist import oracle.xml.sql.*; ^ 1 error
Please help!
Ernest Friedman-Hill
author and iconoclast
Marshal
A few seconds of Googling led me here, to the Oracle XML Developer's Kit for Java. Download it and install it using the information at that link, and you should be all set.
Gemini Moses
Ranch Hand
Joined: Jan 04, 2001
Posts: 244
posted
0
Thanks for your reply. I just found out that I had to include xsu12.jar in my classpath