Hi!

On Tue, Aug 31, 2010 at 15:52, Piotr Dorobisz
<piotr.dorob...@erlang-solutions.com> wrote:
> As I wrote you few days ago I managed to create my own node using 
> launchConfig.launch():
>
>    private Backend createBackend(String name) {
>        final RuntimeInfo info = 
> RuntimeInfo.copy(ErlangCore.getRuntimeInfoManager().getErlideRuntime(), 
> false);
>        if (info != null) {
>            try {
>                info.setNodeName(name);

I haven't tried that, but I think it should work if you set

info.setArgs(info.getArgs()+" -hidden");

regards,
Vlad

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Erlide-devel mailing list
Erlide-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlide-devel

Reply via email to