At 03:25 20.06.2003 +0200, Christoph Grottolo wrote:
[EMAIL PROTECTED] (Daniel Beulshausen) wrote:
>mit freundlichen grüßen aus berlin,
>daniel
welcome back to php... and thanks a lot for having implemented network
access on win32.
trying to get buisness rolling again... ( slowly :) )
mit freundl
At 13:33 19.06.2003 -0400, Kevin Ison wrote:
danke Daniel...
apparently multiple paths need to be encapsulated with quote marks.
something i did not do.
yes, colons are interpreted as line comments by the ini parser.
btw: looking at the source of the java extension, it should use the
CLASSPATH e
[EMAIL PROTECTED] (Daniel Beulshausen) wrote:
>mit freundlichen grüßen aus berlin,
>daniel
welcome back to php... and thanks a lot for having implemented network
access on win32.
christoph
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
danke Daniel...
apparently multiple paths need to be encapsulated with quote marks.
something i did not do.
"Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
At 16:00 18.06.2003 -0400, you wrote:
>I ment to tell you that worked.
>
>however if i did this:
>$myClass
At 16:00 18.06.2003 -0400, you wrote:
I ment to tell you that worked.
however if i did this:
$myClass = new Java("myCustomJavaClass");
the application would crash with:
Warning: java.lang.ClassNotFoundException: myCustomJavaClass
it seems that no matter where I put the myCustomJavaClass.class fi
hehehe that worked thank you!
amazing what correct syntax can do!
Danke!
"Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
At 07:25 17.06.2003 -0400, Kevin Ison wrote:
>Im trying to make calls to java classes and I keep getting class not found
>errors... I got th
At 07:25 17.06.2003 -0400, Kevin Ison wrote:
Im trying to make calls to java classes and I keep getting class not found
errors... I got this idea from a tutorial. I have the extensions
uncommented as well in the PHP ini file.
my set up follows:
php.ini:
[Java]
java.class.path = C:\apache\ph