rip_curl

Well-Known Member
Jan 30, 2005
82
1
158
one of my friend has a file test.php contains:
<?
echo system("java");
?>

what shoud I install too this file work?
 

webignition

Well-Known Member
Jan 22, 2005
1,876
2
166
rip_curl said:
one of my friend has a file test.php contains:
<?
echo system("java");
?>

what shoud I install too this file work?
That depends entirely on what the user expects the system call "java" to do.

First check what the user wants to do and then post back with questions of how to achieve it once you know what you are actually up against.
 

rip_curl

Well-Known Member
Jan 30, 2005
82
1
158
i need to JRE 1.4 installed on my server or j2sdk1.4.1_02
how can I do that?

or haw can I check installed it, or not? is there any "hello world" script?