The steps Chris would take, after creating the HighScore and
HighScorePermission classes, are:
javac HighScore*.java -d .
jar cvf hs.jar com/scoredev/scores/HighScore*.class
keytool -genkey -keystore chris.keystore -alias signJars
jarsigner -keystore chris.keystore hs.jar signJars
keytool -export -keystore chris.keystore
-alias signJars -file Chris.cer
hs.jar,
Chris.cer, and
HighScore and
HighScorePermission
classes must be granted in a policy file
in order to work. For this, Chris could supply the exact grant entry needed.