Hello , I have recently installed the php4.06 manualy on Personal Webserver 4 for windows 98, it works just fine so far, I am trying to figure out how to add the java support, there isnt much to go on by the documentation i could find, and i dont understand some things
at the moment i have done very little except uncomment
extension=php_java.dll
and i put
java.class.path = "C:\Inetpub\scripts\php\java"
java.library = "c:\windows\system\jvm.dll"
and when i do this simple test php file:
<?
$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";
?>
i get Fatal error: Cannot instantiate non-existent class: java
Im not sure how much more i need to do to set it up
heres what im unsure about and dont know what to change it to yet...
When setting up the php.ini file
what would the typical java.library.path and java.home be for windows 98?
Has anyone had success setting up java support for PWS with windows 98 ? I would really like to get this working, everything else so far with it has worked great and i have been progressing really nicely on learning php code, i have only had it a week or so but i love it, I really would like to impliment the java support though
any response would be very much appreciated, thanks
at the moment i have done very little except uncomment
extension=php_java.dll
and i put
java.class.path = "C:\Inetpub\scripts\php\java"
java.library = "c:\windows\system\jvm.dll"
and when i do this simple test php file:
<?
$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";
?>
i get Fatal error: Cannot instantiate non-existent class: java
Im not sure how much more i need to do to set it up
heres what im unsure about and dont know what to change it to yet...
When setting up the php.ini file
what would the typical java.library.path and java.home be for windows 98?
Has anyone had success setting up java support for PWS with windows 98 ? I would really like to get this working, everything else so far with it has worked great and i have been progressing really nicely on learning php code, i have only had it a week or so but i love it, I really would like to impliment the java support though
any response would be very much appreciated, thanks