2003/09/04 07:17:03
[org.ibex.core.git] / src / org / xwt / Platform.java
index c7ace6a..671b002 100644 (file)
@@ -211,7 +211,7 @@ public class Platform {
 
     /** returns an InputStream to the builtin xwar */
     protected InputStream _getBuiltinInputStream() {
-        return Platform.class.getClassLoader().getResourceAsStream("org/xwt/builtin.xwar");
+       return new ByteArrayInputStream(org.bouncycastle.util.encoders.Base64.decode(org.xwt.Builtin.encoded));
     }
 
     /** returns the value of the environment variable key, or null if no such key exists */