Hi Javier, I kept getting a Java exception when trying to use Completion in the latest beta. I tested completion before I released the beta and it worked. I must have been testing with an old version of Completion.java. I think the problem is in the new DynamicClassLoader class. The exception report from the latest version of bsh, which is include in beta2, is unhelpful. However, when I reverted to the previous version of bsh, the exception turned out to be java.lang.Object not found. I found that if I tried to do java.util.Completion.getClassInfo on any JDK class, I got a class not found message. This is with JDK 1.3.1. I'll try to look into this further this evening. Meanwhile, I thought you might want to take a look. One possibility is that you are searching only for files in the classpath and thus missing the startup classpath. - Paul
