简体   繁体   中英

error with JSSE on ubuntu 12 while using oauth with facebook via scribe

I was able to successfully use scribe with facebook for authentication. On a different computer, I am now receiving the following error message:

jre/lib/jsse.jar: error reading zip file

The exception points to:

NoClassDefFoundError occured : javax/net/ssl/HttpsURLConnection

Besides reinstalling Java on this box, is there any other thing I can do to further troubleshoot this issue? JDK version is 1.6.0_35 (I cannot use JDK 7 for this app as of now).

Thanks.

I re-installed JDK 6 on Ubuntu which resolved the problem. I am not certain what caused the issue with the previous installation. Hope it helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM