Erlang/OTP Forums

Author Message

<  Erlang questions mailing list  ~  Jinterface

Guest
Posted: Fri Sep 23, 2011 9:24 am Reply with quote
Guest
Hi all,

I am currently working on GUI by using Jinterface. I am try to send a message from an alive node made by Jinterface library in java to the alive normal node on shell.


In this way it works and another module gets the message:


OtpErlangAtom ok = new OtpErlangAtom("ok");
mbox.send("clientChat", "chat_c@" + computername, ok);
vladdu
Posted: Fri Sep 23, 2011 9:44 am Reply with quote
User Joined: 28 Feb 2005 Posts: 397 Location: Gothenburg, Sweden
Hi,

On Fri, Sep 23, 2011 at 11:23, Amir Almasi <amir.fireflame@gmail.com> wrote:
> I am currently working on GUI by using Jinterface. I am try to send a
> message from an alive node made by Jinterface library in java to the alive
> normal node on shell.
> In this way it works and another module gets the message:
> OtpErlangAtom ok = new OtpErlangAtom("ok");
> mbox.send("clientChat", "chat_c@" + computername, ok);
> The problem is,
View user's profile Send private message

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum