把你的EJB发布了呀!
启动你的WL,右点SBTutorial,选Deploy

解决方案 »

  1.   

    uu_snow(薇薇) 关于EBTutorial.用weblogic开发entity bean时,a Connection Pool and Data source need to be configured.其中,有这一段:add jdsremote.jar,jdslicense.jar,jdsserver.jar and jds.jar to the classpath of WebLogic. These files can all be found in the lib directory of the AppServer Edition.我可以找到其中三个文件,但找不到jdslicense.jar.我的是JBuilder6 
    并且,add jdsremote.jar,jdslicense.jar,jdsserver.jar and jds.jar to the classpath of WebLogic是什么意思呢?怎样加呢?
      

  2.   

    大侠:
    add jdsremote.jar,jdslicense.jar,jdsserver.jar and jds.jar to the classpath of WebLogic是什么意思呢?怎样加呢?
    救命!
      

  3.   

    jdslicense.jar不需要,没有它照样可以add jdsremote.jar,jdslicense.jar,jdsserver.jar and jds.jar to the classpath of WebLogic
    的意思就是让你把这三个JAR放到WL的启动CLASSPATH中
    就是把他们加到startWebLogic.cmd文件里的CLASSPATH中