On Tue, Mar 29, 2011 at 12:06 PM, Simon Bernard
<sbern...@sierrawireless.com> wrote:
> I try on linux and it's ok !
> Nobody has an Idea ?

What this does make me think is that you have hit a limitation of
popen() on Windows. It works fine for console applications, but seems
dodgy at best for GUI applications.

Personally, I've found the appropriate process spawning methods of
Runtime work reliably, and are more general. (That is one of the cool
things about LuaJava - all the Java libraries are a call away)

steve d.

_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to