I have this import in my code :
import com.sun.jdmk.cascading.CascadingAgent
but I get this error:
Import com.sun.jdmk cannot be resolved
thanks for helping
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess you should put the JDMK jar in the build path if you get it in compile time, or in your class path if you get the error only in runtime.
If you already have it in place, try to play with options like “clean”, “rebuild” (on Eclipse) or “Make” and “Rebuild” on Intellij (you didn’t mention the IDE you’re using).