Date: 09/14/00
- Next message: Lars Torben Wilson: "[PHP-DEV] toye.php.net services down"
- Previous message: Wolfram.Schmidt <email protected>: "[PHP-DEV] PHP 4.0 Bug #6759: java.c does not compile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Wolfram.Schmidt <email protected>
Operating system: Solaris 2.6
PHP version: 4.0.2
PHP Bug Type: Compile Failure
Bug description: javac of net/php/servlet.java fails
Make output:
...
javac net/php/reflect.java
javac -classpath .:.: net/php/servlet.java
net/php/servlet.java:23: Class java.io.IOException not found in import.
import java.io.IOException;
^
...
The reason is that the wrong javac is used.
I configured with --with-java=/usr/java1.2 which is not in $PATH. If I prepend /usr/java1.2/bin to $PATH I get to the next error which has nothing to do with this issue.
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Lars Torben Wilson: "[PHP-DEV] toye.php.net services down"
- Previous message: Wolfram.Schmidt <email protected>: "[PHP-DEV] PHP 4.0 Bug #6759: java.c does not compile"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

