one of my friend has a file test.php contains:
<?
echo system("java");
?>
what shoud I install too this file work?
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.Originally Posted by rip_curl
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.
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?
If you want jsp support you could install the tomcat module from WHM.Originally Posted by rip_curl