Alawi albaity wrote:

Java 2 SDK 1.4.2

PHP 4.3.3

linux fedora 1

the command is work fine from terminal

but its not work fine from php & give me this msg when I use exec system passthru :

Error occurred during initialization of VM Could not reserve enough space for object heap


What exactly are you refering to? are you trying to use the PHP Java extension or are you trying to execute an 'external java program'? if it's the latter you will need to increase the memory limit (default would be 8MB - not enough to start the JVM). If it's the former http://www.raditha.com/php/java.php might help.










--
Raditha Dissanayake.
---------------------------------------------
http://www.raditha.com/megaupload/upload.php
Sneak past the PHP file upload limits.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to