Well i have a problem..
I'm using Eclipse 3.3.2
And i got a source code of a open code program..
But i have a access restriction problem trying to:
import sun.misc.Service;
OR
import sun.misc.BASE64Decoder;
OR
import sun.misc.BASE64Encoder;
The same problem over and over again
Code:
Access restriction : The type BASE64Decoder is not accessible due to restriction on required library C:\Program
files\java\jdk1.5.0_15\jre\lib\rt.jar
And i didn't manage to change the access rules becaouse they are non modifiable
How do i change them?
What can i do?
Thank You