finally got pruning sorta working
[org.ibex.core.git] / src / org / ibex / plat / Linux.java
index a802d07..9ece3af 100644 (file)
@@ -3,6 +3,8 @@ package org.ibex.plat;
 
 /** Linux with an X11 display */
 public class Linux extends X11 {
+
+    public static void main(String[] args) throws Exception { org.ibex.Main.main(args); }
     private native void fixEnvironment();
 
     public Linux() {