Field
Show
Ignore:
Timestamp:
08/05/2008 07:44:31 PM (5 months ago)
Author:
hyposurface@hyposurface-corporations-mac-pro.local
branch:
default
Message:

various fixes to classloader based on work in Boston

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • development/java/field/util/MiscNative.java

    r66 r145  
    1010public class MiscNative { 
    1111 
    12       static 
    13       { 
    14               System.loadLibrary("miscNative2"); 
    15       } 
     12//    static 
     13//    { 
     14//            System.loadLibrary("miscNative2"); 
     15//    } 
    1616 
    1717        static public void goToBlack() { 
     
    6363        public boolean enableScreenUpdates(){return false;} 
    6464 
     65        native public void performFloat(Buffer matrix, int rows, int cols, Buffer output); 
    6566 
    6667        public native int fastRandom(FloatBuffer floats, int length);