To run Misty Beach Forth as an application:
Internet Explorer from Microsoft also comes with a Java 1.1 application environment that can run Misty Beach Forth. If you do not have this (recent versions of IE ship without Java by default), you can download it from here. I recommend downloading the Sun implemenation of Java if you don't have any Java on your Windows machine.
Apple provides a Java implementation for the Macintosh here.
java -classpath %classpath%;mbforth.jar com.mistybeach.forth.Forth
or, if you are using the Java environment from Microsoft, launch like this:
jview /cp mbforth.jar com.mistybeach.forth.Forth