thanks. solved it already.  we had 2 pairs of eyes looking at the classpath
and still missed it.

-----Original Message-----
From: Scott Walter [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 24, 2001 3:29 PM
To: [EMAIL PROTECTED]
Subject: Re: Thread error....WHY?


You aren't having thread errors, Java just can't find
your class.  If the SimpleTransform class is in
current directory make sure "." is in your classpath.

scott.
--- TODD HARNEY <[EMAIL PROTECTED]> wrote:
> Also, do you need the package information on the
> SimpleTransform class? Does it have a package? Or is
> this a class that you wrote?
> 
> HTH,
> Todd
> 
> >>> [EMAIL PROTECTED] 4/24/01 2:14 >>>
> Im sending to both groups for maximized feedback.
> 
> I am executing a compiled Xalan sample and getting
> an error.  Does anyone
> know why I could be getting "thread" issues.
> 
> 
>
----------------------------------------------------------------------------
> --
> REVISED CLASSPATH (i re-installed jdk to root drive
> instead of under Program
> Files):
>
d:\jdk1.3;d:\jdk1.3\bin;d:\jsdkee1.3;d:\ant\lib\ant.jar;D:\Progra~1\junit3.6
> ;d:\xalan\xalan.jar;d:\xalan\xerces.jar
> 
> 
> 
> COMMAND CODE MSG:
> D:\XALAN\SAMPLES\SIMPLE~1>javac SimpleTransform.java
> 
> D:\XALAN\SAMPLES\SIMPLE~1>java SimpleTransform
> Exception in thread "main"
> java.lang.NoClassDefFoundError: SimpleTransform
> 
> D:\XALAN\SAMPLES\SIMPLE~1>
> 


=====
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Scott

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to