I'm using a book as a guide to do it but it doesn't tell anything about this issue.
I am trying to import this 3 things on Java Eclipse.
import javax.jnlp.FileContents;
import javax.jnlp.FileOpenService;
import javax.jnlp.ServiceManager;
And the following error message that i get is this:
To be more specific I'm trying to run an application that extends JApplet and requires the following things to get work. I'm on Lessons that i learn about xml files etc. So i don't really know a lot of them. Just started out. I heard that i need to download some JAR files or new JDK and some Java Demo Samples. but i have no idea what to do first and if this is what i need to do.
So, can someone excplains me what that error is and how to do it step by step? Thank you!