X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Fplat%2FSolaris.java;h=8e300f646dfba4e89ed468f416109cc84aa0d73f;hb=d3b97b4c28460fd661aad741eb221cf8d02d8997;hp=db748ce4a506ed6e5f9025f3181d8059cafd0ce1;hpb=73e6a2f860cae4f61f0856a32c0cc062217befcb;p=org.ibex.core.git diff --git a/src/org/xwt/plat/Solaris.java b/src/org/xwt/plat/Solaris.java index db748ce..8e300f6 100644 --- a/src/org/xwt/plat/Solaris.java +++ b/src/org/xwt/plat/Solaris.java @@ -4,6 +4,6 @@ package org.xwt.plat; import org.xwt.*; /** Solaris with an X11 display */ -public abstract class Solaris extends X11 { - public static void main(String[] s) { Main.main(s); } +public class Solaris extends X11 { + public static void main(String[] s) throws Exception { Main.main(s); } }