Hi,
How can I call a J2EE application client under JRE without Web Start? Is it possible?
I have to use JMS, JNDI etc.
I tried to do it like this:
props.setProperty("org.omg.CORBA.ORBInitialHost", "localhost");
props.setProperty("org.omg.CORBA.ORBInitialPort", "3700");
etc etc... but some JMS ResourceAdapter or what dumps a lot of mess and hangs the whole program.
[Message sent by forum member 'mbazs' (mbazs)]
http://forums.java.net/jive/thread.jspa?messageID=225915