Hi there,
while testing the latest drop of BSF I also "hand-compiled" the various
engines and stumbled over compiling the support for Java:
------------------- cut here ----------------
E:\rony\dev\bsf\src\org\apache\bsf\engines\java>javac -target 1.1 *java
JavaEngine.java:189: cannot resolve symbol
symbol : variable debug
location: class org.apache.bsf.engines.java.JavaEngine
if (debug)
^
JavaEngine.java:191: cannot resolve symbol
symbol : variable debugStream
location: class org.apache.bsf.engines.java.JavaEngine
debugStream.println("JavaEngine: tempDir=" + tempDir);
^
2 errors
------------------- cut here ----------------
Regards,
---rony
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]