Did you enable the java extension?  In your php.ini file, you need to enable
the extension, and then also enable/properly set all the stuff in the [Java]
section.  This will tell PHP where your JDK is, etc.

-----Original Message-----
From: Aku [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 18, 2001 6:15 PM
To: [EMAIL PROTECTED]
Subject: [PHP] PHP with Java


Hi,

I learn PHP with Java and I try PHP script from help, like below;

<?
 $system = new Java("java.lang.System");
 print "Java version=".$system->getProperty("java.version")." <br>\n";
 print "Java vendor=".$system->getProperty("java.vendor")." <p>\n\n";
 print "OS=".$system->getProperty("os.name")." ".
             $system->getProperty("os.version")." on ".
             $system->getProperty("os.arch")." <br>\n";
 $formatter = new Java("java.text.SimpleDateFormat","EEEE, MMMM dd, yyyy
'at' h:mm:ss a zzzz");
 print $formatter->format(new Java("java.util.Date"))."\n";
?>

error like;
Fatal error: Unable to create Java Virtual Machine in c:\new\java\ex01.php
on line 2

Thanks for help.

Hotma MS
[EMAIL PROTECTED]
(sorry about my english)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to