ID: 6760
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: Compile Failure
Assigned To: 
Comments:

No feedback.

Previous Comments:
---------------------------------------------------------------------------

[2000-12-20 15:30:02] [EMAIL PROTECTED]
One more thing.  You should also add . (for current directory) into your classpath 
since during the compile step the php java classes are copied/built in the local build 
directory.

---------------------------------------------------------------------------

[2000-12-20 15:28:08] [EMAIL PROTECTED]
This is a CLASSPATH setup problem.  Your classpath must contain the standard java 
runtime classes (classes.zip if JDK 1.1.x and rt.jar if JDK 1.2.x).  Also, if trying 
to build servlet, your classpath should include servlet.jar which is part of the JSDK 
or your Java webserver (e.g. Tomcat) distribution.

---------------------------------------------------------------------------

[2000-12-18 10:28:33] [EMAIL PROTECTED]
Does this happen with latest snapshot from http://snaps.php.net/ ??

--Jani

---------------------------------------------------------------------------

[2000-09-14 09:46:59] [EMAIL PROTECTED]
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.



---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=6760


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to