Pyro.699
September 26th, 2008, 10:06 AM
Hello,
Something has me stumped
In gnome-terminal
echo Hello World
> Hello World
java test
>Hello World
In PHP
system("echo Hello World");
>Hello World
system("java\ test");
>
There is no return value when using java scripts? is there a reason for that becasue the java script is beyond simple...
public class test{
public static void main(String[] args){
System.out.print("Hello World");
}
}
Thanks
~Cody Woolaver
Something has me stumped
In gnome-terminal
echo Hello World
> Hello World
java test
>Hello World
In PHP
system("echo Hello World");
>Hello World
system("java\ test");
>
There is no return value when using java scripts? is there a reason for that becasue the java script is beyond simple...
public class test{
public static void main(String[] args){
System.out.print("Hello World");
}
}
Thanks
~Cody Woolaver