If you are interested in triggering a java application from Flex Client side, one way I can think of is making a mini Java project, whose only purpose is to trigger a Runtime.exec, from where you can initiate whatever java app you want to start via a batch file/shell script. Obviously, it depends upon your exact scenario, and what you are trying to achieve. Why don't you present your problem scenario, and then may be someone will have some ideas.
Cheers. --- In [email protected], venkat eswar <[EMAIL PROTECTED]> wrote: > > can u provide the code for merapi. i am not getting from that site. > > --- On Fri, 8/1/08, Rick Winscot <[EMAIL PROTECTED]> wrote: > From: Rick Winscot <[EMAIL PROTECTED]> > Subject: Re: [flexcoders] Integrate flex and Java > To: "[email protected]" <[email protected]> > Date: Friday, August 1, 2008, 3:36 AM > > > > > > > > > > > > Check out http://www.merapiproject.net/ for starters... I've been messing > > with it for about two weeks and am pleasantly surprised. > > > > Really... There isn't anything from preventing you from using socket servers > > to do all kinds of bridging badness. It's all about what you are trying to > > do. > > > > One thing to add... Is that bridge technologies to Flex by itself aren't > > going to buy you much bang for the buck and are going to be difficult to > > configure (due to sandbox issues). The most direct route - will likely > > involve AIR. > > > > Rick Winscot > > > > On 7/31/08 4:38 AM, "Tom Chiverton" <tom.chiverton@ halliwells. com> wrote: > > > > > On Thursday 31 Jul 2008, venkat eswar wrote: > > >> how to integrate flex and java. when i click a button in flex the whole > > >> java application is to be loaded. > > > > > > You can't invoke other executables or shared libraries from plain Flex > > > applications. > > > There are frameworks that work as launchers or wrappers around a Flex > > > application to allow this though, if that would work. >

