diff -Nur contrib/fec.orig/fec_src/com/onionnetworks/fec/Native8Code.java contrib/fec/fec_src/com/onionnetworks/fec/Native8Code.java
--- contrib/fec.orig/fec_src/com/onionnetworks/fec/Native8Code.java	2008-04-12 20:02:20.000000000 +0200
+++ contrib/fec/fec_src/com/onionnetworks/fec/Native8Code.java	2008-04-24 12:58:42.000000000 +0200
@@ -21,6 +21,8 @@
     private int code;
     
     static {
+        /* Disabled for GCJ Native Compile
+         *
         String path = NativeDeployer.getLibraryPath
             (Native8Code.class.getClassLoader(),"fec8");
         if (path != null) {
@@ -29,6 +31,8 @@
             System.out.println("Unable to find native library for fec8 for platform "+NativeDeployer.OS_ARCH);
 	    System.out.println(path);
         }
+         */
+        System.loadLibrary("fec8");
     }
     
     public Native8Code(int k, int n) {
