Hi, I've got the following code:
<?php
$instan = new Java("DBUser");
echo "$instan";
$system = new Java("java.util.Vector");
echo"$system ";?> If I comment one of the two java object lines, I get no error. If I use'em both, It creates a nasty error message, after which php.exe is closed down. Has any of you an idea on how to solve this? thx Jan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

