[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Console no-go



Hello,

I just discovered BeanShell and have become very fond of it. The command line version at least. 
Your web site claims that the Console will run on a Java 1.1 JVM if swing is present and it is.
Unfortunately, I cannot get the Console version to load. The message receive is ...

>java bsh.Console
java.lang.NullPointerException
        at java.lang.ClassLoader.getSystemResource(Compiled Code)
        at java.lang.Class.getResource(Compiled Code)
        at bsh.util.Util.startSplashScreen(Compiled Code)
        at bsh.Console.main(Compiled Code)

Note that it gags on ClassLoader.getSystemResource( ), which according to my documentation is 
a Java 1.2 method.

Is there a way around this since I would really love to try the graphical interface?

Regards,
Jay Schwartz
Elipse Limited
Toronto, Canada

P.S. The system is a Pentium 166 with 128 Mb, running the IBM Java JDK 1.1.7 on OS/2.