安装Weblogic时报Exception in thread "winRegistry" java.lang.UnsatisfiedLinkError

  在Oracle官网下载了Weblogic10.3.6,安装时却报错:Exception in thread "winRegistry" java.lang.UnsatisfiedLinkError: Expecting an absolute path of the library: jni_winx64

原因是存放jar的路径包含中文,更换路径可以正常安装;路径中的空格、中文以及特殊字符都要小心。

你可能感兴趣的:(MiddleWare)