The Artima Developer Community
Sponsored Link

Java Answers Forum
php and Java2 in win2k

1 reply on 1 page. Most recent reply: Apr 23, 2002 6:15 AM by Thomas SMETS

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Yoon-Ling

Posts: 8
Nickname: fan
Registered: Apr, 2002

php and Java2 in win2k Posted: Apr 22, 2002 7:14 PM
Reply to this message Reply
Advertisement
hi. there

I tried to make java work with php, I configure "php.ini"

The following section is inside "php.ini"
extension=php_java.dll
java.class.path = "D:\php\extensions\j2dk1.4.0\php_java.jar;"
java.home = "D:\j2sdk1.4.0\bin;"
java.library =D:\j2sdk1.4.0\jre\bin\client\jvm.dll
java.library.path = "D:\php\extensions;"
 
I got error messge as following: 
Unable to load Java Library D:\j2sdk1.4.0\jre\bin\client\jvm.dll;
error: The specified module could not be found. 
 
However, the jvm.dll is in the directory


Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: php and Java2 in win2k Posted: Apr 23, 2002 6:15 AM
Reply to this message Reply
May be you could try to have the directory
D:\j2sdk1.4.0\jre\bin\client in your path or classpath... It should help already a bit, probably !
Thomas,

Flat View: This topic has 1 reply on 1 page
Topic: setting the cursor to the next aTextField Previous Topic   Next Topic Topic: very little GUI help needed

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use