hey..
while i compile my scheduler prog,
it says not able to recognize 'quartz'..it also says 'package org.quart
doesnot exist'..
wat do i do????
Prior Thnx for the help!!!
Roedy Green - 01 Apr 2006 19:28 GMT
>while i compile my scheduler prog,
>it says not able to recognize 'quartz'..it also says 'package org.quart
>doesnot exist'..
>wat do i do????
The problem is likely a typo. Package and class names are
case-sensitive.
Please post the precise code copy pasted, not retyped.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
Alex Hunsley - 02 Apr 2006 11:09 GMT
> hey..
> while i compile my scheduler prog,
[quoted text clipped - 3 lines]
>
> Prior Thnx for the help!!!
Aarthi, have you added the Quartz jar(s) to your project classpath?