0

enter image description here

What is it and how do I get around it?

Also, I want to use this code in my Java screen recorder, but I want to provide a vector of images as I click the screenshots rather than reading it frm a folder. I would like help with that, too.
for berry120:
enter image description here

Dummy Derp
  • 237
  • 1
  • 3
  • 15

1 Answers1

1

In terms of the "access restriction" error, it seems to be a similar issue to this one - as in you may be trying to replace a Java library class with one from a jar file (in your case JMF.jar.)

Have a look at this question: Access restriction on class due to restriction on required library rt.jar? The second answer down (one with 250+ upvotes) is the one that may work in your case - remove and re-add the JRE system library.

Community
  • 1
  • 1
Michael Berry
  • 70,193
  • 21
  • 157
  • 216
  • The instructions in the answer I linked to are for Eclipse :-) – Michael Berry Sep 12 '12 at 14:35
  • OK, sir, I did as instructed. Errors have gone away and now for the second part on editing the program. If you could please tell me how to do that and elucidate the program for me. It is totally full of jargon which is too hard for a beginner to understand. Java Docs didnt help – Dummy Derp Sep 12 '12 at 14:40