解决报错:import sun.misc.BASE64Decoder无法找到

简介: 解决报错:import sun.misc.BASE64Decoder无法找到

已解决

问题描述

在使用BASE64Decoder时找不到对应的包

分析

自己分析

没有下载相应的jar包

分析结果

不是,然后去百度

百度结果

说是jdk版本不对,然后我就想起来,之前更换了jdk13,这个项目需要的环境是jdk1.8

原来的jdk版本

解决方法

把jdk版本更换为jdk1.8即可

目录
相关文章
|
10月前
|
Java Maven Android开发
解决警告: Failed to scan JAR[...] java.util.zip.ZipException: error in opening zip file
解决警告: Failed to scan JAR[...] java.util.zip.ZipException: error in opening zip file
|
10月前
|
应用服务中间件 Linux Windows
tomcat部署web项目报错:Could not initialize class sun.awt.X11GraphicsEnvironment
tomcat部署web项目报错:Could not initialize class sun.awt.X11GraphicsEnvironment
214 0
|
机器学习/深度学习 PyTorch 算法框架/工具
|
Python
rqalpha安装后使用报错:numpy.core.multiarray failed to import
rqalpha安装后使用报错:numpy.core.multiarray failed to import
70 0
so没有打包进AKP导致java.lang.UnsatisfiedLinkError: dlopen failed: library “lib.so“ not found
so没有打包进AKP导致java.lang.UnsatisfiedLinkError: dlopen failed: library “lib.so“ not found
202 0
com.google.common.base.Preconditions.checkNotNull(Preconditions.java:877)
com.google.common.base.Preconditions.checkNotNull(Preconditions.java:877)
73 0
|
计算机视觉
java.library.path设置无效
java.library.path设置无效
163 0
|
Python
import statsmodels.api as sm 时 ImportError: DLL load failed while importing _arpack: 找不到指定的程序。
import statsmodels.api as sm 时 ImportError: DLL load failed while importing _arpack:
992 0
import statsmodels.api as sm 时 ImportError: DLL load failed while importing _arpack: 找不到指定的程序。
|
Python
from scipy import special, optimize, from ._nnls import nnls ImportError: DLL load failed: 找不到指定的模块。
from scipy import special, optimize, from ._nnls import nnls ImportError: DLL load failed: 找不到指定的模块。
557 0
from scipy import special, optimize, from ._nnls import nnls ImportError: DLL load failed: 找不到指定的模块。