Re: [Jprogramming] Creating an executable

2013-12-19 Thread bill lam
sorry, the -js is not needed. On Dec 19, 2013 9:32 AM, "bill lam" wrote: > That depends on exactly what you what, I assume you refer to > windows. One simple solution is to create a batch file with one line > > /path/to/jconsole -js yourscript.ijs > > If you are uncomfortable with the console wi

Re: [Jprogramming] Creating an executable

2013-12-18 Thread bill lam
That depends on exactly what you what, I assume you refer to windows. One simple solution is to create a batch file with one line /path/to/jconsole -js yourscript.ijs If you are uncomfortable with the console window, try associate ijs with jconsole in your desktop explorer shell. Ср, 18 дек 201

[Jprogramming] Creating an executable

2013-12-18 Thread Miles Wells
Hello all, Earlier today at work, I was assigned to automate a process and I figured the easiest way to do it was with J, but it needed to be accessible to my coworkers. The idea is to have something they could just click on and run without any instruction, kind of like a console application in C#