How to setup JNDI for Glassfish 3.1.2 for a stand-alone client?

后端 未结 3 1821
孤独总比滥情好
孤独总比滥情好 2020-12-04 00:47

I try to connect from a stand-alone swing client (running in a separate JVM on the client machine) to the Glassfish server.

I currently use the following settings fr

3条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-04 00:48

    By looking into the MANIFEST.MF file of the gf-client.jar library I noticed that there are some dozen other jar-libs referenced from there. In order to run the client outside of the netbeans platform, I had to copy all these libs to the final build of my own application. Then it works just fine... :-)

提交回复
热议问题