View Single Post
  #2 (permalink)  
Old 08-07-2007, 08:25 AM
mathias mathias is offline
Member
 
Join Date: Jul 2007
Posts: 40
mathias is on a distinguished road
You run other programs from within java using a newProcess command

Code:
System.newProcess(<name of perl script>);
the name of that method might be off, I'd check the System API first

I do agree with the previous post though, you most likely are using javascript, rather than JSP
The above only works for java (in a web services case, JSP).
Greetings.
Reply With Quote