Yesterday I had my application from netbeans imported into eclipse but I've got an error with my connection to the database.
import com.sun.crypto.provider.RSACipher;
It says:
Access restriction: The type RSACipher is not accessible due to restriction on required library
This import was working well in netbeans before but I cant get it solve on eclipse, can anyone help me?