Working with Weblogic 8.1, it’s fine just to put jar of weblogic-8.1.jar into your classpath, your client application will find weblogic server easily but with Weblogic 9+ (in my case, Weblogic 10.3), it’s not the case if you don’t know.

You may get similar errors as:

 
1
2
3
4
5
java.lang.NoClassDefFoundError: weblogic/utils/NestedException
or
java.lang.NoClassDefFoundError: weblogic/descriptor/DescriptorBean
or
java.lang.NoClassDefFoundError: weblogic/utils/classloaders/GenericClassLoader

So you will try to drop following jars:

  • weblogic-10.3.0.0.jar
  • webserviceclient.jar
  • wlclient.jar
  • wlfullclient.jar
  • wljmsclient.jar
  • wls-api.jar or
  • wseeclient.jar
  • etc

But you will find it more than 2 days and still got most of NoClassDefFoundError as my cases, I almost went crazy with all these but finally found the solution, it’s an easy way to group all needed client jar into one jar file: wlfullclient.jar via command:

 
1
WL_HOME/server/lib>java -jar ../../../modules/com.bea.core.jarbuilder_1.2.0.0.jar

You will find it in weblogic server lib folder (WL_HOME/server/lib/wlfullclient.jar)

Add it into your client application classpath: ./wlfullclient.jar and drop the file into your client app library.

Everything will be Ok.

Do not doubt as myself, Good luck!

最新文章

  1. C/C++ Memory Layout
  2. Redis中struct运用
  3. MongoDB Java Driver
  4. EditText 自动格式化电话电话号码
  5. TNS-01201: Listener cannot find executablen
  6. json 基础
  7. HDU 5792 World is Exploding (树状数组)
  8. linux设置tomcat开机自动启动
  9. 不同频率下的pwm配置
  10. My blog
  11. ViewFilpper
  12. Android之XListView下拉刷新,更新网络美女图
  13. Vmware虚拟机不能使用键盘的解决方法
  14. (译)openURL 在 iOS10中已弃用
  15. [原] inline operator delete & DLL boundary
  16. 错误解决记录------------mysql连接本地数据库显示"can't get hostname for your address"
  17. 详解网络传输中的三张表,MAC地址表、ARP缓存表以及路由表
  18. spring-boot 速成(1) helloworld
  19. React项目中使用Mobx状态管理(一)
  20. Windows安装PostgreSQL数据库 无法初始化数据库问题

热门文章

  1. 【转】A*寻路算法 C++实现
  2. Android GLSurfaceView用法详解(二)
  3. .vdat文件怎么打开
  4. 数据绑定表达式(上):.NET发现之旅(一)
  5. mysql优化SQL语句的一般步骤及常用方法
  6. 在刚接触TI-DM8127-ipnc框架时注意的问题
  7. bzoj1036 树的统计Count
  8. windows中安装python
  9. ansible官方文档翻译之变量
  10. Emmet使用手册