classpath 已经加了beanshell,d:\jdk\lib\bsh-2.0b4.jar;
写一个测试类import bsh.Interpeter;
class  test
{ public static void main(String[] args) 
{

}}
结果编译报错,那位高手看看是什么问题,在线等C:\>javac test.java
test.java:1: cannot find symbol
symbol  : class Interpeter
location: package bsh
import bsh.Interpeter;
           ^
1 error