On 05/25/2017 08:07 PM, JB via use-livecode wrote:
Hi Mark,

Your way is much better!

I just started learning Java a few
days ago so the reason I did it
wrong was because I did not
know what I was doing.

THANK YOU!

Nothing wrong with your java code.
Your LC script was calling the java app without passing the arguments to it, and then printing the arguments, so it looked like everything was working.

Try changing the java code to this to see the difference:

System.out.println(args[i] + " is arg " + (i+1));

--
 Mark Wieder
 ahsoftw...@gmail.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to