Eric Rosen

Greenhorn
+ Follow
since Jan 06, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Eric Rosen

axel,
many thanks for your help.
again, please indulge my naive questions regarding classpaths...
just wanted to clarify that your advice is with respect to the classpath in NT
if so, what does it mean to say, %classpath% AND what should i type after that?
also, how do i tell NT or my IDE that i want to include the SAXParserDemo in the classpath?
many thanks,
--eric
jeroen,
i'm am somewhat new to java development so please bear with my naive questions...
about classpaths and having all required class on the classpath...
which classpath are we talking about?
the classpath which is an NT environment variable or the classpath which the J++ IDE uses when it compiles?
either way, i placed the xerces.jar on both classpaths.
i would have thought that if all the import statements in the example reference packages found in xerces.jar, i should be OK
am i missing something?
finally, do IDE's ever expect individual class files to be added to their classpath's?
many thanks,
--eric
hi everyone,
if anyone else is reading this book, i could sure use your help.
i've downloaded the latest xerces XML parser and i placed xerces.jar and xercesSamples.jar on my NT classpath
from the DOS prompt, i can get their sample examples to work fine.
when i try to run the first SAXParserDemo example in chapter 3 of the book, i keep getting java.lang.NoClassDefFound in "main" error with respect to SAXParserDemo
when i compiled the example (using J++), i had the xerces.jar on my project classpath and it compiles without a hitch
anyone have any ideas what i should try next?
many thanks,
--eric