Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
abbey26
abbey26's Profile
1
Posts
0
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Sketch for run a jscript
[1 Reply]
16-Jul-2010 04:59 AM
Forum:
Programming Questions
Hi!...
I'm a problem: i'm, trying to create a sketch for running a simple jscript. This is the sketch:
import java.io.*;
{
try {
Process child = Runtime.getRuntime().exec("CMD /K cscript KitchenJukeBox.js");
}
catch (IOException e){
println(e);
}
}
but doesn't work. :(
What's wrong?
Thanks a lot!!
«Prev
Next »
Moderate user : abbey26
Forum