users@glassfish.java.net

How to call application client under JRE without Web Start?

From: <glassfish_at_javadesktop.org>
Date: Tue, 10 Jul 2007 03:05:05 PDT

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