Instructions to run original Balloon Death version as a Java Applet
-------------------------------------------------------------------

Download the appropriate version of this old jdk-10.0.2 for your OS from here:

https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase10-4425482.html

Unzip the jdk-10.0.2 archive.

Copy the .java.policy file into:

jdk-10.0.2/bin

Then to run the applet

cd jdk-10.0.2/bin

Then issue this command on Linux or Mac:

./appletviewer -J-Djava.security.policy=.java.policy http://justintimegames.com/bd_applet.htm

Or on Windows:

appletviewer.exe -J-Djava.security.policy=.java.policy http://justintimegames.com/bd_applet.htm

Enjoy!

JustinTimeGames


