|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-12-18 10:28 UTC] sniper@php.net
[2000-12-20 15:28 UTC] akilov@php.net
[2000-12-20 15:30 UTC] akilov@php.net
[2001-01-30 03:48 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 18:00:01 2025 UTC |
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.