Wassup 2.0 is an Applet to display all the Java system properties May also be run as an application. Wassup let's you know what's up with your Java environment. It will tell you the System Properties, as many as the Security system will let you peek at. This includes such things as which JVM is running, which version of Java, which vendor. It may be run as either an applet or an application. When you run Wassup as an application it shows you considerably more information. The Java sandbox considers it a security risk to reveal that information to an Applet. As an application, you can see all the possible System Properties. When you run as an unsigned Applet, your view is much more limited. Version 1.6 allows you to see the restricted properties if you use the Java Plug-in 1.2 and grant permission, or if you run it as an application. The restricted properties include all the properties there are. The safe ones include only those you can see in an Applet with out signing and a security grant. Version 1.7 updates the jar signing certificate. Version 1.8 uses Sun-style jar signing using a phony (selfsigned) certificate. Version 1.9 uses a lower case package name in line with Sun coding conventions. Version 2.0 adds an about box.