Fix JAR cache to allow running from class filesIf the Platform class is coming from a .class file (insteadof from a JAR), disables use of the temp JAR cache. This allowsapps to run against JOGL class files as well as JAR files,which is useful when running from within an IDE like Eclipse.