java - Importing netbeans to eclipse -



java - Importing netbeans to eclipse -

yesterday had application netbeans imported eclipse i've got error connection database.

import com.sun.crypto.provider.rsacipher;

it says:

access restriction: type rsacipher not accessible due restriction on required library

this import working in netbeans before cant solve on eclipse, can help me?

you missing jar (sunjce_provider.jar) in classpath. certainly comes netbeans eclipse has no thought hehe

http://www.jarfinder.com/index.php/java/info/com.sun.crypto.provider.sunjce

java eclipse netbeans

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -